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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.h 85 caddr_t tf_mem; /* Private Memory */ member in struct:threadflow
flowop.c 438 threadflow->tf_mem =
441 threadflow->tf_mem =
445 (void) memset(threadflow->tf_mem, 0, memsize);
    [all...]
flowop_library.c 445 * Determines the io buffer or random offset into tf_mem for
463 /* use tf_mem for I/O with random offset */
471 *iobufp = threadflow->tf_mem + memoffset;
499 * io buffer or random offset into tf_mem for IO operation and the wss
528 * threadflow's thread memory (tf_mem), with a size set by
706 * threadflow->tf_mem to 1.
716 if (threadflow->tf_mem != NULL) {
718 *(threadflow->tf_mem) = 1;
    [all...]

Completed in 2580 milliseconds