Home
last modified time | relevance | path

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

/linux/tools/memory-model/Documentation/
H A Dordering.txt352 example, where task0() and task1() execute concurrently:
360 void task1(void)
/linux/kernel/sched/
H A Dext.c373 #define SCX_CALL_OP_2TASKS_RET(sch, mask, op, rq, task0, task1, args...) \ argument
375 __typeof__((sch)->ops.op(task0, task1, ##args)) __ret; \
378 current->scx.kf_tasks[1] = task1; \
379 __ret = SCX_CALL_OP_RET((sch), mask, op, rq, task0, task1, ##args); \
/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()
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst90 11 void task1(void)