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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
ipc.h 110 int shm_fsparalloc_count; /* active alloc thread count */ member in struct:filebench_shm
fileset.c 428 * Sets shm_fsparalloc_count to -1 on error.
435 filebench_shm->shm_fsparalloc_count = -1;
438 filebench_shm->shm_fsparalloc_count--;
1092 while (filebench_shm->shm_fsparalloc_count
1100 if (filebench_shm->shm_fsparalloc_count < 0) {
1106 filebench_shm->shm_fsparalloc_count++;
    [all...]

Completed in 180 milliseconds