Searched refs:next_check (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | therm_throt.c | 45 * @next_check: Stores the next timestamp, when it is allowed 80 u64 next_check; member 260 if (time_before64(now, state->next_check) && in throttle_active_work() 264 state->next_check = now + CHECK_INTERVAL; in throttle_active_work() 388 if (time_before64(now, state->next_check)) in thresh_event_valid() 391 state->next_check = now + CHECK_INTERVAL; in thresh_event_valid()
|
/kernel/linux/linux-6.6/drivers/thermal/intel/ |
H A D | therm_throt.c | 46 * @next_check: Stores the next timestamp, when it is allowed 81 u64 next_check; member 321 if (time_before64(now, state->next_check) && in throttle_active_work() 325 state->next_check = now + CHECK_INTERVAL; in throttle_active_work() 449 if (time_before64(now, state->next_check)) in thresh_event_valid() 452 state->next_check = now + CHECK_INTERVAL; in thresh_event_valid()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_devinfo.c | 527 char *next_check; in scsi_dev_info_list_add_str() local 536 next_check = ",\""; in scsi_dev_info_list_add_str() 538 next_check = ","; in scsi_dev_info_list_add_str() 550 strflags = strsep(&next, next_check); in scsi_dev_info_list_add_str()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_devinfo.c | 529 char *next_check; in scsi_dev_info_list_add_str() local 538 next_check = ",\""; in scsi_dev_info_list_add_str() 540 next_check = ","; in scsi_dev_info_list_add_str() 552 strflags = strsep(&next, next_check); in scsi_dev_info_list_add_str()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 4314 goto next_check; in qla2x00_init_rings() 4347 next_check: in qla2x00_init_rings()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 4796 goto next_check; in qla2x00_init_rings() 4839 next_check: in qla2x00_init_rings()
|
Completed in 23 milliseconds