/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 222 conn->ksnc_peer->ksnp_last_alive = cfs_time_current(); in ksocknal_transmit() 270 conn->ksnc_peer->ksnp_last_alive = cfs_time_current(); in ksocknal_recv_iov() 317 conn->ksnc_peer->ksnp_last_alive = cfs_time_current(); in ksocknal_recv_kiov() 546 if (!cfs_time_aftereq(cfs_time_add(cfs_time_current(), in ksocknal_process_transmit() 674 conn->ksnc_tx_last_post = cfs_time_current(); in ksocknal_find_conn_locked() 742 conn->ksnc_peer->ksnp_last_alive = cfs_time_current(); in ksocknal_queue_tx_locked() 790 unsigned long now = cfs_time_current(); in ksocknal_find_connectable_route_locked() 1858 deadline = cfs_time_add(cfs_time_current(), in ksocknal_connect() 1905 if (cfs_time_aftereq(cfs_time_current(), deadline)) { in ksocknal_connect() 1957 route->ksnr_timeout = cfs_time_add(cfs_time_current(), in ksocknal_connect() [all …]
|
D | socklnd.c | 1282 peer->ksnp_last_alive = cfs_time_current(); in ksocknal_create_conn() 1290 conn->ksnc_tx_last_post = cfs_time_current(); in ksocknal_create_conn() 1688 cfs_duration_sec(cfs_time_sub(cfs_time_current(), in ksocknal_destroy_conn() 1837 unsigned long now = cfs_time_current(); in ksocknal_query()
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_time.h | 64 return cfs_time_add(cfs_time_current(), cfs_time_seconds(seconds)); in cfs_time_shift()
|
/drivers/staging/lustre/include/linux/libcfs/linux/ |
D | linux-time.h | 62 static inline unsigned long cfs_time_current(void) in cfs_time_current() function
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 223 obj->oo_contention_time = cfs_time_current(); in osc_object_set_contended() 237 unsigned long cur_time = cfs_time_current(); in osc_object_is_contended()
|
D | osc_page.c | 149 return (cfs_time_current() - opg->ops_submit_time); in osc_submit_duration() 350 opg->ops_submit_time = cfs_time_current(); in osc_page_submit()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | pinger.c | 144 cfs_time_current()); in pinger_check_timeout() 229 unsigned long this_ping = cfs_time_current(); in ptlrpc_pinger_main()
|
D | service.c | 337 svcpt->scp_at_checktime = cfs_time_current(); in ptlrpc_at_timer() 1160 delay = cfs_time_sub(cfs_time_current(), svcpt->scp_at_checktime); in ptlrpc_at_check_timed()
|
D | client.c | 963 req->rq_queued_time = cfs_time_current(); in ptlrpc_set_add_req() 994 req->rq_queued_time = cfs_time_current(); in ptlrpc_set_add_new_req()
|
/drivers/staging/lustre/lnet/lnet/ |
D | net_fault.c | 308 unsigned long now = cfs_time_current(); in drop_rule_match() 476 unsigned long now = cfs_time_current(); in delay_rule_match() 567 unsigned long now = cfs_time_current(); in delayed_msg_check()
|
D | router_proc.c | 324 unsigned long now = cfs_time_current(); in proc_lnet_routers() 507 unsigned long now = cfs_time_current(); in proc_lnet_peers()
|
D | router.c | 776 lnet_notify_locked(lp, 1, !event->status, cfs_time_current()); in lnet_router_checker_event() 987 unsigned long now = cfs_time_current(); in lnet_ping_router_locked() 1745 unsigned long now = cfs_time_current(); in lnet_notify()
|
D | peer.c | 315 lp->lp_last_alive = cfs_time_current(); /* assumes alive */ in lnet_nid2peer_locked()
|
D | lib-move.c | 501 lp->lp_last_query = cfs_time_current(); in lnet_ni_query_locked() 545 unsigned long now = cfs_time_current(); in lnet_peer_alive_locked()
|
/drivers/staging/lustre/lnet/libcfs/ |
D | tracefile.c | 436 !cfs_time_after(cfs_time_current(), cdls->cdls_next)) { in libcfs_debug_vmsg2() 444 if (cfs_time_after(cfs_time_current(), in libcfs_debug_vmsg2() 459 cdls->cdls_next = (cfs_time_current() + cdls->cdls_delay) | 1; in libcfs_debug_vmsg2()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 104 if (cfs_time_after(cfs_time_current(), next_dump)) { in ldlm_expired_completion_wait() 1176 unsigned long cur = cfs_time_current(); in ldlm_cancel_lrur_policy() 1240 time_before(cfs_time_current(), in ldlm_cancel_aged_policy() 1385 if (last_use == cfs_time_current()) in ldlm_prepare_lru_list()
|
D | ldlm_lockd.c | 326 cfs_time_after(cfs_time_current(), in ldlm_handle_gl_callback()
|
D | ldlm_resource.c | 1353 if (time_before(cfs_time_current(), ns->ns_next_dump)) in ldlm_namespace_dump()
|
/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 1050 unsigned long now = cfs_time_current(); in kiblnd_query() 1582 unsigned long now = cfs_time_current(); in kiblnd_fmr_pool_unmap() 1756 if (time_before(cfs_time_current(), fps->fps_next_retry)) { in kiblnd_fmr_pool_map() 1888 unsigned long now = cfs_time_current(); in kiblnd_pool_free_node() 1957 if (time_before(cfs_time_current(), ps->ps_next_retry)) { in kiblnd_pool_alloc_node() 1967 time_before = cfs_time_current(); in kiblnd_pool_alloc_node() 1970 cfs_time_current() - time_before); in kiblnd_pool_alloc_node()
|
D | o2iblnd_cb.c | 1866 peer->ibp_last_alive = cfs_time_current(); in kiblnd_peer_alive() 3218 cfs_duration_sec(cfs_time_current() - in kiblnd_check_conns() 3699 if (time_before(cfs_time_current(), in kiblnd_failover_thread()
|
/drivers/staging/lustre/lnet/selftest/ |
D | conrpc.c | 77 crpc->crp_stamp = cfs_time_current(); in lstcon_rpc_done() 298 crpc->crp_stamp = cfs_time_current(); in lstcon_rpc_trans_abort() 305 crpc->crp_stamp = cfs_time_current(); in lstcon_rpc_trans_abort()
|
D | console.c | 99 ndl->ndl_node->nd_stamp = cfs_time_current(); in lstcon_node_find() 1701 sid->ses_stamp = cfs_time_current(); in lstcon_new_session_id()
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_internal.h | 1144 lli->lli_glimpse_time = cfs_time_current(); in ll_glimpse_size()
|
D | statahead.c | 532 lli->lli_glimpse_time = cfs_time_current(); in ll_agl_trigger()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2862 cfs_time_current())) { in ptlrpc_send_limit_expired()
|