Searched refs:test_env_t (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/kernel/io/disktest/ |
D | stats.h | 91 void print_stats(child_args_t *, test_env_t *, statop_t); 92 void update_gbl_stats(test_env_t *); 93 void update_cyc_stats(test_env_t *);
|
D | childmain.c | 67 unsigned short action_in_use(const test_env_t * env, const action_t target) in action_in_use() 99 void add_action(test_env_t * env, const child_args_t * args, in add_action() 112 void remove_action(test_env_t * env, const action_t target) in remove_action() 141 void decrement_io_count(const child_args_t * args, test_env_t * env, in decrement_io_count() 179 void update_test_state(child_args_t * args, test_env_t * env, in update_test_state() 211 void print_lba_bitmap(const test_env_t * env) in print_lba_bitmap() 224 action_t get_next_action(child_args_t * args, test_env_t * env, in get_next_action() 544 void complete_io(test_env_t * env, const child_args_t * args, in complete_io() 585 test_env_t *env = test->env; in ChildMain()
|
D | main.h | 268 } test_env_t; typedef 271 test_env_t *env; /* pointer to the environment structure */
|
D | globals.h | 95 void init_gbl_data(test_env_t *);
|
D | stats.c | 55 void print_stats(child_args_t * args, test_env_t * env, statop_t operation) in print_stats() 377 void update_gbl_stats(test_env_t * env) in update_gbl_stats() 394 void update_cyc_stats(test_env_t * env) in update_cyc_stats()
|
D | main.c | 66 test_env_t cleanEnv; 467 if ((pNewTest->env = (test_env_t *) ALLOC(sizeof(test_env_t))) == NULL) { in getNewTest() 476 memcpy(pNewTest->env, &cleanEnv, sizeof(test_env_t)); in getNewTest()
|
D | sfunc.h | 123 void mark_buffer(void *, const size_t, void *, const child_args_t *, const test_env_t *);
|
D | globals.c | 51 void init_gbl_data(test_env_t * env) in init_gbl_data()
|
D | timer.c | 86 test_env_t *env = test->env; in ChildTimer()
|
D | sfunc.c | 295 const child_args_t * args, const test_env_t * env) in mark_buffer()
|