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

/freebsd-12-stable/sys/geom/sched/
H A Dgs_scheduler.h139 int gsc_refs; member in struct:g_sched_class
170 gsc->gsc_refs++;
H A Dg_sched.c384 gsc->gsc_refs++;
400 gsc->gsc_refs = 2; /* 1 for the hash table, 1 for the caller. */
421 if (--gsc->gsc_refs > 0)
479 if (cp->gsc_refs == 1 && ticks - cp->gsc_expire > 0)

Completed in 102 milliseconds