Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/tom/
H A Dt4_ddp.c154 KASSERT(toep->ddp.cached_count + toep->ddp.active_count < in recycle_pageset()
157 toep->ddp.cached_count++; in recycle_pageset()
1333 toep->ddp.cached_count--; in hold_aio()
1343 KASSERT(toep->ddp.active_count + toep->ddp.cached_count <= in hold_aio()
1345 if (toep->ddp.active_count + toep->ddp.cached_count == in hold_aio()
1347 KASSERT(toep->ddp.cached_count > 0, in hold_aio()
1351 toep->ddp.cached_count--; in hold_aio()
H A Dt4_tom.h175 u_int cached_count; member
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2024 int cached_count, i; in dyn_free_states() local
2048 cached_count = 0; in dyn_free_states()
2050 dyn_hp_cache[cached_count] = DYNSTATE_GET(i); in dyn_free_states()
2051 if (dyn_hp_cache[cached_count] != NULL) in dyn_free_states()
2052 cached_count++; in dyn_free_states()
2068 for (i = 0; i < cached_count; i++) \ in dyn_free_states()
2071 if (i == cached_count) { \ in dyn_free_states()