Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c136 static struct timeout_task unp_gc_task; variable
864 taskqueue_enqueue_timeout(taskqueue_thread, &unp_gc_task, -1); in uipc_detach()
2167 TIMEOUT_TASK_INIT(taskqueue_thread, &unp_gc_task, 0, unp_gc, NULL); in unp_init()