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

  /netvirt/usr/src/uts/common/fs/zfs/sys/
zio.h 114 #define ZIO_PRIORITY_NOW (zio_priority_table[0])
115 #define ZIO_PRIORITY_SYNC_READ (zio_priority_table[1])
116 #define ZIO_PRIORITY_SYNC_WRITE (zio_priority_table[2])
117 #define ZIO_PRIORITY_ASYNC_READ (zio_priority_table[3])
118 #define ZIO_PRIORITY_ASYNC_WRITE (zio_priority_table[4])
119 #define ZIO_PRIORITY_FREE (zio_priority_table[5])
120 #define ZIO_PRIORITY_CACHE_FILL (zio_priority_table[6])
121 #define ZIO_PRIORITY_LOG_WRITE (zio_priority_table[7])
122 #define ZIO_PRIORITY_RESILVER (zio_priority_table[8])
123 #define ZIO_PRIORITY_SCRUB (zio_priority_table[9]
    [all...]
  /netvirt/usr/src/uts/common/fs/zfs/
zio.c 43 uint8_t zio_priority_table[ZIO_PRIORITY_TABLE_SIZE] = { variable
    [all...]

Completed in 4456 milliseconds