Searched defs:exclusive (Results 1 - 10 of 10) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c391 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) argument
400 if (!exclusive) {
410 if (fence && (!exclusive || !fobj || !fobj->shared_count)) {
429 if (!exclusive || !fobj)
H A Dnouveau_bo.c1461 nouveau_bo_fence(struct nouveau_bo *nvbo, struct nouveau_fence *fence, bool exclusive) argument
1465 if (exclusive)
/drivers/target/sbp/
H A Dsbp_target.h131 int exclusive; member in struct:sbp_login_descriptor
H A Dsbp_target.c130 int exclusive)
146 if (!exclusive || login->exclusive)
358 * check exclusive bit in login request
363 pr_warn("refusing exclusive login with other active logins\n");
372 * check exclusive bit in any existing login descriptor
373 * reject with access_denied if any exclusive logins present
376 pr_warn("refusing login while another exclusive login present\n");
446 login->exclusive = LOGIN_ORB_EXCLUSIVE(be32_to_cpu(req->orb.misc));
127 sbp_login_count_all_by_lun( struct sbp_tpg *tpg, struct se_lun *lun, int exclusive) argument
/drivers/watchdog/
H A Dit87_wdt.c147 static int exclusive = DEFAULT_EXCLUSIVE; variable
158 module_param(exclusive, int, 0);
159 MODULE_PARM_DESC(exclusive, "Watchdog exclusive device open, default="
176 * Try to reserve REG and REG + 1 for exclusive access.
399 if (exclusive && test_and_set_bit(WDTS_DEV_OPEN, &wdt_status))
735 pr_info("Chip IT%04x revision %d initialized. timeout=%d sec (nowayout=%d testmode=%d exclusive=%d nogameport=%d nocir=%d)\n",
737 nowayout, testmode, exclusive, nogameport, nocir);
/drivers/isdn/i4l/
H A Disdn_ppp.c165 char exclusive[ISDN_MAX_CHANNELS]; /* exclusive flags */ local
166 memset(exclusive, 0, ISDN_MAX_CHANNELS);
167 while (net_dev) { /* step through net devices to find exclusive minors */
170 exclusive[lp->pppbind] = 1;
177 if (ippp_table[i]->state == IPPP_OPEN && !exclusive[ippp_table[i]->minor]) { /* OPEN, but not connected! */
/drivers/mtd/ubi/
H A Dubi.h262 * @exclusive: whether somebody holds this volume in exclusive mode
310 int exclusive; member in struct:ubi_volume
391 * @vol->readers, @vol->writers, @vol->exclusive,
/drivers/regulator/
H A Dcore.c1325 bool exclusive, bool allow_dummy)
1374 } else if (!have_full_constraints() || exclusive) {
1382 if (rdev->exclusive) {
1387 if (exclusive && rdev->open_count) {
1403 if (exclusive) {
1404 rdev->exclusive = 1;
1439 * regulator_get_exclusive - obtain exclusive access to a regulator.
1511 rdev->exclusive = 0;
1324 _regulator_get(struct device *dev, const char *id, bool exclusive, bool allow_dummy) argument
/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c122 cfs_hash_nl_lock(union cfs_hash_lock *lock, int exclusive) {} argument
125 cfs_hash_nl_unlock(union cfs_hash_lock *lock, int exclusive) {} argument
128 cfs_hash_spin_lock(union cfs_hash_lock *lock, int exclusive) argument
134 cfs_hash_spin_unlock(union cfs_hash_lock *lock, int exclusive) argument
140 cfs_hash_rw_lock(union cfs_hash_lock *lock, int exclusive) argument
142 if (!exclusive)
149 cfs_hash_rw_unlock(union cfs_hash_lock *lock, int exclusive) argument
151 if (!exclusive)
/drivers/pci/
H A Dpci.c2504 * @exclusive: whether the region access is exclusive or not
2511 * If @exclusive is set, then the region is marked so that userspace
2519 const char *res_name, int exclusive)
2533 exclusive))
2518 __pci_request_region(struct pci_dev *pdev, int bar, const char *res_name, int exclusive) argument

Completed in 2626 milliseconds