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()
639 #define next_task(p) \ macro643 for (p = &init_task ; (p = next_task(p)) != &init_task ; )