Home
last modified time | relevance | path

Searched refs:BUCKET_BASE (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/
H A Dcam_iosched.c109 #ifndef BUCKET_BASE
110 #define BUCKET_BASE ((SBT_1S / 50000) + 1) /* 20us */ macro
112 static sbintime_t bucket_base = BUCKET_BASE;
1912 BUCKET_BASE << 0, /* 20us */
1913 BUCKET_BASE << 1,
1914 BUCKET_BASE << 2,
1915 BUCKET_BASE << 3,
1916 BUCKET_BASE << 4,
1917 BUCKET_BASE << 5,
1918 BUCKET_BASE << 6,
[all …]