Home
last modified time | relevance | path

Searched refs:exclusive (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/openbmc/linux/fs/lockd/
H A Dxdr4.c153 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()
H A Dxdr.c158 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()
/openbmc/qemu/docs/spin/
H A Dtcg-exclusive.promela2 * This model describes the implementation of exclusive sections in
12 * spin -a docs/tcg-exclusive.promela
36 # warning defaulting to 2 concurrent exclusive sections
39 # warning defaulting to 1 concurrent exclusive sections
137 // an exclusive section
203 active[N_EXCLUSIVE] proctype exclusive()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch24 int exclusive = *outname_needs_removal ? 0 : O_EXCL;
27 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
31 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch63 - int exclusive = *outname_needs_removal ? 0 : O_EXCL;
67 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
118 + int exclusive = *outname_needs_removal ? 0 : O_EXCL;
123 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
/openbmc/linux/sound/core/seq/
H A Dseq_ports.c106 grp->exclusive = 0; in port_subs_info_init()
501 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument
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 = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect()
607 exclusive, in snd_seq_port_connect()
[all …]
/openbmc/linux/Documentation/userspace-api/media/cec/
H A 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.
103 CEC adapter. If someone else is already the exclusive initiator
130 is an exclusive follower. You cannot become a follower if
139 the exclusive follower then an attempt to become one will return
149 CEC device into passthrough mode, allowing the exclusive follower
151 framework for that. If someone else is already the exclusive
[all …]
/openbmc/linux/drivers/pmdomain/ti/
H A Dti_sci_pm_domains.c46 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()
/openbmc/qemu/
H A Dcpu-common.c130 bool free, exclusive, done; member
157 wi.exclusive = false; in do_run_on_cpu()
329 wi->exclusive = true; in async_safe_run_on_cpu()
347 if (wi->exclusive) { in process_queued_cpu_work()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Devent_attributes_test.c36 event.attr.exclusive = 0; in event_attributes()
110 leader.attr.exclusive = 0; in event_attributes()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dkapi.c167 if (vol->exclusive) in ubi_open_volume()
173 if (vol->exclusive || vol->writers > 0) in ubi_open_volume()
179 if (vol->exclusive || vol->writers || vol->readers || in ubi_open_volume()
182 vol->exclusive = 1; in ubi_open_volume()
186 if (vol->metaonly || vol->exclusive) in ubi_open_volume()
348 vol->exclusive = 0; in ubi_close_volume()
/openbmc/linux/drivers/mtd/ubi/
H A Dkapi.c161 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()
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dupgrade_options_processing.patch91 # ensuring mutually exclusive options are exclusive
/openbmc/linux/fs/
H A Dfsopen.c212 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()
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst97 create: exclusive
98 link: exclusive (both)
99 mknod: exclusive
100 symlink: exclusive
101 mkdir: exclusive
102 unlink: exclusive (both)
107 setattr: exclusive
117 fileattr_get: no or exclusive
118 fileattr_set: exclusive
124 exclusive on victim.
[all …]
H A Ddirectory-locking.rst20 exclusive.
23 locks victim and calls the method. Locks are exclusive.
34 After the locks had been taken, call the method. All locks are exclusive.
43 All locks are exclusive.
60 All ->i_rwsem are taken exclusive.
/openbmc/linux/kernel/power/
H A Dpower.h171 int swsusp_check(bool exclusive);
175 void swsusp_close(bool exclusive);
/openbmc/qemu/util/
H A Dosdep.c251 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd() argument
253 return qemu_lock_fcntl(fd, start, len, exclusive ? F_WRLCK : F_RDLCK); in qemu_lock_fd()
261 int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd_test() argument
268 .l_type = exclusive ? F_WRLCK : F_RDLCK, in qemu_lock_fd_test()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Dusing-DOCB-conditional.patch29 @@ -5286,7 +5288,9 @@ _toStringC14N(self, comments=0, xpath=&PL_sv_undef, exclusive=0, inc_prefix_l…
39 @@ -5297,7 +5301,10 @@ _toStringC14N(self, comments=0, xpath=&PL_sv_undef, exclusive=0, inc_prefix_…
/openbmc/qemu/tests/decode/
H A Derr_pattern_group_nest3.decode7 # The exclusive group should error for overlap.
/openbmc/linux/sound/pci/ac97/
H A Dac97_pcm.c474 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign()
488 if (pcm->exclusive) { in snd_ac97_pcm_assign()
507 if (pcm->exclusive) in snd_ac97_pcm_assign()
525 if (pcm->exclusive) in snd_ac97_pcm_assign()
/openbmc/linux/tools/perf/tests/attr/
H A Dbase-record-spe15 exclusive=*
H A Dbase-record16 exclusive=0
H A Dbase-stat16 exclusive=0
/openbmc/linux/drivers/firmware/psci/
H A DKconfig14 are mutually exclusive.

12345678910>>...25