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

/freebsd-11.0-release/sys/geom/
H A Dgeom_kern.c62 static struct thread *g_up_td; variable in typeref:struct:thread
93 thread_lock(g_up_td);
94 sched_prio(g_up_td, PRIBIO);
95 thread_unlock(g_up_td);
97 g_io_schedule_up(g_up_td);
128 return (td == g_up_td || td == g_down_td || td == g_event_td);
149 kproc_kthread_add(g_up_procbody, NULL, &g_proc, &g_up_td,

Completed in 30 milliseconds