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

  /external/ltp/testcases/kernel/io/disktest/
defs.h 110 } action_t; typedef in typeref:struct:action
main.c 83 sizeof(action_t) * test->args->t_kids);
122 sizeof(action_t) * test->args->t_kids);
206 (action_t *) ALLOC(sizeof(action_t) * test->args->t_kids)) ==
225 sizeof(action_t) * test->args->t_kids);
361 sizeof(action_t) * test->args->t_kids);
childmain.c 67 unsigned short action_in_use(const test_env_t * env, const action_t target)
100 const action_t target)
112 void remove_action(test_env_t * env, const action_t target)
142 const action_t target)
224 action_t get_next_action(child_args_t * args, test_env_t * env,
235 action_t target = { NONE, 0, 0 };
545 const action_t target)
594 action_t target = { NONE, 0, 0 };
main.h 264 action_t lastAction; /* when interleaving tests, tells the threads whcih action was last */
265 action_t *action_list; /* pointer to list of actions that are currently in use */
  /external/eigen/bench/
benchmark-blocking-sizes.cpp 269 struct action_t
273 virtual ~action_t() {}
277 const vector<unique_ptr<action_t>>& available_actions)
565 struct measure_all_pot_sizes_action_t : action_t
596 struct measure_default_sizes_action_t : action_t
627 vector<unique_ptr<action_t>> available_actions;
analyze-blocking-sizes.cpp 589 struct action_t struct
593 virtual ~action_t() {}
596 struct partition_action_t : action_t
668 struct evaluate_defaults_action_t : action_t
799 const vector<unique_ptr<action_t>>& available_actions)
815 vector<unique_ptr<action_t>> available_actions;
821 action_t* action = nullptr;
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
xlat_tables_internal.c 240 } action_t; typedef in typeref:enum:__anon4083
287 action_t action = ACTION_NONE;
383 static action_t xlat_tables_map_region_action(const mmap_region_t *mm,
558 action_t action = xlat_tables_map_region_action(mm,
    [all...]

Completed in 145 milliseconds