Searched refs:next_task (Results 1 – 2 of 2) sorted by relevance
335 bcom_set_task_auto_start(int task, int next_task) in bcom_set_task_auto_start() argument338 out_be16(tcr, (in_be16(tcr) & ~0xff) | 0x00c0 | next_task); in bcom_set_task_auto_start()
608 #define next_task(p) \ macro612 for (p = &init_task ; (p = next_task(p)) != &init_task ; )621 for (g = t = &init_task ; (g = t = next_task(g)) != &init_task ; ) do