HomeSort by relevance Sort by last modified time
    Searched defs:flowop (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
stats.c 44 #include "flowop.h"
442 * them from the local statistics maintained by each flowop.
444 * each flowop into its associated FLOW_MASTER flowop.
456 flowop_t *flowop; local
480 flowop = filebench_shm->shm_flowoplist;
481 while (flowop) {
484 if (flowop->fo_instance <= FLOW_DEFINITION) {
485 flowop = flowop->fo_next
611 flowop_t *flowop; local
687 flowop_t *flowop; local
801 flowop_t *flowop; local
880 flowop_t *flowop; local
    [all...]
flowop.c 33 #include "flowop.h"
43 static int flowop_composite(threadflow_t *threadflow, flowop_t *flowop);
44 static int flowop_composite_init(flowop_t *flowop);
45 static void flowop_composite_destruct(flowop_t *flowop);
48 * A collection of flowop support functions. The actual code that
52 * flowops, cyclically invoking the flowops on each threadflow's flowop
53 * list, collecting statistics about flowop execution, and other
64 * in the thread or outer composite flowop which invokes them.
80 * list for the thread or composite flowop they are part of. The tf_thrd_fops
84 * at the composite flowop's fo_comp_fops pointer. So, there is one big lis
110 flowop_t *flowop = list; local
127 flowop_t *flowop = filebench_shm->shm_flowoplist; local
275 flowop_t *flowop = *ops_list_ptr; local
330 flowop_t *flowop; local
370 flowop_t *flowop; local
724 flowop_t *flowop = *flowoplist; local
765 flowop_t *flowop; local
845 flowop_t *flowop; local
868 flowop_t *flowop; local
910 flowop_t *flowop; local
1192 flowop_t *flowop; local
    [all...]
flowop.h 53 typedef struct flowop { struct
56 struct flowop *fo_next; /* Next in global list */
57 struct flowop *fo_exec_next; /* Next in thread's or compfo's list */
58 struct flowop *fo_resultnext; /* List of flowops in result */
59 struct flowop *fo_comp_fops; /* List of flowops in composite fo */
77 struct flowop *fo_targets; /* List of targets matching name */
78 struct flowop *fo_targetnext; /* List of targets matching name */
92 pthread_mutex_t fo_lock; /* Mutex around flowop */
93 void *fo_private; /* Flowop private scratch pad area */
94 char *fo_buf; /* Per-flowop buffer *
    [all...]

Completed in 120 milliseconds