Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/geom/
Dgeom_kern.c64 static struct thread *g_event_td; variable
120 thread_lock(g_event_td); in g_event_procbody()
121 sched_prio(g_event_td, PRIBIO); in g_event_procbody()
122 thread_unlock(g_event_td); in g_event_procbody()
131 return (td == g_up_td || td == g_down_td || td == g_event_td); in g_is_geom_thread()
151 kproc_kthread_add(g_event_procbody, NULL, &g_proc, &g_event_td, in g_init()