Home
last modified time | relevance | path

Searched refs:task1 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/
H A Dkcmp.c98 static int kcmp_epoll_target(struct task_struct *task1, in kcmp_epoll_target() argument
109 filp = get_file_raw_ptr(task1, idx1); in kcmp_epoll_target()
126 static int kcmp_epoll_target(struct task_struct *task1, in kcmp_epoll_target() argument
138 struct task_struct *task1, *task2; in SYSCALL_DEFINE5() local
146 task1 = find_task_by_vpid(pid1); in SYSCALL_DEFINE5()
148 if (!task1 || !task2) in SYSCALL_DEFINE5()
151 get_task_struct(task1); in SYSCALL_DEFINE5()
159 ret = kcmp_lock(&task1->signal->exec_update_lock, in SYSCALL_DEFINE5()
163 if (!ptrace_may_access(task1, PTRACE_MODE_READ_REALCREDS) || in SYSCALL_DEFINE5()
173 filp1 = get_file_raw_ptr(task1, idx1); in SYSCALL_DEFINE5()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py90 task1 = Task.objects.create(build=build, recipe=recipe,
103 task1.outcome = Task.OUTCOME_SUCCESS
104 task1.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/memory-model/Documentation/
H A Dordering.txt352 example, where task0() and task1() execute concurrently:
360 void task1(void)
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c508 struct task_desc *task1, *task2; in add_cross_task_wakeups() local
512 task1 = sched->tasks[i]; 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.rst90 11 void task1(void)