Searched defs:__opt_group_from_mask (Results 1 - 1 of 1) sorted by last modified time

/external/fio/
H A Doptions.c1142 static struct opt_group *__opt_group_from_mask(struct opt_group *ogs, unsigned int *mask, function
1165 return __opt_group_from_mask(fio_opt_groups, mask, FIO_OPT_C_INVALID);
1265 return __opt_group_from_mask(fio_opt_cat_groups, mask, FIO_OPT_G_INVALID);

Completed in 64 milliseconds