Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H 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()
164 !ptrace_may_access(task2, PTRACE_MODE_READ_REALCREDS)) { in SYSCALL_DEFINE5()
174 filp2 = get_file_raw_ptr(task2, idx2); in SYSCALL_DEFINE5()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py92 task2 = Task.objects.create(build=build, recipe=recipe,
120 task2.outcome = Task.OUTCOME_SUCCESS
121 task2.save()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbblock.rst47 $ bblock -t task1,task2 recipe
65 $ bblock -r -t task1,task2 recipe
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c508 struct task_desc *task1, *task2; in add_cross_task_wakeups() local
516 task2 = sched->tasks[j]; in add_cross_task_wakeups()
517 add_sched_event_wakeup(sched, task1, 0, task2); in add_cross_task_wakeups()
/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst98 19 void task2(void)