Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_busdma_bounce.c100 static void busdma_thread(void *);
265 if (kproc_create(busdma_thread, NULL, NULL, 0, 0, "busdma") != in alloc_bounce_zone()
525 busdma_thread(void *dummy __unused) in busdma_thread() function