Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dparam.h370 #define PRI_IOFLUSH (MAXPRI_KTHREAD - schedppq * 3) macro
/netbsd/sys/rump/librump/rumpvfs/
H A Drump_vfs.c149 if ((rv = kthread_create(PRI_IOFLUSH, KTHREAD_MPSAFE, NULL, in RUMP_COMPONENT()
/netbsd/sys/kern/
H A Dinit_main.c744 if (kthread_create(PRI_IOFLUSH, KTHREAD_MPSAFE, NULL, sched_sync, in main()