Home
last modified time | relevance | path

Searched refs:excl (Results 1 – 25 of 95) sorted by relevance

1234

/linux/arch/arm/boot/bootp/
A Dbootp.lds22 .stab.excl 0 : { *(.stab.excl) }
/linux/arch/parisc/kernel/vdso64/
A Dvdso64.lds.S56 .stab.excl 0 : { *(.stab.excl) }
/linux/arch/parisc/kernel/vdso32/
A Dvdso32.lds.S58 .stab.excl 0 : { *(.stab.excl) }
/linux/arch/s390/kernel/vdso32/
A Dvdso32.lds.S63 .stab.excl 0 : { *(.stab.excl) }
/linux/fs/
A Dsuper.c53 static inline void __super_lock(struct super_block *sb, bool excl) in __super_lock() argument
55 if (excl) in __super_lock()
61 static inline void super_unlock(struct super_block *sb, bool excl) in super_unlock() argument
63 if (excl) in super_unlock()
120 __super_lock(sb, excl); in super_lock()
128 super_unlock(sb, excl); in super_lock()
988 struct super_block *user_get_super(dev_t dev, bool excl) in user_get_super() argument
1000 locked = super_lock(sb, excl); in user_get_super()
1004 super_unlock(sb, excl); in user_get_super()
1390 locked = super_lock(sb, excl); in bdev_super_lock()
[all …]
A Dbad_inode.c32 umode_t mode, bool excl) in bad_inode_create() argument
/linux/arch/s390/kernel/vdso64/
A Dvdso64.lds.S69 .stab.excl 0 : { *(.stab.excl) }
/linux/arch/mips/net/
A Dbpf_jit_comp.h145 int push_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth);
151 int pop_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth);
A Dbpf_jit_comp.c127 int push_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth) in push_regs() argument
133 if ((excl & BIT(reg)) == 0) { in push_regs()
150 int pop_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth) in pop_regs() argument
156 if ((excl & BIT(reg)) == 0) { in pop_regs()
/linux/fs/vboxsf/
A Ddir.c257 umode_t mode, bool is_dir, bool excl, u64 *handle_ret) in vboxsf_dir_create() argument
268 if (excl) in vboxsf_dir_create()
300 umode_t mode, bool excl) in vboxsf_dir_mkfile() argument
302 return vboxsf_dir_create(parent, dentry, mode, false, excl, NULL); in vboxsf_dir_mkfile()
/linux/drivers/tty/
A Dvcc.c158 static struct vcc_port *vcc_get(unsigned long index, bool excl) in vcc_get() argument
172 if (!excl) { in vcc_get()
208 static void vcc_put(struct vcc_port *port, bool excl) in vcc_put() argument
218 if (WARN_ON((excl && !port->excl_locked) || in vcc_put()
219 (!excl && port->excl_locked))) in vcc_put()
224 if (excl) in vcc_put()
/linux/drivers/gpu/drm/i915/
A Di915_active_types.h34 struct i915_active_fence excl; member
A Di915_active.c138 GEM_BUG_ON(rcu_access_pointer(ref->excl.fence)); in __active_retire()
229 active_retire(container_of(cb, struct i915_active, excl.cb)); in excl_retire()
358 __i915_active_fence_init(&ref->excl, NULL, excl_retire); in __i915_active_init()
486 return __i915_active_set_fence(ref, &ref->excl, f); in i915_active_set_exclusive()
589 enable_signaling(&ref->excl); in flush_lazy_signals()
702 rcu_access_pointer(ref->excl.fence)) { in await_active()
703 err = __await_active(&ref->excl, fn, arg); in await_active()
A Di915_active.h226 fence = i915_active_fence_get(&active->excl); in __i915_request_await_exclusive()
/linux/fs/btrfs/
A Dqgroup.c340 u64 rfer, u64 excl) in btrfs_verify_qgroup_counts() argument
347 if (qgroup->rfer != rfer || qgroup->excl != excl) in btrfs_verify_qgroup_counts()
1495 u64 num_bytes = src->excl; in __qgroup_excl_accounting()
2875 qg->excl -= num_bytes; in qgroup_update_counters()
2886 qg->excl += num_bytes; in qgroup_update_counters()
2900 qg->excl += num_bytes; in qgroup_update_counters()
2910 qg->excl -= num_bytes; in qgroup_update_counters()
3474 dstgroup->excl = level_size; in btrfs_qgroup_inherit()
3476 srcgroup->excl = level_size; in btrfs_qgroup_inherit()
3557 dst->excl = src->excl + level_size; in btrfs_qgroup_inherit()
[all …]
A Dqgroup.h217 u64 excl; /* exclusive */ member
375 u64 rfer, u64 excl);
/linux/drivers/net/wireless/intel/iwlwifi/
A Diwl-drv.c599 struct iwl_dump_exclude *excl; in iwl_drv_set_dump_exclude() local
605 excl = &drv->fw.dump_excl[0]; in iwl_drv_set_dump_exclude()
608 if (excl->addr) in iwl_drv_set_dump_exclude()
609 excl = &drv->fw.dump_excl_wowlan[0]; in iwl_drv_set_dump_exclude()
613 excl = &drv->fw.dump_excl[0]; in iwl_drv_set_dump_exclude()
616 excl = &drv->fw.dump_excl_wowlan[0]; in iwl_drv_set_dump_exclude()
619 if (excl->addr) in iwl_drv_set_dump_exclude()
620 excl++; in iwl_drv_set_dump_exclude()
622 if (excl->addr) { in iwl_drv_set_dump_exclude()
627 excl->addr = le32_to_cpu(fw->addr) & ~FW_ADDR_CACHE_CONTROL; in iwl_drv_set_dump_exclude()
[all …]
/linux/scripts/kconfig/
A Dstreamline_config.pl606 foreach my $excl (@preserved_kconfigs) {
607 if($kconfig =~ /^$excl/) {
/linux/kernel/locking/
A Dlockdep.c2708 unsigned long excl = 0; in invert_dir_mask() local
2714 return excl; in invert_dir_mask()
2749 excl |= (excl & LOCKF_IRQ_READ) >> LOCK_USAGE_READ_MASK; in exclusive_mask()
2750 excl |= (excl & LOCKF_IRQ) << LOCK_USAGE_READ_MASK; in exclusive_mask()
2752 return excl; in exclusive_mask()
2767 excl |= (excl & LOCKF_IRQ_READ) >> LOCK_USAGE_READ_MASK; in original_mask()
2768 excl |= (excl & LOCKF_IRQ) << LOCK_USAGE_READ_MASK; in original_mask()
2770 return excl; in original_mask()
2782 int bit, excl, excl_read; in find_exclusive_match() local
2790 excl = exclusive_bit(bit); in find_exclusive_match()
[all …]
/linux/drivers/fpga/
A Ddfl.h335 bool excl) in dfl_feature_dev_use_begin() argument
340 if (excl) { in dfl_feature_dev_use_begin()
/linux/include/linux/
A Dioport.h306 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument
/linux/fs/coda/
A Dcoda_psdev.h63 const char *name, int length, int excl, int mode,
/linux/fs/efivarfs/
A Dinode.c78 struct dentry *dentry, umode_t mode, bool excl) in efivarfs_create() argument
/linux/fs/smb/client/
A Dcifsfs.h53 struct dentry *, umode_t, bool excl);
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dops.c1094 const struct iwl_dump_exclude *excl; in iwl_mvm_frob_mem() local
1105 excl = mvm->fw->dump_excl; in iwl_mvm_frob_mem()
1108 excl = mvm->fw->dump_excl_wowlan; in iwl_mvm_frob_mem()
1118 if (!excl[i].addr || !excl[i].size) in iwl_mvm_frob_mem()
1121 start = excl[i].addr; in iwl_mvm_frob_mem()
1122 end = start + excl[i].size; in iwl_mvm_frob_mem()

Completed in 62 milliseconds

1234