Searched refs:ffsb_tg (Results 1 – 9 of 9) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb.h | 52 struct ffsb_tg; 69 struct ffsb_tg *groups; 85 struct ffsb_tg *tg); 97 struct ffsb_tg *fc_get_tg(ffsb_config_t *fc, unsigned num);
|
D | ffsb_fs.h | 33 struct ffsb_tg; 99 struct ffsb_tg *aging_tg; 161 void fs_set_aging_tg(ffsb_fs_t *fs, struct ffsb_tg *, double util); 162 struct ffsb_tg *fs_get_aging_tg(ffsb_fs_t *fs);
|
D | ffsb_thread.h | 31 struct ffsb_tg; 46 struct ffsb_tg *tg; /* owning thread group */ 61 void init_ffsb_thread(ffsb_thread_t *, struct ffsb_tg *, unsigned,
|
D | Makefile.am | 22 ffsb_tg.h \ 23 ffsb_tg.c \
|
D | ffsb_fc.c | 82 struct ffsb_tg *fc_get_tg(ffsb_config_t * fc, unsigned num) in fc_get_tg()
|
D | Makefile.in | 57 ffsb_tg.$(OBJEXT) ffsb_fs.$(OBJEXT) ffsb_thread.$(OBJEXT) \ 196 ffsb_tg.h \ 197 ffsb_tg.c \ 309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffsb_tg.Po@am__quote@
|
D | ffsb_tg.h | 61 typedef struct ffsb_tg { struct
|
D | ffsb_thread.c | 23 void init_ffsb_thread(ffsb_thread_t * ft, struct ffsb_tg *tg, unsigned bufsize, in init_ffsb_thread()
|
D | ffsb_fs.c | 519 void fs_set_aging_tg(ffsb_fs_t * fs, struct ffsb_tg *tg, double util) in fs_set_aging_tg() 526 struct ffsb_tg *fs_get_aging_tg(ffsb_fs_t * fs) in fs_get_aging_tg()
|