OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tbl_nused
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_fileassoc.c
81
size_t
tbl_nused
; /* # of used slots. */
member in struct:fileassoc_table
367
newtbl->
tbl_nused
= 0;
386
newtbl->
tbl_nused
++;
390
if (tbl->
tbl_nused
!= newtbl->
tbl_nused
)
392
"needed %zu entries, got %zu", tbl->
tbl_nused
,
393
newtbl->
tbl_nused
);
420
tbl->
tbl_nused
= 0;
549
if (++(tbl->
tbl_nused
) == tbl->tbl_nslots) {
584
--(tbl->
tbl_nused
); /* XXX gc? *
[
all
...]
kern_fileassoc.c
81
size_t
tbl_nused
; /* # of used slots. */
member in struct:fileassoc_table
367
newtbl->
tbl_nused
= 0;
386
newtbl->
tbl_nused
++;
390
if (tbl->
tbl_nused
!= newtbl->
tbl_nused
)
392
"needed %zu entries, got %zu", tbl->
tbl_nused
,
393
newtbl->
tbl_nused
);
420
tbl->
tbl_nused
= 0;
549
if (++(tbl->
tbl_nused
) == tbl->tbl_nslots) {
584
--(tbl->
tbl_nused
); /* XXX gc? *
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025