Searched refs:DELAY_DEFAULT (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/scsi/ |
D | aha152x.c | 287 #define DELAY_DEFAULT 1000 macro 346 static int delay[] = {DELAY_DEFAULT, DELAY_DEFAULT}; 354 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 358 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 3230 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init() 3298 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init() 3369 setup[setup_count].delay = ints[0] >= 7 ? ints[7] : DELAY_DEFAULT; in aha152x_setup()
|
/Linux-v5.4/tools/kvm/kvm_stat/ |
D | kvm_stat | 969 DELAY_DEFAULT = 3.0 variable 981 self._delay_regular = DELAY_DEFAULT 1336 DELAY_DEFAULT, curses.A_BOLD) 1354 delay = DELAY_DEFAULT
|