HomeSort by: relevance | last modified time | path
    Searched refs:aiost_file_group (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 14 milliseconds