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.h639 #define next_task(p) \ macro
643 for (p = &init_task ; (p = next_task(p)) != &init_task ; )