Home
last modified time | relevance | path

Searched full:exclusive (Results 1 – 25 of 1043) sorted by relevance

12345678910>>...42

/Linux-v6.1/tools/perf/util/
Dtarget.c24 /* CPU and PID are mutually exclusive */ in target__validate()
31 /* UID and PID are mutually exclusive */ in target__validate()
38 /* UID and CPU are mutually exclusive */ in target__validate()
45 /* PID and SYSTEM are mutually exclusive */ in target__validate()
52 /* UID and SYSTEM are mutually exclusive */ in target__validate()
59 /* BPF and CPU are mutually exclusive */ in target__validate()
66 /* BPF and PID/TID are mutually exclusive */ in target__validate()
73 /* BPF and UID are mutually exclusive */ in target__validate()
80 /* BPF and THREADS are mutually exclusive */ in target__validate()
87 /* THREAD and SYSTEM/CPU are mutually exclusive */ in target__validate()
/Linux-v6.1/Documentation/userspace-api/media/cec/
Dcec-ioc-g-mode.rst12 CEC_G_MODE, CEC_S_MODE - Get or set exclusive use of the CEC adapter
39 obtain exclusive access to the CEC adapter. This ioctl sets the
40 filehandle to initiator and/or follower mode which can be exclusive
68 :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`. If there is an exclusive
96 unless there is an exclusive initiator.
101 - This is an exclusive initiator and this file descriptor is the
103 CEC adapter. If someone else is already the exclusive initiator
130 is an exclusive follower. You cannot become a follower if
137 - This is an exclusive follower and only this file descriptor will
139 the exclusive follower then an attempt to become one will return
[all …]
/Linux-v6.1/fs/lockd/
Dxdr4.c93 /* exclusive */ in svcxdr_encode_holder()
142 u32 exclusive; in nlm4svc_decode_testargs() local
146 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_testargs()
150 if (exclusive) in nlm4svc_decode_testargs()
160 u32 exclusive; in nlm4svc_decode_lockargs() local
166 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_lockargs()
170 if (exclusive) in nlm4svc_decode_lockargs()
185 u32 exclusive; in nlm4svc_decode_cancargs() local
191 if (xdr_stream_decode_bool(xdr, &exclusive) < 0) in nlm4svc_decode_cancargs()
195 if (exclusive) in nlm4svc_decode_cancargs()
Dxdr.c109 /* 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()
Dclnt4xdr.c232 * bool exclusive;
261 u32 exclusive; in decode_nlm4_holder() local
272 exclusive = be32_to_cpup(p++); in decode_nlm4_holder()
285 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder()
355 * bool exclusive;
375 * bool exclusive;
400 * bool exclusive;
Dclntxdr.c227 * bool exclusive;
255 u32 exclusive, l_offset, l_len; in decode_nlm_holder() local
266 exclusive = be32_to_cpup(p++); in decode_nlm_holder()
279 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm_holder()
348 * bool exclusive;
368 * bool exclusive;
393 * bool exclusive;
/Linux-v6.1/drivers/clk/imx/
Dclk-gate-exclusive.c14 * exclusive with other gate clocks
17 * @exclusive_mask: mask of gate bits which are mutually exclusive to this
20 * The imx exclusive gate clock is a subclass of basic clk_gate
22 * register is mutually exclusive to this gate clock.
/Linux-v6.1/tools/testing/selftests/net/
Dipv6_flowlabel_mgr.c95 explain("cannot get it again with the exclusive (FL_FL_EXCL) flag"); in run_tests()
104 explain("create a new exclusive label (FL_S_EXCL)"); in run_tests()
106 explain("cannot get it again in non-exclusive mode"); in run_tests()
108 explain("cannot get it again in exclusive mode either"); in run_tests()
124 explain("cannot get it again in non-exclusive mode"); in run_tests()
126 explain("cannot get it again in exclusive mode"); in run_tests()
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/
Drecommended.json213 "PublicDescription": "Exclusive operation speculatively executed, LDREX or LDX",
216 "BriefDescription": "Exclusive operation speculatively executed, LDREX or LDX"
219 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX pass",
222 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX pass"
225 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX fail",
228 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX fail"
231 "PublicDescription": "Exclusive operation speculatively executed, STREX or STX",
234 "BriefDescription": "Exclusive operation speculatively executed, STREX or STX"
/Linux-v6.1/sound/core/seq/
Dseq_ports.c102 grp->exclusive = 0; in port_subs_info_init()
471 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument
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 = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect()
577 exclusive, in snd_seq_port_connect()
[all …]
/Linux-v6.1/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c36 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()
/Linux-v6.1/Documentation/filesystems/
Ddirectory-locking.rst20 exclusive.
23 locks victim and calls the method. Locks are exclusive.
30 Then call the method. All locks are exclusive.
41 All locks are exclusive.
58 All ->i_rwsem are taken exclusive. Again, we might get away with locking
Dlocking.rst95 create: exclusive
96 link: exclusive (both)
97 mknod: exclusive
98 symlink: exclusive
99 mkdir: exclusive
100 unlink: exclusive (both)
101 rmdir: exclusive (both)(see below)
102 rename: exclusive (all) (see below)
105 setattr: exclusive
112 atomic_open: shared (exclusive if O_CREAT is set in open flags)
[all …]
Ddlmfs.rst76 Two levels of locks are supported - Shared Read, and Exclusive.
108 O_RDWR Exclusive
130 Exclusive modes via the read(2) system call. It can be written via
131 write(2) only when open in Exclusive mode.
/Linux-v6.1/drivers/soc/ti/
Dti_sci_pm_domains.c38 * @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()
/Linux-v6.1/drivers/reset/
Dcore.c35 * @shared: Is this a shared (1), or an exclusive (0) reset_control?
430 * Calling this on an exclusive reset controller guarantees that the reset
621 * reset_control_acquire() - acquires a reset control for exclusive use
624 * This is used to explicitly acquire a reset control for exclusive use. Note
625 * that exclusive resets are requested as acquired by default. In order for a
631 * Consumers implementing shared access to an exclusive reset need to follow
633 * a reset they must acquire exclusive access using reset_control_acquire().
634 * After they are done operating the reset, they must release exclusive access
635 * with a call to reset_control_release(). Consumers are not granted exclusive
677 * reset_control_bulk_acquire - acquires reset controls for exclusive use
[all …]
/Linux-v6.1/include/rdma/
Duverbs_types.h33 * lookup_get(exclusive=false) & uverbs_try_lock_object
34 * lookup_put(exclusive=false) via rdma_lookup_put_uobject
36 * lookup_get(exclusive=true) & uverbs_try_lock_object
39 * lookup_put(exclusive=true) via rdma_lookup_put_uobject
/Linux-v6.1/kernel/sched/
Dwait.c68 * The core wakeup function. Non-exclusive wakeups (nr_exclusive == 0) just
69 * wake everything up. If it's an exclusive wakeup (nr_exclusive == small +ve
70 * number) then we wake that number of exclusive tasks, and potentially all
71 * the non-exclusive tasks. Normally, exclusive tasks will be at the end of
72 * the list and any non-exclusive tasks will be woken first. A priority task
309 * Exclusive waiter must not fail if it was selected by wakeup, in prepare_to_wait_event()
317 * can't see us, it should wake up another exclusive waiter if in prepare_to_wait_event()
/Linux-v6.1/tools/perf/pmu-events/arch/x86/icelakex/
Dother.json45 …tor and indicating the data was found unmodified in the (FE) Forward or Exclusive State in this co…
67 …ing forwarded back to the requestor. The line was in Forward, Shared or Exclusive (FSE) state in t…
111 …y the data was found in the cache in the (FSE) Forward, Shared state or Exclusive state. A single…
259 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE…
270 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE…
281 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE…
292 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE…
303 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE…
314 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE…
325 …s demand reads for ownership (RFO) requests and software prefetches for exclusive ownership (PREFE…
[all …]
/Linux-v6.1/arch/arm/include/asm/
Doutercache.h38 * @end: end physical address, exclusive
49 * @end: end physical address, exclusive
60 * @end: end physical address, exclusive
/Linux-v6.1/sound/firewire/tascam/
Dtascam-transaction.c12 * When return 0, given argument is a beginning of system exclusive.
31 case 0xf0: /* Exclusive. */ in calculate_message_bytes()
33 case 0xf7: /* End of exclusive. */ in calculate_message_bytes()
75 /* On exclusive message. */ in fill_message()
85 /* At the end of exclusive message, use label 0x07. */ in fill_message()
89 /* During exclusive message, use label 0x04. */ in fill_message()
/Linux-v6.1/block/
Dbdev.c94 * with error if bdev has other exclusive owner (such as filesystem).
100 * If we don't hold exclusive handle for the device, upgrade to it in truncate_bdev_range()
620 * Finish exclusive open of a block device. Mark the device as exlusively
621 * open by the holder and wake up all waiters for exclusive open to finish.
646 * Abort claiming of a block device when the exclusive open failed. This can be
647 * also used when exclusive open is not actually desired and we just needed
648 * to block other exclusive openers for a while.
769 * @holder: exclusive holder identifier
772 * %FMODE_EXCL, the block device is opened with exclusive access. Specifying
773 * %FMODE_EXCL with a %NULL @holder is invalid. Exclusive opens may nest for
[all …]
/Linux-v6.1/drivers/fpga/
Dfpga-bridge.c88 * of_fpga_bridge_get - get an exclusive reference to an fpga bridge
116 * fpga_bridge_get - get an exclusive reference to an fpga bridge
120 * Given a device, get an exclusive reference to an fpga bridge.
231 * Get an exclusive reference to the bridge and it to the list.
261 * Get an exclusive reference to the bridge and it to the list.
/Linux-v6.1/include/linux/
Dreset.h222 * reset_control_get_exclusive - Lookup and obtain an exclusive reference
243 * reset_control_bulk_get_exclusive - Lookup and obtain exclusive references to
249 * Fills the rstcs array with pointers to exclusive reset controls and
261 * exclusive reference to a reset
282 * exclusive references to multiple reset
288 * Fills the rstcs array with pointers to exclusive reset controls and
303 * temporarily exclusive references to multiple
442 * of_reset_control_get_exclusive - Lookup and obtain an exclusive reference
458 * of_reset_control_get_optional_exclusive - Lookup and obtain an optional exclusive
503 * of_reset_control_get_exclusive_by_index - Lookup and obtain an exclusive
/Linux-v6.1/Documentation/driver-api/
Dreset.rst70 Shared and exclusive resets
74 assertion or direct, exclusive control.
75 The distinction between shared and exclusive reset controls is made at the time
87 Exclusive resets on the other hand guarantee direct control.

12345678910>>...42