Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dbuf.h302 void buf_daemon(void *);
/openbsd/sys/kern/
H A Dinit_main.c505 if (kthread_create(buf_daemon, NULL, &cleanerproc, "cleaner")) in main()
H A Dvfs_bio.c1180 buf_daemon(void *arg) in buf_daemon() function