Home
last modified time | relevance | path

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

/kernel/bpf/
Dbpf_lru_list.c328 unsigned int nfree = 0; in bpf_lru_list_pop_free_to_local() local
340 if (++nfree == LOCAL_FREE_TARGET) in bpf_lru_list_pop_free_to_local()
344 if (nfree < LOCAL_FREE_TARGET) in bpf_lru_list_pop_free_to_local()
345 __bpf_lru_list_shrink(lru, l, LOCAL_FREE_TARGET - nfree, in bpf_lru_list_pop_free_to_local()