| /linux-6.15/arch/arm/boot/bootp/ |
| H A D | bootp.lds | 22 .stab.excl 0 : { *(.stab.excl) }
|
| /linux-6.15/arch/parisc/kernel/vdso32/ |
| H A D | vdso32.lds.S | 58 .stab.excl 0 : { *(.stab.excl) }
|
| /linux-6.15/arch/parisc/kernel/vdso64/ |
| H A D | vdso64.lds.S | 56 .stab.excl 0 : { *(.stab.excl) }
|
| /linux-6.15/arch/s390/kernel/vdso32/ |
| H A D | vdso32.lds.S | 62 .stab.excl 0 : { *(.stab.excl) }
|
| /linux-6.15/arch/s390/kernel/vdso64/ |
| H A D | vdso64.lds.S | 67 .stab.excl 0 : { *(.stab.excl) }
|
| /linux-6.15/fs/ |
| H A D | super.c | 53 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 D | bad_inode.c | 32 umode_t mode, bool excl) in bad_inode_create() argument
|
| /linux-6.15/arch/mips/net/ |
| H A D | bpf_jit_comp.h | 145 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 D | bpf_jit_comp.c | 127 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 D | dir.c | 258 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 D | vcc.c | 158 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 D | i915_active_types.h | 34 struct i915_active_fence excl; member
|
| H A D | i915_active.c | 138 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 D | i915_active.h | 225 fence = i915_active_fence_get(&active->excl); in __i915_request_await_exclusive()
|
| /linux-6.15/fs/btrfs/ |
| H A D | qgroup.c | 339 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 D | qgroup.h | 225 u64 excl; /* exclusive */ member 385 u64 rfer, u64 excl);
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-drv.c | 596 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 D | streamline_config.pl | 616 foreach my $excl (@preserved_kconfigs) { 617 if($kconfig =~ /^$excl/) {
|
| /linux-6.15/kernel/locking/ |
| H A D | lockdep.c | 2713 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 D | dfl.h | 357 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 D | coda_psdev.h | 63 const char *name, int length, int excl, int mode,
|
| /linux-6.15/include/linux/ |
| H A D | ioport.h | 343 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument
|
| /linux-6.15/fs/efivarfs/ |
| H A D | inode.c | 78 struct dentry *dentry, umode_t mode, bool excl) in efivarfs_create() argument
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsfs.h | 53 struct dentry *, umode_t, bool excl);
|
| /linux-6.15/fs/afs/ |
| H A D | cell.c | 241 const char *vllist, bool excl, in afs_lookup_cell() argument 251 if (!excl) { in afs_lookup_cell() 327 if (excl) { in afs_lookup_cell()
|