| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| fb_random.h | 47 avd_t pte_percent; 48 avd_t pte_segmin; 49 avd_t pte_segmax; 76 avd_t rnd_seed; 77 avd_t rnd_mean; 78 avd_t rnd_gamma; 79 avd_t rnd_min; 80 avd_t rnd_round; 108 int filebench_randomno32(uint32_t *, uint32_t, uint32_t, avd_t); 109 int filebench_randomno64(uint64_t *, uint64_t, uint64_t, avd_t); [all...] |
| procflow.h | 43 avd_t pf_instances; 50 avd_t pf_nice; 54 procflow_t *procflow_define(char *name, procflow_t *inherit, avd_t instances);
|
| flowop.h | 67 avd_t fo_filename; /* file/fileset name */ 74 avd_t fo_iosize; /* Size of operation */ 75 avd_t fo_wss; /* Flow op working set size */ 79 avd_t fo_iters; /* Number of iterations of op */ 80 avd_t fo_value; /* Attr */ 81 avd_t fo_sequential; /* Attr */ 82 avd_t fo_random; /* Attr */ 83 avd_t fo_stride; /* Attr */ 84 avd_t fo_backwards; /* Attr */ 85 avd_t fo_dsync; /* Attr * [all...] |
| fileset.h | 109 avd_t fs_name; /* Name */ 110 avd_t fs_path; /* Pathname prefix in fileset */ 111 avd_t fs_entries; /* Number of entries attr */ 114 avd_t fs_leafdirs; /* Number of leaf directories attr */ 118 avd_t fs_preallocpercent; /* Prealloc size */ 120 avd_t fs_dirwidth; /* Explicit or mean for distribution */ 121 avd_t fs_dirdepthrv; /* random variable for dir depth */ 122 avd_t fs_size; /* Explicit or mean for distribution */ 123 avd_t fs_dirgamma; /* Dirdepth Gamma distribution */ 126 avd_t fs_sizegamma; /* Filesize and dirwidth Gamma * [all...] |
| eventgen.h | 38 void eventgen_setrate(avd_t rate);
|
| parsertypes.h | 51 avd_t list_string; 52 avd_t list_integer; 58 avd_t attr_avd;
|
| threadflow.h | 82 avd_t tf_instances; /* Number of instances for this flow */ 86 avd_t tf_memsize; /* Private Memory size attribute */ 108 threadflow_t *inherit, avd_t instances);
|
| vars.h | 74 } *avd_t; typedef in typeref:struct:avd 231 avd_t avd_bool_alloc(boolean_t bool); 232 avd_t avd_int_alloc(fbint_t integer); 233 avd_t avd_str_alloc(char *string); 234 boolean_t avd_get_bool(avd_t); 235 fbint_t avd_get_int(avd_t); 236 double avd_get_dbl(avd_t); 237 char *avd_get_str(avd_t); 238 void avd_update(avd_t *avdp, var_t *lvar_list); 239 avd_t var_ref_attr(char *name) [all...] |
| vars.c | 47 * The filebench variables system has attribute value descriptors (avd_t) 55 * distribution object. Both avd_t and var_t entities are allocated 72 * and integers of vars, and said components of avd_t. 81 avd_get_type_string(avd_t avd) 151 * Returns the fbint_t pointed to by the supplied avd_t "avd". 154 avd_get_int(avd_t avd) 190 * supplied avd_t "avd". Intended to get the actual (double) value 194 avd_get_dbl(avd_t avd) 238 * Returns the boolean pointed to by the supplied avd_t "avd". 241 avd_get_bool(avd_t avd [all...] |
| eventgen.c | 174 eventgen_setrate(avd_t rate)
|
| ipc.h | 156 avd_t shm_eventgen_hz; /* number of events per sec. */
|
| fb_random.c | 43 uint64_t round, avd_t avd) 97 uint32_t round, avd_t avd) 294 * Initializes a random distribution entity, converting avd_t
|
| threadflow.c | 413 threadflow_t *inherit, avd_t instances)
|
| parser_gram.y | 170 avd_t avd; [all...] |
| ipc.c | 608 size = sizeof (avd_t);
|
| procflow.c | 771 procflow_define(char *name, procflow_t *inherit, avd_t instances)
|
| fileset.c | [all...] |