Searched defs:exec (Results 1 - 25 of 82) sorted by relevance

1234

/linux-master/tools/perf/util/
H A Dcomm.h15 bool exec; member in struct:comm
H A Dcomm.c108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) argument
127 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) argument
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_overhead.c13 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) argument
31 int BPF_PROG(prog4, struct task_struct *tsk, const char *buf, bool exec) argument
37 int BPF_PROG(prog5, struct task_struct *tsk, const char *buf, bool exec) argument
H A Dtask_kfunc_failure.c291 int BPF_PROG(task_access_comm4, struct task_struct *task, const char *buf, bool exec) argument
/linux-master/arch/x86/include/uapi/asm/
H A Da.out.h5 struct exec struct
/linux-master/arch/m68k/include/uapi/asm/
H A Da.out.h5 struct exec struct
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_csa.c69 struct drm_exec exec; local
109 struct drm_exec exec; local
[all...]
H A Damdgpu_seq64.c67 struct drm_exec exec; local
124 struct drm_exec exec; local
[all...]
H A Damdgpu_cs.h66 struct drm_exec exec; member in struct:amdgpu_cs_parser
/linux-master/include/drm/
H A Ddrm_exec.h63 drm_exec_obj(struct drm_exec *exec, unsigned long index) argument
133 drm_exec_is_contended(struct drm_exec *exec) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.c61 nvkm_hwsq_fini(struct nvkm_hwsq **phwsq, bool exec) argument
H A Dhwsq.h75 hwsq_exec(struct hwsq *ram, bool exec) argument
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h8 struct list_head exec; member in struct:nvkm_alarm
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_irq.c67 struct vc4_exec_info *exec; local
120 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4); local
142 struct vc4_exec_info *exec = vc4_first_bin_job(vc4); local
159 struct vc4_exec_info *exec = vc4_first_render_job(vc4); local
[all...]
/linux-master/arch/arc/mm/
H A Dfault.c79 unsigned int write = 0, exec = 0, mask; local
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_exec_test.c47 struct drm_exec exec; local
58 struct drm_exec exec; local
78 struct drm_exec exec; local
105 struct drm_exec exec; local
132 struct drm_exec exec; local
156 struct drm_exec exec; local
175 struct drm_exec exec; local
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_exec.c54 static void drm_exec_unlock_all(struct drm_exec *exec) argument
79 drm_exec_init(struct drm_exec *exec, u32 flags, unsigned nr) argument
102 drm_exec_fini(struct drm_exec *exec) argument
121 drm_exec_cleanup(struct drm_exec *exec) argument
141 drm_exec_obj_locked(struct drm_exec *exec, struct drm_gem_object *obj) argument
163 drm_exec_lock_contended(struct drm_exec *exec) argument
208 drm_exec_lock_obj(struct drm_exec *exec, struct drm_gem_object *obj) argument
261 drm_exec_unlock_obj(struct drm_exec *exec, struct drm_gem_object *obj) argument
290 drm_exec_prepare_obj(struct drm_exec *exec, struct drm_gem_object *obj, unsigned int num_fences) argument
322 drm_exec_prepare_array(struct drm_exec *exec, struct drm_gem_object **objects, unsigned int num_objects, unsigned int num_fences) argument
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_exec.c120 struct drm_exec *exec = &vm_exec.exec; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dmemx.c72 nvkm_memx_fini(struct nvkm_memx **pmemx, bool exec) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm200.c131 u32 exec, args; local
/linux-master/arch/x86/mm/pat/
H A Dcpa-test.c45 long lpg, gpg, spg, exec; member in struct:split_state
/linux-master/arch/mips/mm/
H A Dc-r3k.c240 int exec = vma->vm_flags & VM_EXEC; local
/linux-master/arch/sparc/mm/
H A Dtlb.c159 bool exec = pte_exec(*pte); local
211 bool exec = pte_exec(orig_pte); local
69 tlb_batch_add_one(struct mm_struct *mm, unsigned long vaddr, bool exec, unsigned int hugepage_shift) argument
/linux-master/arch/um/include/asm/
H A Dprocessor-generic.h35 } fork, exec; member in union:thread_struct::__anon107::__anon108
/linux-master/arch/alpha/include/uapi/asm/
H A Da.out.h54 struct exec struct

Completed in 370 milliseconds

1234