Searched refs:exec (Results 1 – 11 of 11) sorted by relevance
| /include/drm/ |
| A D | drm_exec.h | 65 return index < exec->num_objects ? exec->objects[index] : NULL; in drm_exec_obj() 91 for ((index) = (exec)->num_objects - 1; \ 92 ((obj) = drm_exec_obj(exec, index)); --(index)) 105 #define drm_exec_until_all_locked(exec) \ argument 110 drm_exec_cleanup(exec); \ 120 #define drm_exec_retry_on_contention(exec) \ argument 122 if (unlikely(drm_exec_is_contended(exec))) \ 135 return !!exec->contended; in drm_exec_is_contended() 139 void drm_exec_fini(struct drm_exec *exec); 140 bool drm_exec_cleanup(struct drm_exec *exec); [all …]
|
| A D | drm_gpuvm.h | 516 struct drm_exec exec; member 553 struct drm_exec *exec, 557 struct drm_exec *exec, 561 struct drm_exec *exec, 586 drm_exec_fini(&vm_exec->exec); in drm_gpuvm_exec_unlock() 589 int drm_gpuvm_validate(struct drm_gpuvm *gpuvm, struct drm_exec *exec); 591 struct drm_exec *exec, 611 drm_gpuvm_resv_add_fence(vm_exec->vm, &vm_exec->exec, fence, in drm_gpuvm_exec_resv_add_fence() 626 return drm_gpuvm_validate(vm_exec->vm, &vm_exec->exec); in drm_gpuvm_exec_validate() 1160 struct drm_exec *exec); [all …]
|
| /include/uapi/linux/ |
| A D | a.out.h | 44 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument 47 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 48 #define N_SET_INFO(exec, magic, type, flags) \ argument 49 ((exec).a_info = ((magic) & 0xffff) \ 52 #define N_SET_MAGIC(exec, magic) \ argument 53 ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff))) 55 #define N_SET_MACHTYPE(exec, machtype) \ argument 56 ((exec).a_info = \ 59 #define N_SET_FLAGS(exec, flags) \ argument [all …]
|
| A D | cn_proc.h | 108 } exec; member
|
| A D | openvswitch.h | 676 bool exec; /* When true, actions in sample will not member
|
| /include/linux/ |
| A D | binfmts.h | 67 unsigned long exec; member
|
| A D | perf_event.h | 1709 extern void perf_event_comm(struct task_struct *tsk, bool exec); 1979 static inline void perf_event_comm(struct task_struct *tsk, bool exec) { } in perf_event_comm() argument
|
| A D | sched.h | 1964 extern void __set_task_comm(struct task_struct *tsk, const char *from, bool exec);
|
| /include/asm-generic/ |
| A D | Kbuild | 23 mandatory-y += exec.h
|
| /include/linux/mtd/ |
| A D | nand-qpic-common.h | 315 __le32 exec; member
|
| A D | rawnand.h | 966 int (*exec)(struct nand_chip *chip, const struct nand_subop *subop); member 971 .exec = _exec, \
|
Completed in 39 milliseconds