Searched defs:fsc (Results 1 – 7 of 7) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_stats.c | 39 void ffsb_statsc_init(ffsb_statsc_t * fsc) in ffsb_statsc_init() 46 void ffsb_statsc_addbucket(ffsb_statsc_t * fsc, uint32_t min, uint32_t max) in ffsb_statsc_addbucket() 62 void ffsb_statsc_destroy(ffsb_statsc_t * fsc) in ffsb_statsc_destroy() 67 void ffsb_statsc_ignore_sys(ffsb_statsc_t * fsc, syscall_t s) in ffsb_statsc_ignore_sys() 76 int fsc_ignore_sys(ffsb_statsc_t * fsc, syscall_t s) in fsc_ignore_sys() 81 void ffsb_statsd_init(ffsb_statsd_t * fsd, ffsb_statsc_t * fsc) in ffsb_statsd_init() 167 static void print_buckets_helper(ffsb_statsc_t * fsc, uint32_t * buckets) in print_buckets_helper()
|
D | ffsb_fs.h | 110 ffsb_statsc_t fsc; member
|
D | ffsb_thread.c | 46 void ft_set_statsc(ffsb_thread_t * ft, ffsb_statsc_t * fsc) in ft_set_statsc()
|
D | ffsb_tg.h | 102 ffsb_statsc_t fsc; member
|
D | ffsb_tg.c | 342 void tg_set_statsc(ffsb_tg_t * tg, ffsb_statsc_t * fsc) in tg_set_statsc()
|
D | parser.c | 963 ffsb_statsc_t fsc = { 0, }; in init_tg_stats() local
|
/external/iproute2/tc/ |
D | q_hfsc.c | 147 struct tc_service_curve rsc = {}, fsc = {}, usc = {}; in hfsc_parse_class_opt() local 233 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; in hfsc_print_class_opt() local
|