OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tbl_nslots
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_fileassoc.c
80
size_t
tbl_nslots
; /* Number of slots. */
member in struct:fileassoc_table
193
for (i = 0; i < tbl->
tbl_nslots
; i++) {
362
newtbl->
tbl_nslots
= (tbl->
tbl_nslots
* 2);
363
if (newtbl->
tbl_nslots
< tbl->
tbl_nslots
)
364
newtbl->
tbl_nslots
= tbl->
tbl_nslots
;
365
newtbl->tbl_hash = hashinit(newtbl->
tbl_nslots
, HASH_LIST,
372
for (i = 0; i < tbl->
tbl_nslots
; i++)
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025