OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 37 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026