Home
last modified time | relevance | path

Searched refs:task2 (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/
A Dkcmp.c99 struct task_struct *task2, in kcmp_epoll_target() argument
113 filp_epoll = fget_task(task2, slot.efd); in kcmp_epoll_target()
127 struct task_struct *task2, in kcmp_epoll_target() argument
138 struct task_struct *task1, *task2; in SYSCALL_DEFINE5() local
147 task2 = find_task_by_vpid(pid2); in SYSCALL_DEFINE5()
148 if (!task1 || !task2) in SYSCALL_DEFINE5()
152 get_task_struct(task2); in SYSCALL_DEFINE5()
160 &task2->signal->exec_update_lock); in SYSCALL_DEFINE5()
174 filp2 = get_file_raw_ptr(task2, idx2); in SYSCALL_DEFINE5()
200 task2->sysvsem.undo_list, in SYSCALL_DEFINE5()
[all …]
/linux/tools/perf/
A Dbuiltin-sched.c506 struct task_desc *task1, *task2; in add_cross_task_wakeups() local
514 task2 = sched->tasks[j]; in add_cross_task_wakeups()
515 add_sched_event_wakeup(sched, task1, 0, task2); in add_cross_task_wakeups()
/linux/Documentation/RCU/Design/Memory-Ordering/
A DTree-RCU-Memory-Ordering.rst98 19 void task2(void)

Completed in 11 milliseconds