Searched refs:max_time (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/base/power/ |
D | wakeup.c | 134 deleted_ws.max_time = in wakeup_source_record() 135 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record() 136 deleted_ws.max_time : ws->max_time; in wakeup_source_record() 655 if (ktime_to_ns(duration) > ktime_to_ns(ws->max_time)) in wakeup_source_deactivate() 656 ws->max_time = duration; in wakeup_source_deactivate() 987 ktime_t max_time; in print_wakeup_source_stats() local 995 max_time = ws->max_time; in print_wakeup_source_stats() 1003 if (active_time.tv64 > max_time.tv64) in print_wakeup_source_stats() 1004 max_time = active_time; in print_wakeup_source_stats() 1017 ktime_to_ms(max_time), ktime_to_ms(ws->last_time), in print_wakeup_source_stats()
|
D | sysfs.c | 483 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_show()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib3000mc.h | 30 u16 max_time; member
|
D | dib3000mc.c | 348 dib3000mc_write_word(state, 36, state->cfg->max_time); in dib3000mc_init()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_stats.h | 25 atomic64_t max_time; /* Max time to process IO */ member
|
D | snic_io.c | 516 if (duration > atomic64_read(&snic->s_stats.io.max_time)) in snic_calc_io_process_time() 517 atomic64_set(&snic->s_stats.io.max_time, duration); in snic_calc_io_process_time()
|
D | snic_debugfs.c | 213 maxio_tm = (u64) atomic64_read(&stats->io.max_time); in snic_stats_show()
|
/linux-4.4.14/include/linux/ |
D | pm_wakeup.h | 62 ktime_t max_time; member
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dibusb-common.c | 214 .max_time = 0x196, 250 .max_time = 0x51,
|
D | dib0700_devices.c | 75 .max_time = 0x196, 80 .max_time = 0x196,
|
/linux-4.4.14/fs/ |
D | fs-writeback.c | 588 unsigned long avg_time, max_bytes, max_time; in wbc_detach_inode() local 618 max_time = DIV_ROUND_UP((max_bytes >> PAGE_SHIFT) << WB_FRN_TIME_SHIFT, in wbc_detach_inode() 621 avg_time += (max_time >> WB_FRN_TIME_AVG_SHIFT) - in wbc_detach_inode() 624 avg_time = max_time; /* immediate catch up on first run */ in wbc_detach_inode() 626 if (max_time >= avg_time / WB_FRN_TIME_CUT_DIV) { in wbc_detach_inode() 637 slots = min(DIV_ROUND_UP(max_time, WB_FRN_HIST_UNIT), in wbc_detach_inode()
|
/linux-4.4.14/mm/ |
D | slub.c | 4183 long max_time; member 4253 if (age > l->max_time) in add_location() 4254 l->max_time = age; in add_location() 4289 l->max_time = age; in add_location() 4364 l->max_time); in list_locations()
|