| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| procflow.c | 34 #include "procflow.h" 38 /* pid and procflow pointer for this process */ 44 static void procflow_sleep(procflow_t *procflow, int wait_cnt); 58 * worker procflow spawns a separate filebench process, with attributes 59 * inherited from a FLOW_MASTER procflow created during f model language 64 * procflow which encapsulates the defined attributes, and threads of 66 * runtime, a worker procflow instance with an associated filebench 73 * Prints a summary of the syntax for setting procflow parameters. 93 * instance of filebench, passing it the procflow name, instance 97 * threadflow_init() for the specified procflow 201 procflow_t *procflow = filebench_shm->shm_proclist; local 232 procflow_t *procflow = filebench_shm->shm_proclist; local 279 procflow_t *procflow; local 440 procflow_t *procflow = filebench_shm->shm_proclist; local 570 procflow_t *procflow = filebench_shm->shm_proclist; local 640 procflow_t *procflow, *next_procflow; local 727 procflow_t *procflow; local 773 procflow_t *procflow; local [all...] |
| procflow.h | 40 typedef struct procflow { struct 45 struct procflow *pf_next;
|
| threadflow.c | 40 static threadflow_t *threadflow_define_common(procflow_t *procflow, 107 * Creates threads for the threadflows associated with a procflow. 109 * supplied procflow's pf_threads list. For each threadflow on 123 threadflow_init(procflow_t *procflow) 125 threadflow_t *threadflow = procflow->pf_threads; 143 threadflow_define_common(procflow, 150 newthread = threadflow_define_common(procflow, 163 threadflow = procflow->pf_threads; 178 procflow->pf_running = 0; 270 * Given a pointer to the thread list of a procflow, cycle [all...] |
| threadflow.h | 49 #include "procflow.h" 79 struct procflow *tf_process; /* Back pointer to process */
|
| flowop_library.c | 2612 procflow_t *procflow; local [all...] |
| parser_gram.y | [all...] |
| /onnv/onnv-gate/usr/src/cmd/filebench/ |
| Makefile.com | 44 procflow.c \
|