Searched refs:excl (Results 1 - 25 of 88) sorted by path

1234

/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhubio.h886 excl: 4, /* 26-23: exclusive bit(s) */ member in struct:icrbp_a::__anon43
/linux-master/fs/coda/
H A Dcoda_psdev.h63 const char *name, int length, int excl, int mode,
/linux-master/include/uapi/linux/
H A Dcoda.h443 int excl; member in struct:coda_create_in
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c127 int push_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth) argument
133 if ((excl & BIT(reg)) == 0) {
150 int pop_regs(struct jit_context *ctx, u32 mask, u32 excl, int depth) argument
156 if ((excl & BIT(reg)) == 0) {
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);
/linux-master/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S58 .stab.excl 0 : { *(.stab.excl) }
/linux-master/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S56 .stab.excl 0 : { *(.stab.excl) }
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S63 .stab.excl 0 : { *(.stab.excl) }
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S63 .stab.excl 0 : { *(.stab.excl) }
/linux-master/arch/um/include/shared/
H A Dos.h171 extern int os_lock_file(int fd, int excl);
/linux-master/arch/um/os-Linux/
H A Dfile.c577 int os_lock_file(int fd, int excl) argument
579 int type = excl ? F_WRLCK : F_RDLCK;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c1016 int i, hwb, swb, excl, psl; local
1063 excl = test_bit(i, &exclusive);
1071 else if (excl)
/linux-master/drivers/fpga/
H A Ddfl.h335 bool excl)
340 if (excl) {
334 dfl_feature_dev_use_begin(struct dfl_feature_platform_data *pdata, bool excl) argument
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.c138 GEM_BUG_ON(rcu_access_pointer(ref->excl.fence));
229 active_retire(container_of(cb, struct i915_active, excl.cb));
358 __i915_active_fence_init(&ref->excl, NULL, excl_retire);
486 return __i915_active_set_fence(ref, &ref->excl, f);
589 enable_signaling(&ref->excl);
702 rcu_access_pointer(ref->excl.fence)) {
703 err = __await_active(&ref->excl, fn, arg);
H A Di915_active.h226 fence = i915_active_fence_get(&active->excl);
H A Di915_active_types.h34 struct i915_active_fence excl; member in struct:i915_active
H A Di915_vma.c409 if (rcu_access_pointer(vma->active.excl.fence)) {
413 fence = dma_fence_get_rcu_safe(&vma->active.excl.fence);
427 struct dma_fence *fence = i915_active_fence_get(&vma->active.excl);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_active.c339 active_flush(ref, &ref->excl);
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c605 struct iwl_dump_exclude *excl; local
611 excl = &drv->fw.dump_excl[0];
614 if (excl->addr)
615 excl = &drv->fw.dump_excl_wowlan[0];
619 excl = &drv->fw.dump_excl[0];
622 excl = &drv->fw.dump_excl_wowlan[0];
625 if (excl->addr)
626 excl++;
628 if (excl->addr) {
633 excl
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c990 const struct iwl_dump_exclude *excl; local
1001 excl = mvm->fw->dump_excl;
1004 excl = mvm->fw->dump_excl_wowlan;
1014 if (!excl[i].addr || !excl[i].size)
1017 start = excl[i].addr;
1018 end = start + excl[i].size;
/linux-master/drivers/pci/
H A Dpci.c3978 const char *res_name, int excl)
3984 if (__pci_request_region(pdev, i, res_name, excl))
3977 __pci_request_selected_regions(struct pci_dev *pdev, int bars, const char *res_name, int excl) argument
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c59 module_param_named(excl, excl_string, charp, 0);
73 MODULE_PARM_DESC(excl, "List ioport addresses here to prevent controllers from being attached");
/linux-master/drivers/tty/
H A Dtty_io.c2732 int excl = test_bit(TTY_EXCLUSIVE, &tty->flags); local
2734 return put_user(excl, (int __user *)p);
H A Dvcc.c153 * @excl: Indicates if an exclusive access is requested
158 static struct vcc_port *vcc_get(unsigned long index, bool excl) argument
172 if (!excl) {
203 * @excl: Indicates if the returned reference is an exclusive reference
206 * for the excl flag
208 static void vcc_put(struct vcc_port *port, bool excl) argument
218 if (WARN_ON((excl && !port->excl_locked) ||
219 (!excl && port->excl_locked)))
224 if (excl)
/linux-master/fs/9p/
H A Dvfs_inode.c603 * @excl: True if the file must not yet exist
612 struct dentry *dentry, umode_t mode, bool excl)
611 v9fs_vfs_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument

Completed in 500 milliseconds

1234