Searched refs:task1 (Results 1 – 4 of 4) sorted by relevance
| /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 | 501 struct task_desc *task1, *task2; in add_cross_task_wakeups() local 505 task1 = sched->tasks[i]; in add_cross_task_wakeups() 510 add_sched_event_wakeup(sched, task1, 0, task2); in add_cross_task_wakeups()
|
| /linux/kernel/sched/ |
| H A D | ext.c | 372 #define SCX_CALL_OP_2TASKS_RET(sch, mask, op, rq, task0, task1, args...) \ argument 374 __typeof__((sch)->ops.op(task0, task1, ##args)) __ret; \ 377 current->scx.kf_tasks[1] = task1; \ 378 __ret = SCX_CALL_OP_RET((sch), mask, op, rq, task0, task1, ##args); \
|
| /linux/Documentation/RCU/Design/Memory-Ordering/ |
| H A D | Tree-RCU-Memory-Ordering.rst | 90 11 void task1(void)
|