sys/kern/sys_aio.c
173
aiost_file_group_cmp(struct aiost_file_group *a, struct aiost_file_group *b)
sys/kern/sys_aio.c
1743
struct aiost_file_group find = { 0 }, *fg;
sys/kern/sys_aio.c
185
RB_HEAD(aiost_file_tree, aiost_file_group);
sys/kern/sys_aio.c
186
RB_PROTOTYPE(aiost_file_tree, aiost_file_group, tree, aiost_file_group_cmp);
sys/kern/sys_aio.c
187
RB_GENERATE(aiost_file_tree, aiost_file_group, tree, aiost_file_group_cmp);
sys/kern/sys_aio.c
413
aiosp_fg_teardown_locked(struct aiosp *sp, struct aiost_file_group *fg)
sys/kern/sys_aio.c
428
aiosp_fg_teardown(struct aiosp *sp, struct aiost_file_group *fg)
sys/kern/sys_aio.c
461
struct aiost_file_group *fg = NULL;
sys/kern/sys_aio.c
465
struct aiost_file_group key = { .fp = fp };
sys/kern/sys_aio.c
774
aiost_process_fg(struct aiosp *sp, struct aiost_file_group *fg)
sys/kern/sys_aio.c
834
struct aiost_file_group *fg = st->fg;
sys/kern/sys_aio.c
887
struct aiost_file_group *fg = st->fg;
sys/sys/aio.h
139
RB_ENTRY(aiost_file_group) tree;
sys/sys/aio.h
157
struct aiost_file_group *fg; /* File group associated with the thread */