/linux-4.1.27/fs/lockd/ |
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() 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()
|
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() 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()
|
D | clntxdr.c | 277 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()
|
D | clnt4xdr.c | 283 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/ |
D | seq_ports.c | 117 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 …]
|
D | seq_ports.h | 53 unsigned int exclusive: 1; /* exclusive mode */ member
|
D | seq_clientmgr.c | 2483 if (group->exclusive) in snd_seq_info_dump_subscribers()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | event_attributes_test.c | 34 event.attr.exclusive = 0; in event_attributes() 108 leader.attr.exclusive = 0; in event_attributes()
|
D | ebb.c | 336 e->attr.exclusive = 1; in event_leader_ebb_init()
|
/linux-4.1.27/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() 352 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()
|
D | ubi.h | 323 int exclusive; member
|
/linux-4.1.27/drivers/watchdog/ |
D | it87_wdt.c | 148 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/ |
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-4.1.27/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-4.1.27/tools/perf/tests/attr/ |
D | base-stat | 16 exclusive=0
|
D | base-record | 16 exclusive=0
|
/linux-4.1.27/include/linux/ |
D | wait.h | 212 #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) \
|
D | isdn.h | 165 int exclusive; /* If non-zero idx to reserved chan.*/ member
|
D | perf_event.h | 564 int exclusive; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 391 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()
|
D | nouveau_bo.h | 84 void nouveau_bo_fence(struct nouveau_bo *, struct nouveau_fence *, bool exclusive);
|
D | nouveau_fence.h | 29 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
|
D | nouveau_bo.c | 1593 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/ |
D | 00-INDEX | 14 - info on using spinlocks to provide exclusive access in kernel.
|
D | spinlocks.txt | 51 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.
|
D | locktorture.txt | 28 nwriters_stress Number of kernel threads that will stress exclusive lock
|
D | lockdep-design.txt | 69 following states are exclusive, and only one of them is allowed to be
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 277 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/ |
D | hwdep.h | 76 unsigned int exclusive:1; /* exclusive access mode */ member
|
D | ac97_codec.h | 632 exclusive: 1, /* exclusive mode, don't override with other pcms */ member
|
/linux-4.1.27/tools/perf/util/ |
D | parse-options.c | 407 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()
|
D | python.c | 550 exclusive = 0, in pyrf_evsel__init() local 572 &pinned, &exclusive, &exclude_user, in pyrf_evsel__init() 592 attr.exclusive = exclusive; in pyrf_evsel__init()
|
D | evsel.c | 1093 PRINT_ATTRf(exclusive, p_unsigned); in perf_event_attr__fprintf()
|
/linux-4.1.27/include/uapi/linux/ |
D | isdn.h | 119 int exclusive; /* Channel, if bound exclusive */ member
|
D | perf_event.h | 297 exclusive : 1, /* only group on PMU */ member
|
/linux-4.1.27/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
|
D | sysfs-firmware-memmap | 40 firmware provides inclusive or exclusive ranges).
|
/linux-4.1.27/mm/ |
D | rmap.c | 964 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()
|
D | bootmem.c | 309 int exclusive = flags & BOOTMEM_EXCLUSIVE; in __reserve() local 319 if (exclusive) { in __reserve()
|
D | memory.c | 2454 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/ |
D | hda_hwdep.c | 111 hwdep->exclusive = 1; in snd_hda_create_hwdep()
|
/linux-4.1.27/Documentation/powerpc/ |
D | pmu-ebb.txt | 52 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/ |
D | operations.txt | 154 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
|
D | fscache.txt | 360 EX Number of outstanding exclusive operations
|
D | backend-api.txt | 171 An operation can be made exclusive upon an object by setting the
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 122 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/ |
D | emux_hwdep.c | 134 hw->exclusive = 1; in snd_emux_init_hwdep()
|
/linux-4.1.27/Documentation/extcon/ |
D | porting-android-switch-class | 103 ****** 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/ |
D | interrupts.S | 153 clrex @ Clear exclusive monitor 210 clrex @ Clear exclusive monitor
|
/linux-4.1.27/tools/perf/tests/ |
D | attr.c | 99 WRITE_ASS(exclusive, "d"); in store_event()
|
/linux-4.1.27/Documentation/crypto/ |
D | async-tx-api.txt | 18 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/ |
D | callbacks.txt | 46 All callbacks are mutually exclusive. There's no need for locking 56 an interface. A driver's bond to an interface is exclusive.
|
D | power-management.txt | 477 suspend/resume events are mutually exclusive with calls to probe,
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_hwdep.c | 195 hwdep->exclusive = true; in snd_bebob_create_hwdep_device()
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-hwdep.c | 187 hwdep->exclusive = true; in snd_dice_create_hwdep()
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.h | 131 int exclusive; member
|
D | sbp_target.c | 129 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/ |
D | oxfw-hwdep.c | 187 hwdep->exclusive = true; in snd_oxfw_create_hwdep()
|
/linux-4.1.27/include/linux/regulator/ |
D | driver.h | 356 int exclusive; member
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-header.S | 298 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/ |
D | isdn_net.c | 2519 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()
|
D | isdn_ppp.c | 165 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/ |
D | cma3000_d0x.txt | 29 CMA3000 chip supports mutually exclusive I2C and SPI interfaces for
|
D | walkera0701.txt | 38 Build kernel with walkera0701 module. Module walkera0701 need exclusive
|
D | iforce-protocol.txt | 21 CS is the checksum. It is equal to the exclusive or of all bytes.
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usX2Yhwdep.c | 261 hw->exclusive = 1; in usX2Y_hwdep_new()
|
D | usx2yhwdeppcm.c | 726 hw->exclusive = 1; in usX2Y_hwdep_pcm_new()
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | fsl-sai.txt | 56 - fsl,sai-asynchronous and fsl,sai-synchronous-rx are exclusive.
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 20 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/ |
D | aaci.c | 791 .exclusive = 1, 811 .exclusive = 1, 821 .exclusive = 1,
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 294 hwdep->exclusive = true; in snd_efw_create_hwdep_device()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | Makefile | 20 clk-gate-exclusive.o
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm87 | 73 For reference, here is the list of exclusive functions:
|
/linux-4.1.27/arch/arm/mach-realview/ |
D | Kconfig | 73 # ARMv6 CPU without K extensions, but does have the new exclusive ops
|
/linux-4.1.27/sound/atmel/ |
D | ac97c.c | 737 .exclusive = 1, 746 .exclusive = 1, 755 .exclusive = 1,
|
/linux-4.1.27/Documentation/filesystems/ |
D | mandatory-locking.txt | 19 - Similarly, an exclusive lock may be granted on a file after 49 file that a process holds a "write " -or- "exclusive" lock on.
|
D | gfs2-glocks.txt | 24 namely shared (SH), deferred (DF) and exclusive (EX). Those translate 157 the lock is exclusive, i.e. a lock demotion (b) the requested
|
D | 9p.txt | 75 intended for exclusive, read-only mounts
|
D | sharedsubtree.txt | 883 by namespace_sem (exclusive for modifications, shared for reading).
|
D | xfs-delayed-logging-design.txt | 656 commit/flush exclusion. It also needs to be an exclusive lock but it is only
|
D | coda.txt | 779 to return a file descriptor. The truncate and exclusive options,
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 357 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/ |
D | core.c | 1383 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/ |
D | atiixp.c | 1189 .exclusive = 1, 1203 .exclusive = 1, 1212 .exclusive = 1,
|
D | intel8x0.c | 1731 .exclusive = 1, 1751 .exclusive = 1, 1761 .exclusive = 1, 1769 .exclusive = 1, 1780 .exclusive = 1, 1790 .exclusive = 1,
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 155 exclusive: Watchdog exclusive device open, default=1
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-stat.txt | 118 Log output to fd, instead of stderr. Complementary to --output, and mutually exclusive
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Controls.txt | 37 and the normal PCM playback are exclusive, i.e. when this is on, you
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_lib.c | 502 hw->exclusive = 1; in snd_opl3_hwdep_new()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 776 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()
|
D | en_netdev.c | 171 .exclusive = 1, in mlx4_en_filter_work() 518 .exclusive = 0, in mlx4_en_uc_steer_add()
|
D | en_ethtool.c | 1487 .exclusive = 0, in mlx4_en_flow_replace()
|
/linux-4.1.27/sound/core/ |
D | hwdep.c | 111 if (hw->exclusive && hw->used > 0) { in snd_hwdep_open()
|
D | Kconfig | 137 Note that this option is exclusive with the new RTC drivers
|
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 71 page is being locked for exclusive access, eg. by undergoing read/write IO
|
D | cleancache.txt | 65 (thus making cleancache an "exclusive" cache). On a shared pool, the page 185 4) Why is non-shared cleancache "exclusive"? And where is the
|
D | unevictable-lru.txt | 86 The PG_unevictable flag is analogous to, and mutually exclusive with, the
|
/linux-4.1.27/Documentation/ |
D | vme_api.txt | 144 under resource management, however some of the options are mutually exclusive. 199 under resource management, however some of the options are mutually exclusive.
|
D | SubmittingDrivers | 51 of exclusive GPL licensing, and if you wish the driver
|
D | rtc.txt | 95 exclusive access to the device for your applications.
|
D | parport-lowlevel.txt | 72 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
|
D | xillybus.txt | 224 * exclusive_open: A non-zero value forces exclusive opening of the associated
|
D | pinctrl.txt | 398 a certain physical pin (ball, pad, finger, etc) for multiple mutually exclusive
|
/linux-4.1.27/Documentation/arm/ |
D | Interrupts | 31 exclusive of each other - if you're processing one interrupt from the
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 53 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/ |
D | xfrm_sync.txt | 156 Note the two flags are mutually exclusive.
|
D | filter.txt | 818 For example, socket filters are not using 'exclusive add' instruction, but 961 BPF_XADD 0xc0 /* eBPF only, exclusive add */
|
D | scaling.txt | 418 queue can also map onto one CPU, resulting in exclusive pairings that
|
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 45 A channel allocated via this interface is exclusive to the caller,
|
/linux-4.1.27/kernel/events/ |
D | core.c | 1580 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/ |
D | kdump.txt | 270 '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/ |
D | Kconfig.net | 155 exclusive). If you don't need to network UMLs say N to each of
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
D | Kconfig | 301 in the driver. This will create new netdev for exclusive FCoE
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 400 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/ |
D | nand_ecc.txt | 34 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/ |
D | arcmsr_spec.txt | 107 ** The low level command interface is exclusive with VT100 terminal
|
D | scsi_mid_low_api.txt | 505 * area for the LLD's exclusive use.
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 390 exlcusive||exclusive
|
/linux-4.1.27/include/linux/mlx4/ |
D | device.h | 1190 bool exclusive; member
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | ssin.S | 65 | j1 exclusive or with the l.s.b. of k.
|
/linux-4.1.27/drivers/pci/ |
D | pci.c | 2549 const char *res_name, int exclusive) in __pci_request_region() argument 2563 exclusive)) in __pci_request_region()
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 249 the enumerator has exclusive right to enumerate the device. If device ownership
|
/linux-4.1.27/arch/powerpc/perf/ |
D | core-book3s.c | 523 if (!leader->attr.pinned || !leader->attr.exclusive) in ebb_event_check()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 643 # the result sign is the exclusive or of the operand sign bits.
|
D | fpsp.S | 11994 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
|
D | fplsp.S | 4959 # j1 exclusive or with the l.s.b. of k. #
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 199 1. One of three mutually exclusive Kconfig options specify a
|
/linux-4.1.27/arch/ia64/hp/common/ |
D | sba_iommu.c | 107 #error FULL_VALID_PDIR and ASSERT_PDIR_SANITY are mutually exclusive
|
/linux-4.1.27/sound/usb/ |
D | mixer_quirks.c | 274 hwdep->exclusive = 1; in snd_usb_soundblaster_remote_init()
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 522 "isdnctrl bind <InterfaceName> <DriverId>,<ChannelNumber> [exclusive]"
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 110 exclusive with DT support at compile time.
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 554 are mutually exclusive; when both are set, the generic subsystem does
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 265 (a) two or more drivers wrongly think they have exclusive use of that
|
/linux-4.1.27/Documentation/power/ |
D | devices.txt | 283 exclusive. Moreover, PM domain callbacks always take precedence over all of the
|
D | runtime_pm.txt | 161 (1) The callbacks are mutually exclusive (e.g. it is forbidden to execute
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1056 or HDA mixer in the audio path, and under exclusive control of the
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 249 Board supports (platforms) are not exclusive config options. An
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 546 This list is not meant to be exclusive.
|