HomeSort by: relevance | last modified time | path
    Searched defs:dirh_e (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_dirhash.c 162 struct dirhash_entry *dirh_e; local
172 while ((dirh_e = LIST_FIRST(&dirh->entries[hashline]))
174 LIST_REMOVE(dirh_e, next);
175 pool_put(&dirhash_entry_pool, dirh_e);
179 while ((dirh_e = LIST_FIRST(&dirh->free_entries)) != NULL) {
180 LIST_REMOVE(dirh_e, next);
181 pool_put(&dirhash_entry_pool, dirh_e);
256 struct dirhash_entry *dirh_e; local
274 LIST_FOREACH(dirh_e, &dirh->entries[hashline], next) {
276 if (dirh_e->hashvalue != hashvalue
338 struct dirhash_entry *dirh_e; local
368 struct dirhash_entry *dirh_e; local
417 struct dirhash_entry *dirh_e; local
461 struct dirhash_entry *dirh_e; local
492 struct dirhash_entry *dirh_e; local
    [all...]
vfs_dirhash.c 162 struct dirhash_entry *dirh_e; local
172 while ((dirh_e = LIST_FIRST(&dirh->entries[hashline]))
174 LIST_REMOVE(dirh_e, next);
175 pool_put(&dirhash_entry_pool, dirh_e);
179 while ((dirh_e = LIST_FIRST(&dirh->free_entries)) != NULL) {
180 LIST_REMOVE(dirh_e, next);
181 pool_put(&dirhash_entry_pool, dirh_e);
256 struct dirhash_entry *dirh_e; local
274 LIST_FOREACH(dirh_e, &dirh->entries[hashline], next) {
276 if (dirh_e->hashvalue != hashvalue
338 struct dirhash_entry *dirh_e; local
368 struct dirhash_entry *dirh_e; local
417 struct dirhash_entry *dirh_e; local
461 struct dirhash_entry *dirh_e; local
492 struct dirhash_entry *dirh_e; local
    [all...]

Completed in 29 milliseconds