OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmap
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/npf/
lpm.c
112
lpm_hmap_t *
hmap
= &lpm->prefix[n];
local in function:lpm_clear
114
if (!
hmap
->hashsize) {
115
KASSERT(!
hmap
->bucket);
118
for (unsigned i = 0; i <
hmap
->hashsize; i++) {
119
lpm_ent_t *entry =
hmap
->bucket[i];
133
kmem_free(
hmap
->bucket,
hmap
->hashsize * sizeof(lpm_ent_t *));
134
hmap
->bucket = NULL;
135
hmap
->hashsize = 0;
136
hmap
->nitems = 0
379
lpm_
hmap
_t *
hmap
= &lpm->prefix[preflen];
local in function:lpm_lookup
[
all
...]
/src/sys/dev/nvmm/
nvmm_internal.h
94
struct nvmm_hmapping
hmap
[NVMM_MAX_HMAPPINGS];
member in struct:nvmm_machine
nvmm.c
291
if (!mach->
hmap
[j].present)
293
uao_detach(mach->
hmap
[j].uobj);
333
memset(&mach->
hmap
, 0, sizeof(mach->
hmap
));
382
if (!mach->
hmap
[i].present)
384
uao_detach(mach->
hmap
[i].uobj);
690
hmapping = &mach->
hmap
[i];
718
hmapping = &mach->
hmap
[i];
752
hmapping = &mach->
hmap
[i];
770
hmapping = &mach->
hmap
[i]
[
all
...]
Completed in 110 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025