Home
last modified time | relevance | path

Searched refs:ffsb_tg (Results 1 – 9 of 9) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb.h52 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);
Dffsb_fs.h33 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);
Dffsb_thread.h31 struct ffsb_tg;
46 struct ffsb_tg *tg; /* owning thread group */
61 void init_ffsb_thread(ffsb_thread_t *, struct ffsb_tg *, unsigned,
DMakefile.am22 ffsb_tg.h \
23 ffsb_tg.c \
Dffsb_fc.c82 struct ffsb_tg *fc_get_tg(ffsb_config_t * fc, unsigned num) in fc_get_tg()
DMakefile.in57 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@
Dffsb_tg.h61 typedef struct ffsb_tg { struct
Dffsb_thread.c23 void init_ffsb_thread(ffsb_thread_t * ft, struct ffsb_tg *tg, unsigned bufsize, in init_ffsb_thread()
Dffsb_fs.c519 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()