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

/freebsd-11.0-release/sys/geom/
H A Dgeom_kern.c63 static struct thread *g_down_td; variable in typeref:struct:thread
105 thread_lock(g_down_td);
106 sched_prio(g_down_td, PRIBIO);
107 thread_unlock(g_down_td);
109 g_io_schedule_down(g_down_td);
128 return (td == g_up_td || td == g_down_td || td == g_event_td);
151 kproc_kthread_add(g_down_procbody, NULL, &g_proc, &g_down_td,

Completed in 53 milliseconds