Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_kern.c62 struct thread __read_mostly *g_down_td; variable
104 thread_lock(g_down_td); in g_down_procbody()
105 sched_prio(g_down_td, PRIBIO); in g_down_procbody()
106 thread_unlock(g_down_td); in g_down_procbody()
108 g_io_schedule_down(g_down_td); in g_down_procbody()
127 return (td == g_up_td || td == g_down_td || td == g_event_td); in g_is_geom_thread()
150 kproc_kthread_add(g_down_procbody, NULL, &g_proc, &g_down_td, in g_init()
H A Dgeom_int.h71 extern struct thread *g_down_td;
H A Dgeom_io.c568 curthread != g_down_td && in g_io_request()