/src/sys/kern/ |
sys_aio.c | 173 aiost_file_group_cmp(struct aiost_file_group *a, struct aiost_file_group *b) function in typeref:typename:int 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);
|
sys_aio.c | 173 aiost_file_group_cmp(struct aiost_file_group *a, struct aiost_file_group *b) function in typeref:typename:int 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);
|
sys_aio.c | 173 aiost_file_group_cmp(struct aiost_file_group *a, struct aiost_file_group *b) function in typeref:typename:int 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);
|