Searched refs:LUN_HASH_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/isp/
H A Disp_freebsd.h185 #define LUN_HASH_SIZE 32 macro
186 #define LUN_HASH_FUNC(lun) ((lun) & (LUN_HASH_SIZE - 1))
252 struct tslist lun_hash[LUN_HASH_SIZE];
267 struct tslist lun_hash[LUN_HASH_SIZE];
H A Disp_freebsd.c889 for (i = 0; i < LUN_HASH_SIZE; i++) {
926 for (i = 0; i < LUN_HASH_SIZE; i++) {
949 for (i = 0; i < LUN_HASH_SIZE; i++) {
982 for (i = 0; i < LUN_HASH_SIZE; i++) {

Completed in 59 milliseconds