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

/freebsd-12-stable/sys/geom/
H A Dgeom_kern.c65 static struct thread __read_mostly *g_down_td; variable in typeref:struct:__read_mostly
107 thread_lock(g_down_td);
108 sched_prio(g_down_td, PRIBIO);
109 thread_unlock(g_down_td);
111 g_io_schedule_down(g_down_td);
130 return (td == g_up_td || td == g_down_td || td == g_event_td);
153 kproc_kthread_add(g_down_procbody, NULL, &g_proc, &g_down_td,

Completed in 50 milliseconds