Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/systat/
Dcache.c57 struct sc_ent *sc_store = NULL; variable
70 sc_store = NULL; in cache_init()
72 sc_store = reallocarray(NULL, max, sizeof(struct sc_ent)); in cache_init()
73 if (sc_store == NULL) in cache_init()
86 TAILQ_INSERT_HEAD(&scq_free, sc_store + n, qlink); in cache_init()