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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.h 90 int tf_fdrotor; /* Rotating fd within set */ member in struct:threadflow
flowop_library.c 362 if (threadflow->tf_fdrotor == 0)
363 threadflow->tf_fdrotor = THREADFLOW_MAXFD;
366 if (entries == (THREADFLOW_MAXFD - threadflow->tf_fdrotor))
367 threadflow->tf_fdrotor = THREADFLOW_MAXFD;
370 threadflow->tf_fdrotor--;
372 threadflow->tf_fdrotor);
373 return (threadflow->tf_fdrotor);
    [all...]

Completed in 120 milliseconds