/kernel/linux/linux-5.10/fs/lockd/ |
H A D | xdr.c | 187 u32 exclusive; in nlmsvc_decode_testargs() local 192 exclusive = ntohl(*p++); in nlmsvc_decode_testargs() 195 if (exclusive) in nlmsvc_decode_testargs() 215 u32 exclusive; in nlmsvc_decode_lockargs() local 220 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs() 223 if (exclusive) in nlmsvc_decode_lockargs() 236 u32 exclusive; in nlmsvc_decode_cancargs() local 241 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs() 244 if (exclusive) in nlmsvc_decode_cancargs()
|
H A D | xdr4.c | 184 u32 exclusive; in nlm4svc_decode_testargs() local 189 exclusive = ntohl(*p++); in nlm4svc_decode_testargs() 192 if (exclusive) in nlm4svc_decode_testargs() 212 u32 exclusive; in nlm4svc_decode_lockargs() local 217 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs() 220 if (exclusive) in nlm4svc_decode_lockargs() 233 u32 exclusive; in nlm4svc_decode_cancargs() local 238 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs() 241 if (exclusive) in nlm4svc_decode_cancargs()
|
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | xdr4.c | 104 /* exclusive */ in svcxdr_encode_holder() 153 u32 exclusive; in nlm4svc_decode_testargs() local 157 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_testargs() 161 if (exclusive) in nlm4svc_decode_testargs() 171 u32 exclusive; in nlm4svc_decode_lockargs() local 177 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_lockargs() 181 if (exclusive) in nlm4svc_decode_lockargs() 196 u32 exclusive; in nlm4svc_decode_cancargs() local 202 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_cancargs() 206 if (exclusive) in nlm4svc_decode_cancargs() [all...] |
H A D | xdr.c | 109 /* exclusive */ in svcxdr_encode_holder() 158 u32 exclusive; in nlmsvc_decode_testargs() local 162 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_testargs() 166 if (exclusive) in nlmsvc_decode_testargs() 176 u32 exclusive; in nlmsvc_decode_lockargs() local 182 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_lockargs() 186 if (exclusive) in nlmsvc_decode_lockargs() 201 u32 exclusive; in nlmsvc_decode_cancargs() local 207 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlmsvc_decode_cancargs() 211 if (exclusive) in nlmsvc_decode_cancargs() [all...] |
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_ports.c | 102 grp->exclusive = 0; in port_subs_info_init() 471 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() 481 if (exclusive) { in check_and_subscribe_port() 485 if (grp->exclusive) in check_and_subscribe_port() 497 grp->exclusive = 0; in check_and_subscribe_port() 507 grp->exclusive = exclusive; in check_and_subscribe_port() 533 grp->exclusive = 0; in __delete_and_unsubscribe_port() 562 bool exclusive; in snd_seq_port_connect() local 574 exclusive in snd_seq_port_connect() 468 check_and_subscribe_port(struct snd_seq_client *client, struct snd_seq_client_port *port, struct snd_seq_subscribers *subs, bool is_src, bool exclusive, bool ack) check_and_subscribe_port() argument [all...] |
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_ports.c | 106 grp->exclusive = 0; in port_subs_info_init() 501 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() 511 if (exclusive) { in check_and_subscribe_port() 515 if (grp->exclusive) in check_and_subscribe_port() 527 grp->exclusive = 0; in check_and_subscribe_port() 537 grp->exclusive = exclusive; in check_and_subscribe_port() 563 grp->exclusive = 0; in __delete_and_unsubscribe_port() 592 bool exclusive; in snd_seq_port_connect() local 604 exclusive in snd_seq_port_connect() 498 check_and_subscribe_port(struct snd_seq_client *client, struct snd_seq_client_port *port, struct snd_seq_subscribers *subs, bool is_src, bool exclusive, bool ack) check_and_subscribe_port() argument [all...] |
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | ti_sci_pm_domains.c | 38 * @exclusive: Permissions for exclusive request or shared request of the 46 u8 exclusive; member 75 if (pd->exclusive) in ti_sci_pd_power_on() 105 genpd_to_ti_sci_pd(genpd_data->domains[idx])->exclusive = in ti_sci_pd_xlate()
|
/kernel/linux/linux-6.6/drivers/pmdomain/ti/ |
H A D | ti_sci_pm_domains.c | 38 * @exclusive: Permissions for exclusive request or shared request of the 46 u8 exclusive; member 75 if (pd->exclusive) in ti_sci_pd_power_on() 105 genpd_to_ti_sci_pd(genpd_data->domains[idx])->exclusive = in ti_sci_pd_xlate()
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | kapi.c | 103 * mode, read-write mode, or exclusive mode. The exclusive mode guarantees that 160 if (vol->exclusive) in ubi_open_volume() 166 if (vol->exclusive || vol->writers > 0) in ubi_open_volume() 172 if (vol->exclusive || vol->writers || vol->readers || in ubi_open_volume() 175 vol->exclusive = 1; in ubi_open_volume() 179 if (vol->metaonly || vol->exclusive) in ubi_open_volume() 342 vol->exclusive = 0; in ubi_close_volume()
|
H A D | cdev.c | 37 * get_exclusive - get exclusive access to an UBI volume. 40 * This function changes UBI volume open mode to "exclusive". Returns previous 50 users = vol->readers + vol->writers + vol->exclusive + vol->metaonly; in get_exclusive() 57 vol->exclusive = 1; in get_exclusive() 67 * revoke_exclusive - revoke exclusive mode. 77 ubi_assert(vol->exclusive == 1 && desc->mode == UBI_EXCLUSIVE); in revoke_exclusive() 78 vol->exclusive = 0; in revoke_exclusive() 86 vol->exclusive = 1; in revoke_exclusive()
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | kapi.c | 104 * mode, read-write mode, or exclusive mode. The exclusive mode guarantees that 161 if (vol->exclusive) in ubi_open_volume() 167 if (vol->exclusive || vol->writers > 0) in ubi_open_volume() 173 if (vol->exclusive || vol->writers || vol->readers || in ubi_open_volume() 176 vol->exclusive = 1; in ubi_open_volume() 180 if (vol->metaonly || vol->exclusive) in ubi_open_volume() 343 vol->exclusive = 0; in ubi_close_volume()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | event_attributes_test.c | 36 event.attr.exclusive = 0; in event_attributes() 37 /* Expected to fail, not exclusive */ in event_attributes() 110 leader.attr.exclusive = 0; in event_attributes() 111 /* Expected to fail, leader isn't exclusive */ in event_attributes()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | event_attributes_test.c | 36 event.attr.exclusive = 0; in event_attributes() 37 /* Expected to fail, not exclusive */ in event_attributes() 110 leader.attr.exclusive = 0; in event_attributes() 111 /* Expected to fail, leader isn't exclusive */ in event_attributes()
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | power.h | 171 int swsusp_check(bool exclusive); 175 void swsusp_close(bool exclusive);
|
/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_pcm.c | 464 /* first step - exclusive devices */ in snd_ac97_pcm_assign() 474 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign() 488 if (pcm->exclusive) { in snd_ac97_pcm_assign() 489 /* exclusive access */ in snd_ac97_pcm_assign() 496 /* non-exclusive access */ in snd_ac97_pcm_assign() 507 if (pcm->exclusive) in snd_ac97_pcm_assign() 525 if (pcm->exclusive) in snd_ac97_pcm_assign()
|
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_pcm.c | 464 /* first step - exclusive devices */ in snd_ac97_pcm_assign() 474 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign() 488 if (pcm->exclusive) { in snd_ac97_pcm_assign() 489 /* exclusive access */ in snd_ac97_pcm_assign() 496 /* non-exclusive access */ in snd_ac97_pcm_assign() 507 if (pcm->exclusive) in snd_ac97_pcm_assign() 525 if (pcm->exclusive) in snd_ac97_pcm_assign()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | sendmsg.c | 518 p->exclusive = true; in rxrpc_sendmsg_cmsg() 595 cp.exclusive = rx->exclusive | p->exclusive; 626 .exclusive = false,
|
H A D | conn_client.c | 14 * should not be reused. This is set when an exclusive connection is used 85 bundle->exclusive = test_bit(RXRPC_CALL_EXCLUSIVE, &call->flags); in rxrpc_alloc_bundle() 174 conn->exclusive = bundle->exclusive; in rxrpc_alloc_client_connection() 695 if (!bundle->exclusive) { in rxrpc_deactivate_bundle()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.c | 342 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) in nouveau_fence_sync() argument 351 if (!exclusive) { in nouveau_fence_sync() 361 if (fence && (!exclusive || !fobj || !fobj->shared_count)) { in nouveau_fence_sync() 380 if (!exclusive || !fobj) in nouveau_fence_sync()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fsopen.c | 212 static int vfs_cmd_create(struct fs_context *fc, bool exclusive) in vfs_cmd_create() argument 224 if (exclusive && fc->ops == &legacy_fs_context_ops) in vfs_cmd_create() 228 fc->exclusive = exclusive; in vfs_cmd_create()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | wait_bit.h | 242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ 250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
|
H A D | wait.h | 290 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ 296 init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \ 433 * Just like wait_event_cmd(), except it sets exclusive flag 764 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ 768 if (exclusive) \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | wait_bit.h | 242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ 250 exclusive ? WQ_FLAG_EXCLUSIVE : 0); \
|
H A D | wait.h | 303 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ 309 init_wait_entry(&__wq_entry, exclusive ? WQ_FLAG_EXCLUSIVE : 0); \ 446 * Just like wait_event_cmd(), except it sets exclusive flag 777 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ 781 if (exclusive) \
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | sendmsg.c | 569 p->exclusive = true; in rxrpc_sendmsg_cmsg() 646 cp.exclusive = rx->exclusive | p->exclusive; 680 .exclusive = false,
|