Home
last modified time | relevance | path

Searched refs:next_task (Results 1 – 2 of 2) sorted by relevance

/include/linux/fsl/bestcomm/
Dbestcomm_priv.h335 bcom_set_task_auto_start(int task, int next_task) in bcom_set_task_auto_start() argument
338 out_be16(tcr, (in_be16(tcr) & ~0xff) | 0x00c0 | next_task); in bcom_set_task_auto_start()
/include/linux/sched/
Dsignal.h608 #define next_task(p) \ macro
612 for (p = &init_task ; (p = next_task(p)) != &init_task ; )
621 for (g = t = &init_task ; (g = t = next_task(g)) != &init_task ; ) do