Searched defs:locks (Results 1 - 5 of 5) sorted by relevance

/drivers/gpu/vga/
H A Dvgaarb.c60 unsigned int locks; /* what does it locks */ member in struct:vga_device
96 /* we could in theory hand out locks on IO and mem
234 if (conflict->locks & lwants)
306 vgadev->locks |= (rsrc & VGA_RSRC_LEGACY_MASK);
321 unsigned int old_locks = vgadev->locks;
347 vgadev->locks &= ~VGA_RSRC_LEGACY_IO;
349 vgadev->locks &= ~VGA_RSRC_LEGACY_MEM;
354 if (old_locks != vgadev->locks)
594 pr_info("vgaarb: device added: PCI:%s,decodes=%s,owns=%s,locks
[all...]
/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_resource.c61 /* Client namespaces that don't have any locks in them */
70 /* during debug dump certain amount of granted locks for one resource to avoid
174 __u64 locks; local
176 locks = lprocfs_stats_collector(ns->ns_stats, LDLM_NSS_LOCKS,
178 return lprocfs_rd_u64(m, &locks);
208 "dropping all unused locks from namespace %s\n",
213 /* Try to cancel all @ns_nr_unused locks. */
218 "not all requested locks are canceled, "
248 "changing namespace %s unused locks from %u to %u\n",
352 LPROCFS_CNTR_AVGMINMAX, "locks", "lock
[all...]
/drivers/staging/lustre/lustre/obdclass/
H A Dgenops.c61 const char *status, int locks);
1490 int locks)
1515 if (locks && class_export_dump_hook != NULL)
1520 void dump_exports(struct obd_device *obd, int locks) argument
1526 print_export_data(exp, "ACTIVE", locks);
1528 print_export_data(exp, "UNLINKED", locks);
1530 print_export_data(exp, "DELAYED", locks);
1534 print_export_data(exp, "ZOMBIE", locks);
1489 print_export_data(struct obd_export *exp, const char *status, int locks) argument
/drivers/media/dvb-frontends/
H A Ddib8000.c2997 u16 locks, deeper_interleaver = 0, i; local
3164 locks = (dib8000_read_word(state, 180) >> 6) & 0x3f; /* P_coff_winlen ? */
3166 *timeout = dib8000_get_timeout(state, 2 * locks, SYMBOL_DEPENDENT_ON);
3171 locks = dib8000_read_lock(fe);
3172 if (locks & (0x3 << 11)) { /* coff-lock and off_cpil_lock achieved */
3206 locks = dib8000_read_lock(fe);
3207 if (locks & (1<<10)) { /* lmod4_lock */
3244 locks = 2; /* locks is the tmp local variable name */
3246 locks
[all...]
/drivers/net/wireless/rtlwifi/
H A Dwifi.h2529 struct rtl_locks locks; member in struct:rtl_priv

Completed in 184 milliseconds