Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
A Dtherm_throt.c80 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()
/linux/drivers/scsi/
A Dscsi_devinfo.c527 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()
/linux/drivers/scsi/qla2xxx/
A Dqla_init.c4454 goto next_check; in qla2x00_init_rings()
4494 next_check: in qla2x00_init_rings()

Completed in 19 milliseconds