Home
last modified time | relevance | path

Searched refs:max_time (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/base/power/
Dwakeup.c519 if (ktime_to_ns(duration) > ktime_to_ns(ws->max_time)) in wakeup_source_deactivate()
520 ws->max_time = duration; in wakeup_source_deactivate()
842 ktime_t max_time; in print_wakeup_source_stats() local
850 max_time = ws->max_time; in print_wakeup_source_stats()
858 if (active_time.tv64 > max_time.tv64) in print_wakeup_source_stats()
859 max_time = active_time; in print_wakeup_source_stats()
872 ktime_to_ms(max_time), ktime_to_ms(ws->last_time), in print_wakeup_source_stats()
Dsysfs.c483 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_show()
/linux-4.1.27/drivers/media/dvb-frontends/
Ddib3000mc.h30 u16 max_time; member
Ddib3000mc.c348 dib3000mc_write_word(state, 36, state->cfg->max_time); in dib3000mc_init()
/linux-4.1.27/include/linux/
Dpm_wakeup.h53 ktime_t max_time; member
/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddibusb-common.c214 .max_time = 0x196,
250 .max_time = 0x51,
Ddib0700_devices.c75 .max_time = 0x196,
80 .max_time = 0x196,
/linux-4.1.27/mm/
Dslub.c3968 long max_time; member
4038 if (age > l->max_time) in add_location()
4039 l->max_time = age; in add_location()
4074 l->max_time = age; in add_location()
4149 l->max_time); in list_locations()