Searched refs:task1 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/kernel/ |
D | kcmp.c | 100 static int kcmp_epoll_target(struct task_struct *task1, in kcmp_epoll_target() argument 111 filp = get_file_raw_ptr(task1, idx1); in kcmp_epoll_target() 128 static int kcmp_epoll_target(struct task_struct *task1, in kcmp_epoll_target() argument 140 struct task_struct *task1, *task2; in SYSCALL_DEFINE5() local 148 task1 = find_task_by_vpid(pid1); in SYSCALL_DEFINE5() 150 if (!task1 || !task2) in SYSCALL_DEFINE5() 153 get_task_struct(task1); in SYSCALL_DEFINE5() 161 ret = kcmp_lock(&task1->signal->exec_update_lock, in SYSCALL_DEFINE5() 165 if (!ptrace_may_access(task1, PTRACE_MODE_READ_REALCREDS) || in SYSCALL_DEFINE5() 175 filp1 = get_file_raw_ptr(task1, idx1); in SYSCALL_DEFINE5() [all …]
|
/linux-6.12.1/tools/memory-model/Documentation/ |
D | ordering.txt | 352 example, where task0() and task1() execute concurrently: 360 void task1(void)
|
/linux-6.12.1/kernel/sched/ |
D | ext.c | 1137 #define SCX_CALL_OP_2TASKS_RET(mask, op, task0, task1, args...) \ argument 1139 __typeof__(scx_ops.op(task0, task1, ##args)) __ret; \ 1142 current->scx.kf_tasks[1] = task1; \ 1143 __ret = SCX_CALL_OP_RET(mask, op, task0, task1, ##args); \
|
/linux-6.12.1/tools/perf/ |
D | builtin-sched.c | 500 struct task_desc *task1, *task2; in add_cross_task_wakeups() local 504 task1 = sched->tasks[i]; in add_cross_task_wakeups() 509 add_sched_event_wakeup(sched, task1, 0, task2); in add_cross_task_wakeups()
|
/linux-6.12.1/Documentation/RCU/Design/Memory-Ordering/ |
D | Tree-RCU-Memory-Ordering.rst | 90 11 void task1(void)
|