HomeSort by relevance Sort by last modified time
    Searched full:remove_hash_table (Results 1 - 3 of 3) sorted by null

  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 70 #define REMOVE_HASH_TABLE(NAME, TYPE, HASH_FUNCTION, FIELD, LINK) \
caches-queues-lists.c 149 REMOVE_HASH_TABLE(seq, struct seq_queue, CALCULATE_SEQ_HASH, sequence, seq);
272 REMOVE_HASH_TABLE(cache, struct cache, CALCULATE_CACHE_HASH, index, hash);
unsquashfs.c 261 void remove_hash_table(struct cache *cache, struct cache_entry *entry) function
390 remove_hash_table(cache, entry);
    [all...]

Completed in 252 milliseconds