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

/freebsd-12-stable/sys/geom/sched/
H A Dgs_scheduler.h140 int gsc_expire; member in struct:g_sched_class
H A Dg_sched.c404 gsc->gsc_expire = ticks + me.gs_expire_secs * hz;
419 gsc->gsc_expire = ticks + me.gs_expire_secs * hz;
479 if (cp->gsc_refs == 1 && ticks - cp->gsc_expire > 0)

Completed in 52 milliseconds