/Linux-v4.19/fs/lockd/ |
D | xdr.c | 189 u32 exclusive; in nlmsvc_decode_testargs() local 194 exclusive = ntohl(*p++); in nlmsvc_decode_testargs() 197 if (exclusive) in nlmsvc_decode_testargs() 217 u32 exclusive; in nlmsvc_decode_lockargs() local 222 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs() 225 if (exclusive) in nlmsvc_decode_lockargs() 238 u32 exclusive; in nlmsvc_decode_cancargs() local 243 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs() 246 if (exclusive) in nlmsvc_decode_cancargs()
|
D | xdr4.c | 186 u32 exclusive; in nlm4svc_decode_testargs() local 191 exclusive = ntohl(*p++); in nlm4svc_decode_testargs() 194 if (exclusive) in nlm4svc_decode_testargs() 214 u32 exclusive; in nlm4svc_decode_lockargs() local 219 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs() 222 if (exclusive) in nlm4svc_decode_lockargs() 235 u32 exclusive; in nlm4svc_decode_cancargs() local 240 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs() 243 if (exclusive) in nlm4svc_decode_cancargs()
|
D | clnt4xdr.c | 284 u32 exclusive; in decode_nlm4_holder() local 295 exclusive = be32_to_cpup(p++); in decode_nlm4_holder() 308 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder()
|
/Linux-v4.19/sound/core/seq/ |
D | seq_ports.c | 117 grp->exclusive = 0; in port_subs_info_init() 489 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 499 if (exclusive) { in check_and_subscribe_port() 503 if (grp->exclusive) in check_and_subscribe_port() 515 grp->exclusive = 0; in check_and_subscribe_port() 525 grp->exclusive = exclusive; in check_and_subscribe_port() 551 grp->exclusive = 0; in delete_and_unsubscribe_port() 568 bool exclusive; in snd_seq_port_connect() local 580 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect() 583 exclusive, in snd_seq_port_connect() [all …]
|
D | seq_ports.h | 53 unsigned int exclusive: 1; /* exclusive mode */ member
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-ioc-g-mode.rst | 11 CEC_G_MODE, CEC_S_MODE - Get or set exclusive use of the CEC adapter 36 obtain exclusive access to the CEC adapter. This ioctl sets the 37 filehandle to initiator and/or follower mode which can be exclusive 65 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. If there is an exclusive 93 unless there is an exclusive initiator. 98 - This is an exclusive initiator and this file descriptor is the 100 CEC adapter. If someone else is already the exclusive initiator 128 is an exclusive follower. You cannot become a follower if 135 - This is an exclusive follower and only this file descriptor will 137 the exclusive follower then an attempt to become one will return [all …]
|
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/ |
D | event_attributes_test.c | 36 event.attr.exclusive = 0; in event_attributes() 110 leader.attr.exclusive = 0; in event_attributes()
|
/Linux-v4.19/drivers/mtd/ubi/ |
D | kapi.c | 173 if (vol->exclusive) in ubi_open_volume() 179 if (vol->exclusive || vol->writers > 0) in ubi_open_volume() 185 if (vol->exclusive || vol->writers || vol->readers || in ubi_open_volume() 188 vol->exclusive = 1; in ubi_open_volume() 192 if (vol->metaonly || vol->exclusive) in ubi_open_volume() 355 vol->exclusive = 0; in ubi_close_volume()
|
D | cdev.c | 63 users = vol->readers + vol->writers + vol->exclusive + vol->metaonly; in get_exclusive() 70 vol->exclusive = 1; in get_exclusive() 90 ubi_assert(vol->exclusive == 1 && desc->mode == UBI_EXCLUSIVE); in revoke_exclusive() 91 vol->exclusive = 0; in revoke_exclusive() 99 vol->exclusive = 1; in revoke_exclusive()
|
/Linux-v4.19/Documentation/filesystems/ |
D | Locking | 73 create: exclusive 74 link: exclusive (both) 75 mknod: exclusive 76 symlink: exclusive 77 mkdir: exclusive 78 unlink: exclusive (both) 79 rmdir: exclusive (both)(see below) 80 rename: exclusive (all) (see below) 83 setattr: exclusive 90 atomic_open: exclusive [all …]
|
D | directory-locking | 15 exclusive. 18 locks victim and calls the method. Locks are exclusive. 25 Then call the method. All locks are exclusive. 34 All locks are exclusive. 49 All ->i_rwsem are taken exclusive. Again, we might get away with locking
|
/Linux-v4.19/sound/pci/ac97/ |
D | ac97_pcm.c | 489 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign() 503 if (pcm->exclusive) { in snd_ac97_pcm_assign() 522 if (pcm->exclusive) in snd_ac97_pcm_assign() 540 if (pcm->exclusive) in snd_ac97_pcm_assign()
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-ocores.txt | 8 Mutually exclusive with opencores,ip-clock-frequency 10 see the note below. Mutually exclusive with clocks
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 334 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) in nouveau_fence_sync() argument 343 if (!exclusive) { in nouveau_fence_sync() 353 if (fence && (!exclusive || !fobj || !fobj->shared_count)) { in nouveau_fence_sync() 372 if (!exclusive || !fobj) in nouveau_fence_sync()
|
D | nouveau_fence.h | 27 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
|
/Linux-v4.19/tools/perf/tests/attr/ |
D | base-record | 16 exclusive=0
|
D | base-stat | 16 exclusive=0
|
/Linux-v4.19/include/linux/ |
D | wait_bit.h | 242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument 250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
|
D | wait.h | 246 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument 252 init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \ 719 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument 723 if (exclusive) \
|
/Linux-v4.19/Documentation/locking/ |
D | 00-INDEX | 14 - info on using spinlocks to provide exclusive access in kernel.
|
/Linux-v4.19/net/rxrpc/ |
D | sendmsg.c | 515 p->exclusive = true; in rxrpc_sendmsg_cmsg() 592 cp.exclusive = rx->exclusive | p->exclusive; in rxrpc_new_client_call_for_sendmsg() 624 .exclusive = false, in rxrpc_do_sendmsg()
|
/Linux-v4.19/drivers/clk/imx/ |
D | Makefile | 9 clk-gate-exclusive.o \
|
/Linux-v4.19/include/sound/ |
D | hwdep.h | 76 unsigned int exclusive:1; /* exclusive access mode */ member
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 18 If there are cables mutually exclusive with each other, 96 directory show the mutually-exclusive sets, not the contents
|
/Linux-v4.19/include/uapi/linux/ |
D | isdn.h | 120 int exclusive; /* Channel, if bound exclusive */ member
|