OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fg_root
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
aio.h
185
struct aiost_file_tree *
fg_root
;/* RB tree of file groups */
member in struct:aiosp
/src/sys/kern/
sys_aio.c
419
RB_REMOVE(aiost_file_tree, sp->
fg_root
, fg);
466
fg = RB_FIND(aiost_file_tree, sp->
fg_root
, &key);
481
RB_INSERT(aiost_file_tree, sp->
fg_root
, fg);
622
sp->
fg_root
= kmem_zalloc(sizeof(*sp->
fg_root
), KM_SLEEP);
623
RB_INIT(sp->
fg_root
);
1777
fg = RB_FIND(aiost_file_tree, aiosp->
fg_root
, &find);
Completed in 12 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025