/src/sys/kern/ |
vfs_dirhash.c | 143 struct dirhash_entry *dirh_e; local in function:dirhash_purge_entries 153 while ((dirh_e = LIST_FIRST(&dirh->entries[hashline])) 155 LIST_REMOVE(dirh_e, next); 156 pool_put(&dirhash_entry_pool, dirh_e); 160 while ((dirh_e = LIST_FIRST(&dirh->free_entries)) != NULL) { 161 LIST_REMOVE(dirh_e, next); 162 pool_put(&dirhash_entry_pool, dirh_e); 235 struct dirhash_entry *dirh_e; local in function:dirhash_enter 253 LIST_FOREACH(dirh_e, &dirh->entries[hashline], next) { 255 if (dirh_e->hashvalue != hashvalue 315 struct dirhash_entry *dirh_e; local in function:dirhash_enter_freed 345 struct dirhash_entry *dirh_e; local in function:dirhash_remove 394 struct dirhash_entry *dirh_e; local in function:dirhash_lookup 438 struct dirhash_entry *dirh_e; local in function:dirhash_lookup_freed 469 struct dirhash_entry *dirh_e; local in function:dirhash_dir_isempty [all...] |
vfs_dirhash.c | 143 struct dirhash_entry *dirh_e; local in function:dirhash_purge_entries 153 while ((dirh_e = LIST_FIRST(&dirh->entries[hashline])) 155 LIST_REMOVE(dirh_e, next); 156 pool_put(&dirhash_entry_pool, dirh_e); 160 while ((dirh_e = LIST_FIRST(&dirh->free_entries)) != NULL) { 161 LIST_REMOVE(dirh_e, next); 162 pool_put(&dirhash_entry_pool, dirh_e); 235 struct dirhash_entry *dirh_e; local in function:dirhash_enter 253 LIST_FOREACH(dirh_e, &dirh->entries[hashline], next) { 255 if (dirh_e->hashvalue != hashvalue 315 struct dirhash_entry *dirh_e; local in function:dirhash_enter_freed 345 struct dirhash_entry *dirh_e; local in function:dirhash_remove 394 struct dirhash_entry *dirh_e; local in function:dirhash_lookup 438 struct dirhash_entry *dirh_e; local in function:dirhash_lookup_freed 469 struct dirhash_entry *dirh_e; local in function:dirhash_dir_isempty [all...] |
vfs_dirhash.c | 143 struct dirhash_entry *dirh_e; local in function:dirhash_purge_entries 153 while ((dirh_e = LIST_FIRST(&dirh->entries[hashline])) 155 LIST_REMOVE(dirh_e, next); 156 pool_put(&dirhash_entry_pool, dirh_e); 160 while ((dirh_e = LIST_FIRST(&dirh->free_entries)) != NULL) { 161 LIST_REMOVE(dirh_e, next); 162 pool_put(&dirhash_entry_pool, dirh_e); 235 struct dirhash_entry *dirh_e; local in function:dirhash_enter 253 LIST_FOREACH(dirh_e, &dirh->entries[hashline], next) { 255 if (dirh_e->hashvalue != hashvalue 315 struct dirhash_entry *dirh_e; local in function:dirhash_enter_freed 345 struct dirhash_entry *dirh_e; local in function:dirhash_remove 394 struct dirhash_entry *dirh_e; local in function:dirhash_lookup 438 struct dirhash_entry *dirh_e; local in function:dirhash_lookup_freed 469 struct dirhash_entry *dirh_e; local in function:dirhash_dir_isempty [all...] |