/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_trampoline_count.c | 11 int BPF_PROG(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument 17 int BPF_PROG(prog2, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument
|
H A D | test_overhead.c | 13 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_KPROBE() argument 31 int BPF_PROG(prog4, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument 37 int BPF_PROG(prog5, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | comm.h | 15 bool exec; member
|
H A D | comm.c | 108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() argument 127 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | comm.h | 15 bool exec; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_overhead.c | 13 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_KPROBE() argument 31 int BPF_PROG(prog4, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument 37 int BPF_PROG(prog5, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument
|
H A D | task_kfunc_failure.c | 291 int BPF_PROG(task_access_comm4, struct task_struct *task, const char *buf, bool exec) in BPF_PROG() argument
|
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
H A D | a.out.h | 5 struct exec struct
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | a.out.h | 5 struct exec struct
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | a.out.h | 5 struct exec struct
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_csa.c | 70 struct drm_exec exec; in amdgpu_map_static_csa() local 110 struct drm_exec exec; in amdgpu_unmap_static_csa() local [all...] |
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | a.out.h | 5 struct exec struct
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_exec.h | 15 struct drm_exec exec; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | a.out.h | 21 struct exec { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | a.out.h | 21 struct exec { struct
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_exec.h | 63 drm_exec_obj(struct drm_exec *exec, unsigned long index) in drm_exec_obj() argument 133 drm_exec_is_contended(struct drm_exec *exec) drm_exec_is_contended() argument [all...] |
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | fault.c | 72 unsigned int write = 0, exec = 0, mask; in do_page_fault() local
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | fault.c | 79 unsigned int write = 0, exec = 0, mask; in do_page_fault() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | timer.h | 8 struct list_head exec; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
H A D | hwsq.c | 61 nvkm_hwsq_fini(struct nvkm_hwsq **phwsq, bool exec) in nvkm_hwsq_fini() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_irq.c | 64 struct vc4_exec_info *exec; in vc4_overflow_mem_work() local 117 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4); in vc4_irq_finish_bin_job() local 137 struct vc4_exec_info *exec = vc4_first_bin_job(vc4); vc4_cancel_bin_job() local 154 struct vc4_exec_info *exec = vc4_first_render_job(vc4); vc4_irq_finish_render_job() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_exec.c | 54 static void drm_exec_unlock_all(struct drm_exec *exec) in drm_exec_unlock_all() argument 75 drm_exec_init(struct drm_exec *exec, uint32_t flags) drm_exec_init() argument 95 drm_exec_fini(struct drm_exec *exec) drm_exec_fini() argument 114 drm_exec_cleanup(struct drm_exec *exec) drm_exec_cleanup() argument 134 drm_exec_obj_locked(struct drm_exec *exec, struct drm_gem_object *obj) drm_exec_obj_locked() argument 156 drm_exec_lock_contended(struct drm_exec *exec) drm_exec_lock_contended() argument 201 drm_exec_lock_obj(struct drm_exec *exec, struct drm_gem_object *obj) drm_exec_lock_obj() argument 254 drm_exec_unlock_obj(struct drm_exec *exec, struct drm_gem_object *obj) drm_exec_unlock_obj() argument 283 drm_exec_prepare_obj(struct drm_exec *exec, struct drm_gem_object *obj, unsigned int num_fences) drm_exec_prepare_obj() argument 315 drm_exec_prepare_array(struct drm_exec *exec, struct drm_gem_object **objects, unsigned int num_objects, unsigned int num_fences) drm_exec_prepare_array() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | timer.h | 8 struct list_head exec; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
H A D | hwsq.c | 61 nvkm_hwsq_fini(struct nvkm_hwsq **phwsq, bool exec) in nvkm_hwsq_fini() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_irq.c | 67 struct vc4_exec_info *exec; in vc4_overflow_mem_work() local 120 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4); in vc4_irq_finish_bin_job() local 142 struct vc4_exec_info *exec = vc4_first_bin_job(vc4); vc4_cancel_bin_job() local 159 struct vc4_exec_info *exec = vc4_first_render_job(vc4); vc4_irq_finish_render_job() local [all...] |