Searched defs:free_entries (Results 1 – 3 of 3) sorted by relevance
54 static struct log_entry* free_entries = NULL; variable
159 __u32 free_entries = r->cached_cons - r->cached_prod; in xsk_prod_nb_free() local
152 void hashmap_free(struct hashmap *map, int free_entries) in hashmap_free()