Home
last modified time | relevance | path

Searched refs:starttime (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/drivers/base/power/
Dmain.c355 static void dpm_show_time(ktime_t starttime, pm_message_t state, char *info) in dpm_show_time() argument
362 usecs64 = ktime_to_ns(ktime_sub(calltime, starttime)); in dpm_show_time()
445 ktime_t starttime = ktime_get(); in dpm_resume_noirq() local
468 dpm_show_time(starttime, state, "noirq"); in dpm_resume_noirq()
519 ktime_t starttime = ktime_get(); in dpm_resume_early() local
542 dpm_show_time(starttime, state, "early"); in dpm_resume_early()
671 ktime_t starttime = ktime_get(); in dpm_resume() local
711 dpm_show_time(starttime, state, NULL); in dpm_resume()
867 ktime_t starttime = ktime_get(); in dpm_suspend_noirq() local
897 dpm_show_time(starttime, state, "noirq"); in dpm_suspend_noirq()
[all …]
/linux-3.4.99/kernel/
Dasync.c275 ktime_t uninitialized_var(starttime), delta, endtime; in async_synchronize_cookie_domain()
279 starttime = ktime_get(); in async_synchronize_cookie_domain()
286 delta = ktime_sub(endtime, starttime); in async_synchronize_cookie_domain()
/linux-3.4.99/drivers/net/ethernet/fujitsu/
Deth16i.c757 unsigned long starttime; in eth16i_send_probe_packet() local
764 starttime = jiffies; in eth16i_send_probe_packet()
768 if( time_after(jiffies, starttime + TX_TIMEOUT)) { in eth16i_send_probe_packet()
778 unsigned long starttime; in eth16i_receive_probe_packet() local
780 starttime = jiffies; in eth16i_receive_probe_packet()
783 if( time_after(jiffies, starttime + TX_TIMEOUT)) { in eth16i_receive_probe_packet()
787 starttime = jiffies; in eth16i_receive_probe_packet()
789 if( time_after(jiffies, starttime + TX_TIMEOUT)) { in eth16i_receive_probe_packet()
/linux-3.4.99/include/keys/
Drxrpc-type.h66 u64 starttime; /* time at which auth token starts */ member
/linux-3.4.99/arch/powerpc/include/asm/
Dpaca.h151 u64 starttime; /* TB value snapshot */ member
/linux-3.4.99/arch/powerpc/kernel/
Dtime.c259 ust = scan_dispatch_log(local_paca->starttime); in accumulate_stolen_time()
302 get_paca()->system_time += now - get_paca()->starttime; in account_system_vtime()
303 get_paca()->starttime = now; in account_system_vtime()
Dasm-offsets.c204 DEFINE(PACA_STARTTIME, offsetof(struct paca_struct, starttime)); in main()
/linux-3.4.99/drivers/media/dvb/frontends/
Dstv0297.c417 unsigned long starttime; in stv0297_set_frontend() local
546 starttime = jiffies; in stv0297_set_frontend()
/linux-3.4.99/net/rxrpc/
Dar-key.c471 rxk5->starttime = be64_to_cpup((const __be64 *) xdr); in rxrpc_instantiate_xdr_rxk5()
482 rxk5->authtime, rxk5->starttime, rxk5->endtime, in rxrpc_instantiate_xdr_rxk5()
1172 ENCODE64(token->k5->starttime); in rxrpc_read()
/linux-3.4.99/drivers/staging/slicoss/
Dslic.h94 u32 starttime; member
/linux-3.4.99/drivers/s390/block/
Ddasd_int.h188 unsigned long starttime; /* jiffies time of request start */ member
Ddasd_diag.c189 cqr->starttime = jiffies; in dasd_start_diag()
Ddasd.c1346 cqr->starttime = 0; in dasd_term_IO()
1414 cqr->starttime = jiffies; in dasd_start_IO()
1843 (time_after_eq(jiffies, cqr->expires + cqr->starttime))) { in __dasd_device_check_expire()
/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-commands.h3926 __le32 starttime; member