Home
last modified time | relevance | path

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

/linux-4.1.27/fs/lockd/
Dxdr4.c184 u32 exclusive; in nlm4svc_decode_testargs() local
189 exclusive = ntohl(*p++); in nlm4svc_decode_testargs()
192 if (exclusive) in nlm4svc_decode_testargs()
209 u32 exclusive; in nlm4svc_decode_lockargs() local
214 exclusive = ntohl(*p++); in nlm4svc_decode_lockargs()
217 if (exclusive) in nlm4svc_decode_lockargs()
229 u32 exclusive; in nlm4svc_decode_cancargs() local
234 exclusive = ntohl(*p++); in nlm4svc_decode_cancargs()
237 if (exclusive) in nlm4svc_decode_cancargs()
Dxdr.c187 u32 exclusive; in nlmsvc_decode_testargs() local
192 exclusive = ntohl(*p++); in nlmsvc_decode_testargs()
195 if (exclusive) in nlmsvc_decode_testargs()
212 u32 exclusive; in nlmsvc_decode_lockargs() local
217 exclusive = ntohl(*p++); in nlmsvc_decode_lockargs()
220 if (exclusive) in nlmsvc_decode_lockargs()
232 u32 exclusive; in nlmsvc_decode_cancargs() local
237 exclusive = ntohl(*p++); in nlmsvc_decode_cancargs()
240 if (exclusive) in nlmsvc_decode_cancargs()
Dclntxdr.c277 u32 exclusive, l_offset, l_len; in decode_nlm_holder() local
288 exclusive = be32_to_cpup(p++); in decode_nlm_holder()
301 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm_holder()
Dclnt4xdr.c283 u32 exclusive; in decode_nlm4_holder() local
294 exclusive = be32_to_cpup(p++); in decode_nlm4_holder()
307 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder()
/linux-4.1.27/sound/core/seq/
Dseq_ports.c117 grp->exclusive = 0; in port_subs_info_init()
486 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument
496 if (exclusive) { in check_and_subscribe_port()
500 if (grp->exclusive) in check_and_subscribe_port()
512 grp->exclusive = 0; in check_and_subscribe_port()
522 grp->exclusive = exclusive; in check_and_subscribe_port()
548 grp->exclusive = 0; in delete_and_unsubscribe_port()
565 bool exclusive; in snd_seq_port_connect() local
577 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect()
580 exclusive, in snd_seq_port_connect()
[all …]
Dseq_ports.h53 unsigned int exclusive: 1; /* exclusive mode */ member
Dseq_clientmgr.c2483 if (group->exclusive) in snd_seq_info_dump_subscribers()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c34 event.attr.exclusive = 0; in event_attributes()
108 leader.attr.exclusive = 0; in event_attributes()
Debb.c336 e->attr.exclusive = 1; in event_leader_ebb_init()
/linux-4.1.27/drivers/mtd/ubi/
Dkapi.c173 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()
352 vol->exclusive = 0; in ubi_close_volume()
Dcdev.c63 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()
Dubi.h323 int exclusive; member
/linux-4.1.27/drivers/watchdog/
Dit87_wdt.c148 static int exclusive = DEFAULT_EXCLUSIVE; variable
159 module_param(exclusive, int, 0);
160 MODULE_PARM_DESC(exclusive, "Watchdog exclusive device open, default="
400 if (exclusive && test_and_set_bit(WDTS_DEV_OPEN, &wdt_status)) in wdt_open()
739 nowayout, testmode, exclusive, nogameport, nocir); in it87_wdt_init()
/linux-4.1.27/sound/pci/ac97/
Dac97_pcm.c489 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-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-ocores.txt8 Mutually exclusive with opencores,ip-clock-frequency
10 see the note below. Mutually exclusive with clocks
/linux-4.1.27/tools/perf/tests/attr/
Dbase-stat16 exclusive=0
Dbase-record16 exclusive=0
/linux-4.1.27/include/linux/
Dwait.h212 #define ___wait_event(wq, condition, state, exclusive, ret, cmd) \ argument
219 if (exclusive) \
232 if (exclusive) { \
554 #define __wait_event_interruptible_locked(wq, condition, exclusive, irq) \ argument
558 if (exclusive) \
Disdn.h165 int exclusive; /* If non-zero idx to reserved chan.*/ member
Dperf_event.h564 int exclusive; member
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_fence.c391 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) in nouveau_fence_sync() argument
400 if (!exclusive) { in nouveau_fence_sync()
410 if (fence && (!exclusive || !fobj || !fobj->shared_count)) { in nouveau_fence_sync()
429 if (!exclusive || !fobj) in nouveau_fence_sync()
Dnouveau_bo.h84 void nouveau_bo_fence(struct nouveau_bo *, struct nouveau_fence *, bool exclusive);
Dnouveau_fence.h29 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
Dnouveau_bo.c1593 nouveau_bo_fence(struct nouveau_bo *nvbo, struct nouveau_fence *fence, bool exclusive) in nouveau_bo_fence() argument
1597 if (exclusive) in nouveau_bo_fence()
/linux-4.1.27/Documentation/locking/
D00-INDEX14 - info on using spinlocks to provide exclusive access in kernel.
Dspinlocks.txt51 to change the variables it has to get an exclusive write lock.
68 .. read and write exclusive access to the info ...
108 guarantee the same kind of exclusive access, and it will be much faster.
Dlocktorture.txt28 nwriters_stress Number of kernel threads that will stress exclusive lock
Dlockdep-design.txt69 following states are exclusive, and only one of them is allowed to be
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h277 void (*hs_lock)(union cfs_hash_lock *lock, int exclusive);
279 void (*hs_unlock)(union cfs_hash_lock *lock, int exclusive);
281 void (*hs_bkt_lock)(union cfs_hash_lock *lock, int exclusive);
283 void (*hs_bkt_unlock)(union cfs_hash_lock *lock, int exclusive);
/linux-4.1.27/include/sound/
Dhwdep.h76 unsigned int exclusive:1; /* exclusive access mode */ member
Dac97_codec.h632 exclusive: 1, /* exclusive mode, don't override with other pcms */ member
/linux-4.1.27/tools/perf/util/
Dparse-options.c407 goto exclusive; in parse_options_step()
430 goto exclusive; in parse_options_step()
462 goto exclusive; in parse_options_step()
475 exclusive: in parse_options_step()
Dpython.c550 exclusive = 0, in pyrf_evsel__init() local
572 &pinned, &exclusive, &exclude_user, in pyrf_evsel__init()
592 attr.exclusive = exclusive; in pyrf_evsel__init()
Devsel.c1093 PRINT_ATTRf(exclusive, p_unsigned); in perf_event_attr__fprintf()
/linux-4.1.27/include/uapi/linux/
Disdn.h119 int exclusive; /* Channel, if bound exclusive */ member
Dperf_event.h297 exclusive : 1, /* only group on PMU */ member
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-extcon18 If there are cables mutually exclusive with each other,
96 directory show the mutually-exclusive sets, not the contents
Dsysfs-firmware-memmap40 firmware provides inclusive or exclusive ranges).
/linux-4.1.27/mm/
Drmap.c964 struct vm_area_struct *vma, unsigned long address, int exclusive) in __page_set_anon_rmap() argument
978 if (!exclusive) in __page_set_anon_rmap()
1036 struct vm_area_struct *vma, unsigned long address, int exclusive) in do_page_add_anon_rmap() argument
1058 __page_set_anon_rmap(page, vma, address, exclusive); in do_page_add_anon_rmap()
1562 struct vm_area_struct *vma, unsigned long address, int exclusive) in __hugepage_set_anon_rmap() argument
1570 if (!exclusive) in __hugepage_set_anon_rmap()
Dbootmem.c309 int exclusive = flags & BOOTMEM_EXCLUSIVE; in __reserve() local
319 if (exclusive) { in __reserve()
Dmemory.c2454 int exclusive = 0; in do_swap_page() local
2563 exclusive = 1; in do_swap_page()
2570 do_page_add_anon_rmap(page, vma, address, exclusive); in do_swap_page()
/linux-4.1.27/sound/pci/hda/
Dhda_hwdep.c111 hwdep->exclusive = 1; in snd_hda_create_hwdep()
/linux-4.1.27/Documentation/powerpc/
Dpmu-ebb.txt52 existing "pinned" and "exclusive" attributes of perf_events. This means EBB
69 An EBB event must be created with the "pinned" and "exclusive" attributes set.
99 This behaviour occurs because the EBB event is pinned and exclusive. When the
/linux-4.1.27/Documentation/filesystems/caching/
Doperations.txt154 The first function should be used to submit non-exclusive ops and the
155 second to submit exclusive ones. The caller must still set the
180 exclusive ops conflicting until it is released. The operation can be
Dfscache.txt360 EX Number of outstanding exclusive operations
Dbackend-api.txt171 An operation can be made exclusive upon an object by setting the
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c122 cfs_hash_nl_lock(union cfs_hash_lock *lock, int exclusive) {} in cfs_hash_nl_lock() argument
125 cfs_hash_nl_unlock(union cfs_hash_lock *lock, int exclusive) {} in cfs_hash_nl_unlock() argument
128 cfs_hash_spin_lock(union cfs_hash_lock *lock, int exclusive) in cfs_hash_spin_lock() argument
135 cfs_hash_spin_unlock(union cfs_hash_lock *lock, int exclusive) in cfs_hash_spin_unlock() argument
142 cfs_hash_rw_lock(union cfs_hash_lock *lock, int exclusive) in cfs_hash_rw_lock() argument
145 if (!exclusive) in cfs_hash_rw_lock()
152 cfs_hash_rw_unlock(union cfs_hash_lock *lock, int exclusive) in cfs_hash_rw_unlock() argument
155 if (!exclusive) in cfs_hash_rw_unlock()
/linux-4.1.27/sound/synth/emux/
Demux_hwdep.c134 hw->exclusive = 1; in snd_emux_init_hwdep()
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class103 ****** STEP 4. Inter-cable relation (mutually exclusive)
107 exclusive, the two cables cannot be in ATTACHED state simulteneously.
/linux-4.1.27/arch/arm/kvm/
Dinterrupts.S153 clrex @ Clear exclusive monitor
210 clrex @ Clear exclusive monitor
/linux-4.1.27/tools/perf/tests/
Dattr.c99 WRITE_ASS(exclusive, "d"); in store_event()
/linux-4.1.27/Documentation/crypto/
Dasync-tx-api.txt18 4.2 "My application needs exclusive control of hardware channels"
177 4.2 "My application needs exclusive control of hardware channels"
200 this interface is exclusive to the caller, until dma_release_channel()
/linux-4.1.27/Documentation/usb/
Dcallbacks.txt46 All callbacks are mutually exclusive. There's no need for locking
56 an interface. A driver's bond to an interface is exclusive.
Dpower-management.txt477 suspend/resume events are mutually exclusive with calls to probe,
/linux-4.1.27/sound/firewire/bebob/
Dbebob_hwdep.c195 hwdep->exclusive = true; in snd_bebob_create_hwdep_device()
/linux-4.1.27/sound/firewire/dice/
Ddice-hwdep.c187 hwdep->exclusive = true; in snd_dice_create_hwdep()
/linux-4.1.27/drivers/target/sbp/
Dsbp_target.h131 int exclusive; member
Dsbp_target.c129 int exclusive) in sbp_login_count_all_by_lun() argument
145 if (!exclusive || login->exclusive) in sbp_login_count_all_by_lun()
445 login->exclusive = LOGIN_ORB_EXCLUSIVE(be32_to_cpu(req->orb.misc)); in sbp_management_request_login()
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-hwdep.c187 hwdep->exclusive = true; in snd_oxfw_create_hwdep()
/linux-4.1.27/include/linux/regulator/
Ddriver.h356 int exclusive; member
/linux-4.1.27/arch/arm/kernel/
Dentry-header.S298 strex r2, r1, [sp, #S_LR] @ clear the exclusive monitor
347 strex r1, r2, [sp] @ clear the exclusive monitor
/linux-4.1.27/drivers/isdn/i4l/
Disdn_net.c2519 lp->exclusive = -1; in _isdn_setup()
2754 if (cfg->exclusive > 0) { in isdn_net_setcfg()
2763 lp->exclusive = -1; in isdn_net_setcfg()
2771 lp->exclusive = i; in isdn_net_setcfg()
2774 lp->exclusive = -1; in isdn_net_setcfg()
2775 if ((lp->pre_device != -1) && (cfg->exclusive == -1)) { in isdn_net_setcfg()
2869 cfg->exclusive = lp->exclusive; in isdn_net_getcfg()
3103 if (p->local->exclusive != -1) in isdn_net_realrm()
Disdn_ppp.c165 char exclusive[ISDN_MAX_CHANNELS]; /* exclusive flags */ in isdn_ppp_bind() local
166 memset(exclusive, 0, ISDN_MAX_CHANNELS); in isdn_ppp_bind()
170 exclusive[lp->pppbind] = 1; in isdn_ppp_bind()
177 …if (ippp_table[i]->state == IPPP_OPEN && !exclusive[ippp_table[i]->minor]) { /* OPEN, but not conn… in isdn_ppp_bind()
/linux-4.1.27/Documentation/input/
Dcma3000_d0x.txt29 CMA3000 chip supports mutually exclusive I2C and SPI interfaces for
Dwalkera0701.txt38 Build kernel with walkera0701 module. Module walkera0701 need exclusive
Diforce-protocol.txt21 CS is the checksum. It is equal to the exclusive or of all bytes.
/linux-4.1.27/sound/usb/usx2y/
DusX2Yhwdep.c261 hw->exclusive = 1; in usX2Y_hwdep_new()
Dusx2yhwdeppcm.c726 hw->exclusive = 1; in usX2Y_hwdep_pcm_new()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dfsl-sai.txt56 - fsl,sai-asynchronous and fsl,sai-synchronous-rx are exclusive.
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt20 1.4 What are exclusive cpusets ?
133 - A cpuset may be marked exclusive, which ensures that no other
174 - cpuset.cpu_exclusive flag: is cpu placement exclusive?
175 - cpuset.mem_exclusive flag: is memory placement exclusive?
208 - It can't be marked exclusive unless its parent is.
209 - If its cpu or memory is exclusive, they may not overlap any sibling.
212 enforcement of the exclusive guarantee, without having to scan all
214 exclusive cpuset. Also, the use of a Linux virtual file system (vfs)
225 1.4 What are exclusive cpusets ?
228 If a cpuset is cpu or mem exclusive, no other cpuset, other than
/linux-4.1.27/sound/arm/
Daaci.c791 .exclusive = 1,
811 .exclusive = 1,
821 .exclusive = 1,
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_hwdep.c294 hwdep->exclusive = true; in snd_efw_create_hwdep_device()
/linux-4.1.27/arch/arm/mach-imx/
DMakefile20 clk-gate-exclusive.o
/linux-4.1.27/Documentation/hwmon/
Dlm8773 For reference, here is the list of exclusive functions:
/linux-4.1.27/arch/arm/mach-realview/
DKconfig73 # ARMv6 CPU without K extensions, but does have the new exclusive ops
/linux-4.1.27/sound/atmel/
Dac97c.c737 .exclusive = 1,
746 .exclusive = 1,
755 .exclusive = 1,
/linux-4.1.27/Documentation/filesystems/
Dmandatory-locking.txt19 - Similarly, an exclusive lock may be granted on a file after
49 file that a process holds a "write " -or- "exclusive" lock on.
Dgfs2-glocks.txt24 namely shared (SH), deferred (DF) and exclusive (EX). Those translate
157 the lock is exclusive, i.e. a lock demotion (b) the requested
D9p.txt75 intended for exclusive, read-only mounts
Dsharedsubtree.txt883 by namespace_sem (exclusive for modifications, shared for reading).
Dxfs-delayed-logging-design.txt656 commit/flush exclusion. It also needs to be an exclusive lock but it is only
Dcoda.txt779 to return a file descriptor. The truncate and exclusive options,
/linux-4.1.27/arch/arm64/
DKconfig357 bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption"
364 If the processor is executing a load and store exclusive sequence at
378 bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads"
384 Affected Cortex-A57 parts might deadlock when exclusive load/store
/linux-4.1.27/drivers/regulator/
Dcore.c1383 bool exclusive, bool allow_dummy) in _regulator_get() argument
1432 } else if (!have_full_constraints() || exclusive) { in _regulator_get()
1440 if (rdev->exclusive) { in _regulator_get()
1445 if (exclusive && rdev->open_count) { in _regulator_get()
1467 if (exclusive) { in _regulator_get()
1468 rdev->exclusive = 1; in _regulator_get()
1576 rdev->exclusive = 0; in _regulator_put()
/linux-4.1.27/sound/pci/
Datiixp.c1189 .exclusive = 1,
1203 .exclusive = 1,
1212 .exclusive = 1,
Dintel8x0.c1731 .exclusive = 1,
1751 .exclusive = 1,
1761 .exclusive = 1,
1769 .exclusive = 1,
1780 .exclusive = 1,
1790 .exclusive = 1,
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-parameters.txt155 exclusive: Watchdog exclusive device open, default=1
/linux-4.1.27/tools/perf/Documentation/
Dperf-stat.txt118 Log output to fd, instead of stderr. Complementary to --output, and mutually exclusive
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio-Controls.txt37 and the normal PCM playback are exclusive, i.e. when this is on, you
/linux-4.1.27/sound/drivers/opl3/
Dopl3_lib.c502 hw->exclusive = 1; in snd_opl3_hwdep_new()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmcg.c776 flags |= ctrl->exclusive ? (1 << 2) : 0; in trans_rule_ctrl_to_hw()
1052 .exclusive = 0, in mlx4_tunnel_steer_add()
1369 .exclusive = 0, in mlx4_trans_to_dmfs_attach()
Den_netdev.c171 .exclusive = 1, in mlx4_en_filter_work()
518 .exclusive = 0, in mlx4_en_uc_steer_add()
Den_ethtool.c1487 .exclusive = 0, in mlx4_en_flow_replace()
/linux-4.1.27/sound/core/
Dhwdep.c111 if (hw->exclusive && hw->used > 0) { in snd_hwdep_open()
DKconfig137 Note that this option is exclusive with the new RTC drivers
/linux-4.1.27/Documentation/vm/
Dpagemap.txt71 page is being locked for exclusive access, eg. by undergoing read/write IO
Dcleancache.txt65 (thus making cleancache an "exclusive" cache). On a shared pool, the page
185 4) Why is non-shared cleancache "exclusive"? And where is the
Dunevictable-lru.txt86 The PG_unevictable flag is analogous to, and mutually exclusive with, the
/linux-4.1.27/Documentation/
Dvme_api.txt144 under resource management, however some of the options are mutually exclusive.
199 under resource management, however some of the options are mutually exclusive.
DSubmittingDrivers51 of exclusive GPL licensing, and if you wish the driver
Drtc.txt95 exclusive access to the device for your applications.
Dparport-lowlevel.txt72 claiming a port for exclusive use, and so on. They also include
1090 the bits in mask, exclusive-or'ing with the bits in val, and writing
Dxillybus.txt224 * exclusive_open: A non-zero value forces exclusive opening of the associated
Dpinctrl.txt398 a certain physical pin (ball, pad, finger, etc) for multiple mutually exclusive
/linux-4.1.27/Documentation/arm/
DInterrupts31 exclusive of each other - if you're processing one interrupt from the
/linux-4.1.27/tools/perf/
Ddesign.txt53 exclusive : 1, /* only group on PMU */
213 The 'exclusive' bit, if set, specifies that when this counter's group
/linux-4.1.27/Documentation/networking/
Dxfrm_sync.txt156 Note the two flags are mutually exclusive.
Dfilter.txt818 For example, socket filters are not using 'exclusive add' instruction, but
961 BPF_XADD 0xc0 /* eBPF only, exclusive add */
Dscaling.txt418 queue can also map onto one CPU, resulting in exclusive pairings that
/linux-4.1.27/Documentation/dmaengine/
Dclient.txt45 A channel allocated via this interface is exclusive to the caller,
/linux-4.1.27/kernel/events/
Dcore.c1580 if (event->attr.exclusive || !cpuctx->active_oncpu) in event_sched_out()
1581 cpuctx->exclusive = 0; in event_sched_out()
1605 if (state == PERF_EVENT_STATE_ACTIVE && group_event->attr.exclusive) in group_sched_out()
1606 cpuctx->exclusive = 0; in group_sched_out()
1909 if (event->attr.exclusive) in event_sched_in()
1910 cpuctx->exclusive = 1; in event_sched_in()
2006 if (cpuctx->exclusive) in group_can_go_on()
2012 if (event->attr.exclusive && cpuctx->active_oncpu) in group_can_go_on()
8108 if (attr.exclusive || attr.pinned) in SYSCALL_DEFINE5()
/linux-4.1.27/Documentation/kdump/
Dkdump.txt270 'start' is inclusive and 'end' is exclusive.
280 2) if the RAM size is between 512M and 2G (exclusive), then reserve 64M
/linux-4.1.27/arch/um/
DKconfig.net155 exclusive). If you don't need to network UMLs say N to each of
/linux-4.1.27/drivers/net/ethernet/intel/
DKconfig301 in the driver. This will create new netdev for exclusive FCoE
/linux-4.1.27/Documentation/PCI/
Dpci.txt400 1) MSI is an exclusive interrupt vector by definition.
446 MSI and MSI-X are defined to be exclusive interrupts and thus
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt34 Parity is often calculated by means of an exclusive or operation,
156 Fortunately the exclusive or operation is commutative, so we can combine
/linux-4.1.27/Documentation/scsi/
Darcmsr_spec.txt107 ** The low level command interface is exclusive with VT100 terminal
Dscsi_mid_low_api.txt505 * area for the LLD's exclusive use.
/linux-4.1.27/scripts/
Dspelling.txt390 exlcusive||exclusive
/linux-4.1.27/include/linux/mlx4/
Ddevice.h1190 bool exclusive; member
/linux-4.1.27/arch/m68k/fpsp040/
Dssin.S65 | j1 exclusive or with the l.s.b. of k.
/linux-4.1.27/drivers/pci/
Dpci.c2549 const char *res_name, int exclusive) in __pci_request_region() argument
2563 exclusive)) in __pci_request_region()
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt249 the enumerator has exclusive right to enumerate the device. If device ownership
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c523 if (!leader->attr.pinned || !leader->attr.exclusive) in ebb_event_check()
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dilsp.S643 # the result sign is the exclusive or of the operand sign bits.
Dfpsp.S11994 mov.b SRC_EX(%a0),%d0 # exclusive or the signs
12011 mov.b SRC_EX(%a0),%d0 # exclusive or the signs
15022 mov.b SRC_EX(%a0),%d0 # exclusive or the signs
15474 mov.b SRC_EX(%a0),%d0 # exclusive or the signs
Dfplsp.S4959 # j1 exclusive or with the l.s.b. of k. #
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt199 1. One of three mutually exclusive Kconfig options specify a
/linux-4.1.27/arch/ia64/hp/common/
Dsba_iommu.c107 #error FULL_VALID_PDIR and ASSERT_PDIR_SANITY are mutually exclusive
/linux-4.1.27/sound/usb/
Dmixer_quirks.c274 hwdep->exclusive = 1; in snd_usb_soundblaster_remote_init()
/linux-4.1.27/Documentation/isdn/
DREADME522 "isdnctrl bind <InterfaceName> <DriverId>,<ChannelNumber> [exclusive]"
/linux-4.1.27/Documentation/arm64/
Darm-acpi.txt110 exclusive with DT support at compile time.
/linux-4.1.27/Documentation/spi/
Dspi-summary554 are mutually exclusive; when both are set, the generic subsystem does
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt265 (a) two or more drivers wrongly think they have exclusive use of that
/linux-4.1.27/Documentation/power/
Ddevices.txt283 exclusive. Moreover, PM domain callbacks always take precedence over all of the
Druntime_pm.txt161 (1) The callbacks are mutually exclusive (e.g. it is forbidden to execute
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt1056 or HDA mixer in the audio path, and under exclusive control of the
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt249 Board supports (platforms) are not exclusive config options. An
/linux-4.1.27/arch/x86/
DKconfig546 This list is not meant to be exclusive.