Searched refs:task1 (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/sched/ext/ |
| H A D | internal.h | 2292 #define SCX_CALL_OP_2TASKS_RET(sch, op, locked_rq, task0, task1, args...) \ argument 2294 __typeof__((sch)->ops.op(task0, task1, ##args)) __ret; \ 2297 current->scx.kf_tasks[1] = task1; \ 2298 __ret = SCX_CALL_OP_RET((sch), op, locked_rq, task0, task1, ##args); \
|
| /linux/tools/memory-model/Documentation/ |
| H A D | ordering.txt | 352 example, where task0() and task1() execute concurrently: 360 void task1(void)
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 547 struct task_desc *task1, *task2; in get_cpu_usage_nsec_parent() 551 task1 = sched->tasks[i]; in get_cpu_usage_nsec_parent() 556 add_sched_event_wakeup(sched, task1, 0, task2); in get_cpu_usage_nsec_parent() 508 struct task_desc *task1, *task2; add_cross_task_wakeups() local
|
| /linux/Documentation/RCU/Design/Memory-Ordering/ |
| H A D | Tree-RCU-Memory-Ordering.rst | 90 11 void task1(void)
|