Searched refs:DELAY_DEFAULT (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | aha152x.c | 298 #define DELAY_DEFAULT 1000 macro 357 static int delay[] = {DELAY_DEFAULT, DELAY_DEFAULT}; 365 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 369 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; 3241 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init() 3309 setup[setup_count].delay = DELAY_DEFAULT; in aha152x_init() 3380 setup[setup_count].delay = ints[0] >= 7 ? ints[7] : DELAY_DEFAULT; in aha152x_setup()
|
/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat | 962 DELAY_DEFAULT = 3.0 variable 974 self._delay_regular = DELAY_DEFAULT 1329 DELAY_DEFAULT, curses.A_BOLD) 1347 delay = DELAY_DEFAULT
|