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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fileset.h 69 #define FSE_BUSY 0x10
fileset.c 625 * with its FSE_BUSY flag (in fse_flags) set.
765 while (entry->fse_flags & FSE_BUSY) {
795 entry->fse_flags |= FSE_BUSY;
808 * Removes a filesetentry from the "FSE_BUSY" state, signaling any threads
921 /* increment idle count, clear FSE_BUSY and signal IF it was busy */
922 if (entry->fse_flags & FSE_BUSY) {
925 entry->fse_flags &= (~FSE_BUSY);
    [all...]
flowop_library.c     [all...]

Completed in 3899 milliseconds