Home
last modified time | relevance | path

Searched refs:task0 (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/ext/
H A Dinternal.h2292 #define SCX_CALL_OP_2TASKS_RET(sch, op, locked_rq, task0, task1, args...) \ argument
2294 __typeof__((sch)->ops.op(task0, task1, ##args)) __ret; \
2296 current->scx.kf_tasks[0] = task0; \
2298 __ret = SCX_CALL_OP_RET((sch), op, locked_rq, task0, task1, ##args); \
/linux/tools/memory-model/Documentation/
H A Dordering.txt352 example, where task0() and task1() execute concurrently:
354 void task0(void)
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst82 3 void task0(void)