Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dkern_synch.c74 static struct timeout roundrobin_to; in scheduler_start() local
84 timeout_set(&roundrobin_to, roundrobin, &roundrobin_to); in scheduler_start()
87 roundrobin(&roundrobin_to); in scheduler_start()