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

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
zio.h 120 #define ZIO_PRIORITY_NOW (zio_priority_table[0])
121 #define ZIO_PRIORITY_SYNC_READ (zio_priority_table[1])
122 #define ZIO_PRIORITY_SYNC_WRITE (zio_priority_table[2])
123 #define ZIO_PRIORITY_LOG_WRITE (zio_priority_table[3])
124 #define ZIO_PRIORITY_CACHE_FILL (zio_priority_table[4])
125 #define ZIO_PRIORITY_AGG (zio_priority_table[5])
126 #define ZIO_PRIORITY_FREE (zio_priority_table[6])
127 #define ZIO_PRIORITY_ASYNC_WRITE (zio_priority_table[7])
128 #define ZIO_PRIORITY_ASYNC_READ (zio_priority_table[8])
129 #define ZIO_PRIORITY_RESILVER (zio_priority_table[9]
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zio.c 44 uint8_t zio_priority_table[ZIO_PRIORITY_TABLE_SIZE] = { variable
    [all...]

Completed in 4916 milliseconds