HomeSort by relevance Sort by last modified time
    Searched refs:hash_del (Results 1 - 5 of 5) sorted by null

  /external/kmod/shared/
hash.h 17 int hash_del(struct hash *hash, const char *key);
hash.c 252 int hash_del(struct hash *hash, const char *key) function
  /external/kmod/testsuite/
test-hash.c 148 hash_del(h2, k);
178 hash_del(h, k1);
184 hash_del(h2, k);
208 hash_del(h, k1);
270 hash_del(h, k);
  /external/kmod/libkmod/
libkmod.c 420 hash_del(ctx->modules_by_name, key);
  /external/kmod/tools/
depmod.c 968 hash_del(depmod->modules_by_name, mod->modname);
988 hash_del(depmod->modules_by_uncrelpath, mod->uncrelpath);
990 hash_del(depmod->modules_by_name, mod->modname);
    [all...]

Completed in 437 milliseconds