Home
last modified time | relevance | path

Searched refs:test_env_t (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dstats.h91 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 *);
Dchildmain.c67 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()
Dmain.h268 } test_env_t; typedef
271 test_env_t *env; /* pointer to the environment structure */
Dglobals.h95 void init_gbl_data(test_env_t *);
Dstats.c55 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()
Dmain.c66 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()
Dsfunc.h123 void mark_buffer(void *, const size_t, void *, const child_args_t *, const test_env_t *);
Dglobals.c51 void init_gbl_data(test_env_t * env) in init_gbl_data()
Dtimer.c86 test_env_t *env = test->env; in ChildTimer()
Dsfunc.c295 const child_args_t * args, const test_env_t * env) in mark_buffer()