Home
last modified time | relevance | path

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

1234

/linux/arch/arm/boot/bootp/
H A Dbootp.lds22 .stab.excl 0 : { *(.stab.excl) }
/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S56 .stab.excl 0 : { *(.stab.excl) }
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S58 .stab.excl 0 : { *(.stab.excl) }
/linux/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()
109 static __must_check bool super_lock(struct super_block *sb, bool excl) in super_lock() argument
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()
[all …]
H A Dbad_inode.c32 umode_t mode, bool excl) in bad_inode_create() argument
/linux/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S69 .stab.excl 0 : { *(.stab.excl) }
/linux/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/fs/vboxsf/
H 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/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/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()
500 qgroup->excl = btrfs_qgroup_info_excl(l, ptr); in btrfs_read_qgroup_config()
906 btrfs_set_qgroup_info_excl(l, qgroup_info, qgroup->excl); in update_qgroup_info_item()
1494 u64 num_bytes = src->excl; in __qgroup_excl_accounting()
1508 WARN_ON(sign < 0 && qgroup->excl < num_bytes); in __qgroup_excl_accounting()
1509 qgroup->excl += sign * num_bytes; in __qgroup_excl_accounting()
1549 if (qgroup->excl == qgroup->rfer) { in quick_update_accounting()
1757 (qgroup->rfer || qgroup->excl || qgroup->excl_cmpr || qgroup->rfer_cmpr)) in can_delete_qgroup()
1853 if (WARN_ON(qgroup->rfer || qgroup->excl || in btrfs_remove_qgroup()
[all …]
H A Dqgroup.h222 u64 excl; /* exclusive */ member
382 u64 rfer, u64 excl);
/linux/drivers/gpu/drm/i915/
H A Di915_active_types.h34 struct i915_active_fence excl; member
H A Di915_active.h226 fence = i915_active_fence_get(&active->excl); in __i915_request_await_exclusive()
/linux/drivers/net/wireless/intel/iwlwifi/
H 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/kernel/locking/
H A Dlockdep.c2708 unsigned long excl = 0; in invert_dir_mask() local
2711 excl |= (mask & LOCKF_ENABLED_IRQ_ALL) >> LOCK_USAGE_DIR_MASK; in invert_dir_mask()
2712 excl |= (mask & LOCKF_USED_IN_IRQ_ALL) << LOCK_USAGE_DIR_MASK; in invert_dir_mask()
2714 return excl; in invert_dir_mask()
2747 unsigned long excl = invert_dir_mask(mask); in exclusive_mask() local
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()
2764 unsigned long excl = invert_dir_mask(mask); in original_mask() local
2767 excl |= (excl & LOCKF_IRQ_READ) >> LOCK_USAGE_READ_MASK; in original_mask()
[all …]
/linux/scripts/kconfig/
H A Dstreamline_config.pl616 foreach my $excl (@preserved_kconfigs) {
617 if($kconfig =~ /^$excl/) {
/linux/include/linux/
H A Dioport.h338 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (name), excl)
306 __request_mem_region(start,n,name,excl) global() argument
/linux/fs/coda/
H A Dcoda_psdev.h63 const char *name, int length, int excl, int mode,
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H 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()
/linux/fs/efivarfs/
H A Dinode.c78 struct dentry *dentry, umode_t mode, bool excl) in efivarfs_create() argument
/linux/fs/smb/client/
H A Dcifsfs.h53 struct dentry *, umode_t, bool excl);
/linux/fs/afs/
H A Dcell.c235 const char *vllist, bool excl) in afs_lookup_cell() argument
244 if (!excl) { in afs_lookup_cell()
318 if (excl) { in afs_lookup_cell()
/linux/fs/quota/
H A Dquota.c871 bool excl = false, thawed = false; in quotactl_block() local
883 excl = true; in quotactl_block()
890 sb = user_get_super(dev, excl); in quotactl_block()
894 if (excl) in quotactl_block()
/linux/arch/um/os-Linux/
H A Dfile.c589 int os_lock_file(int fd, int excl) in os_lock_file() argument
591 int type = excl ? F_WRLCK : F_RDLCK; in os_lock_file()

1234