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

/include/linux/fsl/bestcomm/
H A Dbestcomm_priv.h335 bcom_set_task_auto_start(int task, int next_task) argument
338 out_be16(tcr, (in_be16(tcr) & ~0xff) | 0x00c0 | next_task);
/include/linux/
H A Dsched.h2471 #define next_task(p) \ macro
2475 for (p = &init_task ; (p = next_task(p)) != &init_task ; )
2484 for (g = t = &init_task ; (g = t = next_task(g)) != &init_task ; ) do

Completed in 65 milliseconds