Home
last modified time | relevance | path

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

1234

/linux-6.15/arch/arm/boot/bootp/
H A Dbootp.lds22 .stab.excl 0 : { *(.stab.excl) }
/linux-6.15/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S58 .stab.excl 0 : { *(.stab.excl) }
/linux-6.15/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S56 .stab.excl 0 : { *(.stab.excl) }
/linux-6.15/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S62 .stab.excl 0 : { *(.stab.excl) }
/linux-6.15/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S67 .stab.excl 0 : { *(.stab.excl) }
/linux-6.15/fs/
H 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 …]
H A Dbad_inode.c32 umode_t mode, bool excl) in bad_inode_create() argument
/linux-6.15/arch/mips/net/
H 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);
H 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-6.15/fs/vboxsf/
H A Ddir.c258 umode_t mode, bool is_dir, bool excl, u64 *handle_ret) in vboxsf_dir_create() argument
269 if (excl) in vboxsf_dir_create()
301 umode_t mode, bool excl) in vboxsf_dir_mkfile() argument
303 return vboxsf_dir_create(parent, dentry, mode, false, excl, NULL); in vboxsf_dir_mkfile()
/linux-6.15/drivers/tty/
H 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-6.15/drivers/gpu/drm/i915/
H A Di915_active_types.h34 struct i915_active_fence excl; member
H 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()
571 enable_signaling(&ref->excl); in flush_lazy_signals()
684 rcu_access_pointer(ref->excl.fence)) { in await_active()
685 err = __await_active(&ref->excl, fn, arg); in await_active()
H A Di915_active.h225 fence = i915_active_fence_get(&active->excl); in __i915_request_await_exclusive()
/linux-6.15/fs/btrfs/
H A Dqgroup.c339 u64 rfer, u64 excl) in btrfs_verify_qgroup_counts() argument
346 if (qgroup->rfer != rfer || qgroup->excl != excl) in btrfs_verify_qgroup_counts()
1475 u64 num_bytes = src->excl; in __qgroup_excl_accounting()
2861 qg->excl -= num_bytes; in qgroup_update_counters()
2872 qg->excl += num_bytes; in qgroup_update_counters()
2886 qg->excl += num_bytes; in qgroup_update_counters()
2896 qg->excl -= num_bytes; in qgroup_update_counters()
3462 dstgroup->excl = level_size; in btrfs_qgroup_inherit()
3464 srcgroup->excl = level_size; in btrfs_qgroup_inherit()
3545 dst->excl = src->excl + level_size; in btrfs_qgroup_inherit()
[all …]
H A Dqgroup.h225 u64 excl; /* exclusive */ member
385 u64 rfer, u64 excl);
/linux-6.15/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c596 struct iwl_dump_exclude *excl; in iwl_drv_set_dump_exclude() local
602 excl = &drv->fw.dump_excl[0]; in iwl_drv_set_dump_exclude()
605 if (excl->addr) in iwl_drv_set_dump_exclude()
606 excl = &drv->fw.dump_excl_wowlan[0]; in iwl_drv_set_dump_exclude()
610 excl = &drv->fw.dump_excl[0]; in iwl_drv_set_dump_exclude()
613 excl = &drv->fw.dump_excl_wowlan[0]; in iwl_drv_set_dump_exclude()
616 if (excl->addr) in iwl_drv_set_dump_exclude()
617 excl++; in iwl_drv_set_dump_exclude()
619 if (excl->addr) { in iwl_drv_set_dump_exclude()
624 excl->addr = le32_to_cpu(fw->addr) & ~FW_ADDR_CACHE_CONTROL; in iwl_drv_set_dump_exclude()
[all …]
/linux-6.15/scripts/kconfig/
H A Dstreamline_config.pl616 foreach my $excl (@preserved_kconfigs) {
617 if($kconfig =~ /^$excl/) {
/linux-6.15/kernel/locking/
H A Dlockdep.c2713 unsigned long excl = 0; in invert_dir_mask() local
2719 return excl; in invert_dir_mask()
2754 excl |= (excl & LOCKF_IRQ_READ) >> LOCK_USAGE_READ_MASK; in exclusive_mask()
2755 excl |= (excl & LOCKF_IRQ) << LOCK_USAGE_READ_MASK; in exclusive_mask()
2757 return excl; in exclusive_mask()
2772 excl |= (excl & LOCKF_IRQ_READ) >> LOCK_USAGE_READ_MASK; in original_mask()
2773 excl |= (excl & LOCKF_IRQ) << LOCK_USAGE_READ_MASK; in original_mask()
2775 return excl; in original_mask()
2787 int bit, excl, excl_read; in find_exclusive_match() local
2795 excl = exclusive_bit(bit); in find_exclusive_match()
[all …]
/linux-6.15/drivers/fpga/
H A Ddfl.h357 bool excl) in dfl_feature_dev_use_begin() argument
362 if (excl) { in dfl_feature_dev_use_begin()
/linux-6.15/fs/coda/
H A Dcoda_psdev.h63 const char *name, int length, int excl, int mode,
/linux-6.15/include/linux/
H A Dioport.h343 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument
/linux-6.15/fs/efivarfs/
H A Dinode.c78 struct dentry *dentry, umode_t mode, bool excl) in efivarfs_create() argument
/linux-6.15/fs/smb/client/
H A Dcifsfs.h53 struct dentry *, umode_t, bool excl);
/linux-6.15/fs/afs/
H A Dcell.c241 const char *vllist, bool excl, in afs_lookup_cell() argument
251 if (!excl) { in afs_lookup_cell()
327 if (excl) { in afs_lookup_cell()

1234