OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vcache_hashtab
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
vfs_vnode.c
219
static struct hashhead *
vcache_hashtab
;
variable in typeref:struct:hashhead *
1349
SLIST_FOREACH(vip, &
vcache_hashtab
[i], vi_hash) {
1375
vcache_hashtab
= hashinit(desiredvnodes, HASH_SLIST, true,
1391
oldtab =
vcache_hashtab
;
1394
vcache_hashtab
= newtab;
1416
hashp = &
vcache_hashtab
[hash & vcache_hashmask];
1639
SLIST_INSERT_HEAD(&
vcache_hashtab
[hash & vcache_hashmask],
1656
SLIST_REMOVE(&
vcache_hashtab
[hash & vcache_hashmask],
1734
SLIST_INSERT_HEAD(&
vcache_hashtab
[hash & vcache_hashmask],
1787
SLIST_INSERT_HEAD(&
vcache_hashtab
[new_hash & vcache_hashmask]
[
all
...]
vfs_vnode.c
219
static struct hashhead *
vcache_hashtab
;
variable in typeref:struct:hashhead *
1349
SLIST_FOREACH(vip, &
vcache_hashtab
[i], vi_hash) {
1375
vcache_hashtab
= hashinit(desiredvnodes, HASH_SLIST, true,
1391
oldtab =
vcache_hashtab
;
1394
vcache_hashtab
= newtab;
1416
hashp = &
vcache_hashtab
[hash & vcache_hashmask];
1639
SLIST_INSERT_HEAD(&
vcache_hashtab
[hash & vcache_hashmask],
1656
SLIST_REMOVE(&
vcache_hashtab
[hash & vcache_hashmask],
1734
SLIST_INSERT_HEAD(&
vcache_hashtab
[hash & vcache_hashmask],
1787
SLIST_INSERT_HEAD(&
vcache_hashtab
[new_hash & vcache_hashmask]
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025