Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dswap_pager.c3122 static struct g_class g_swap_class = { variable
3128 DECLARE_GEOM_CLASS(g_swap_class, g_class);
3315 gp = g_new_geomf(&g_swap_class, "swap"); in swapongeom_locked()