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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.c 160 threadflow = threadflow->tf_next;
175 threadflow = threadflow->tf_next;
236 *threadlist = threadflow->tf_next;
242 while (entry->tf_next) {
245 entry->tf_next->tf_name,
246 entry->tf_next->tf_instance,
250 if (threadflow == entry->tf_next) {
254 entry->tf_next->tf_name,
255 entry->tf_next->tf_instance);
256 threadflow_kill(entry->tf_next);
    [all...]
threadflow.h 83 struct threadflow *tf_next; /* Next on proc list */ member in struct:threadflow

Completed in 60 milliseconds