HomeSort by relevance Sort by last modified time
    Searched refs:test_env_t (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
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 *);
globals.h 95 void init_gbl_data(test_env_t *);
sfunc.h 123 void mark_buffer(void *, const size_t, void *, const child_args_t *, const test_env_t *);
globals.c 51 void init_gbl_data(test_env_t * env)
childmain.c 67 unsigned short action_in_use(const test_env_t * env, const action_t target)
99 void add_action(test_env_t * env, const child_args_t * args,
112 void remove_action(test_env_t * env, const action_t target)
141 void decrement_io_count(const child_args_t * args, test_env_t * env,
179 void update_test_state(child_args_t * args, test_env_t * env,
211 void print_lba_bitmap(const test_env_t * env)
224 action_t get_next_action(child_args_t * args, test_env_t * env,
544 void complete_io(test_env_t * env, const child_args_t * args,
585 test_env_t *env = test->env;
main.h 268 } test_env_t; typedef in typeref:struct:test_env
271 test_env_t *env; /* pointer to the environment structure */
stats.c 55 void print_stats(child_args_t * args, test_env_t * env, statop_t operation)
377 void update_gbl_stats(test_env_t * env)
394 void update_cyc_stats(test_env_t * env)
main.c 66 test_env_t cleanEnv;
467 if ((pNewTest->env = (test_env_t *) ALLOC(sizeof(test_env_t))) == NULL) {
476 memcpy(pNewTest->env, &cleanEnv, sizeof(test_env_t));
timer.c 86 test_env_t *env = test->env;
sfunc.c 295 const child_args_t * args, const test_env_t * env)

Completed in 87 milliseconds