Searched refs:lruhash_remove (Results 1 – 3 of 3) sorted by relevance
359 void lruhash_remove(struct lruhash* table, hashvalue_type hash, void* key);
130 lruhash_remove(sl->array[slab_idx(sl, hash)], hash, key); in slabhash_remove()
386 lruhash_remove(struct lruhash* table, hashvalue_type hash, void* key) in lruhash_remove() function