Home
last modified time | relevance | path

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

/freebsd/sys/dev/sec/
H A Dsec.h190 u_int sc_lt_alloc_cnt; member
305 &SEC_GET_GENERIC(sc, sc_lt, sc_lt_alloc_cnt, SEC_LT_ENTRIES)
308 SEC_ADD(sc, sc_lt_alloc_cnt, SEC_LT_ENTRIES, -(num))
314 (((sc)->sc_lt_free_cnt - (sc)->sc_lt_alloc_cnt - 1) \
H A Dsec.c316 SEC_CNT_INIT(sc, sc_lt_alloc_cnt, SEC_LT_ENTRIES); in sec_attach()