Searched refs:unp_gc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Duipc_usrreq.c135 * code. See unp_gc() for a full description.
284 static void unp_gc(__unused void *, int);
1837 TIMEOUT_TASK_INIT(taskqueue_thread, &unp_gc_task, 0, unp_gc, NULL);
2139 * pass through unp_gc(). It is thread local and does not require explicit
2218 unp_gc(__unused void *arg, int pending) function
2275 ("unp_gc: incorrect unreachable count."));

Completed in 75 milliseconds