Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/base/power/
Dwakeup.c435 if (ktime_to_ns(duration) > ktime_to_ns(ws->max_time)) in wakeup_source_deactivate()
436 ws->max_time = duration; in wakeup_source_deactivate()
678 ktime_t max_time; in print_wakeup_source_stats() local
686 max_time = ws->max_time; in print_wakeup_source_stats()
691 if (active_time.tv64 > max_time.tv64) in print_wakeup_source_stats()
692 max_time = active_time; in print_wakeup_source_stats()
701 ktime_to_ms(max_time), ktime_to_ms(ws->last_time)); in print_wakeup_source_stats()
Dsysfs.c345 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_show()
/linux-2.6.39/drivers/media/dvb/frontends/
Ddib3000mc.h28 u16 max_time; member
Ddib3000mc.c348 dib3000mc_write_word(state, 36, state->cfg->max_time); in dib3000mc_init()
/linux-2.6.39/include/linux/
Dpm_wakeup.h50 ktime_t max_time; member
/linux-2.6.39/drivers/media/dvb/dvb-usb/
Ddibusb-common.c203 .max_time = 0x196,
240 .max_time = 0x51,
Ddib0700_devices.c72 .max_time = 0x196,
77 .max_time = 0x196,
/linux-2.6.39/mm/
Dslub.c3700 long max_time; member
3770 if (age > l->max_time) in add_location()
3771 l->max_time = age; in add_location()
3806 l->max_time = age; in add_location()
3882 l->max_time); in list_locations()