/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/linux/ |
D | linux-time.h | 71 static inline long cfs_time_seconds(int seconds) in cfs_time_seconds() function 91 cfs_time_seconds(seconds)); in cfs_time_shift_64()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | pinger.c | 146 return cfs_time_sub(cfs_time_add(time, cfs_time_seconds(timeout)), in pinger_check_timeout() 252 cfs_time_seconds(PING_INTERVAL)))) in ptlrpc_pinger_main() 268 cfs_time_seconds(PING_INTERVAL))); in ptlrpc_pinger_main() 271 cfs_time_seconds(1)), in ptlrpc_pinger_main()
|
D | import.c | 309 cfs_timeout_cap(cfs_time_seconds(timeout)), in ptlrpc_invalidate_import() 310 (timeout > 1)?cfs_time_seconds(1):cfs_time_seconds(1)/2, in ptlrpc_invalidate_import() 432 int secs = cfs_time_seconds(obd_timeout); in ptlrpc_reconnect_import() 1447 timeout = cfs_time_seconds(obd_timeout / 2); in ptlrpc_disconnect_import() 1449 timeout = cfs_time_seconds(obd_timeout); in ptlrpc_disconnect_import() 1453 timeout = cfs_time_seconds( in ptlrpc_disconnect_import()
|
D | ptlrpcd.c | 238 struct l_wait_info lwi = LWI_TIMEOUT(cfs_time_seconds(5), in ptlrpcd_add_req() 435 lwi = LWI_TIMEOUT(cfs_time_seconds(timeout ? timeout : 1), in ptlrpcd()
|
D | recover.c | 349 int secs = cfs_time_seconds(obd_timeout); in ptlrpc_recover_import()
|
D | niobuf.c | 284 lwi = LWI_TIMEOUT_INTERVAL(cfs_time_seconds(LONG_UNLINK), in ptlrpc_unregister_bulk() 285 cfs_time_seconds(1), NULL, NULL); in ptlrpc_unregister_bulk()
|
D | events.c | 515 lwi = LWI_TIMEOUT(cfs_time_seconds(2), NULL, NULL); in ptlrpc_ni_fini()
|
D | service.c | 2120 svcpt->scp_rqbd_timeout = cfs_time_seconds(1) / 10; in ptlrpc_main() 2560 struct l_wait_info lwi = LWI_TIMEOUT(cfs_time_seconds(10), in ptlrpc_wait_replies() 2627 cfs_time_seconds(LONG_UNLINK), in ptlrpc_service_unlink_rqbd() 2628 cfs_time_seconds(1), NULL, NULL); in ptlrpc_service_unlink_rqbd()
|
D | client.c | 2109 lwi = LWI_TIMEOUT_INTR_ALL(cfs_time_seconds(1), in ptlrpc_set_wait() 2118 lwi = LWI_TIMEOUT(cfs_time_seconds(timeout ? timeout : 1), in ptlrpc_set_wait() 2364 lwi = LWI_TIMEOUT_INTERVAL(cfs_time_seconds(LONG_UNLINK), in ptlrpc_unregister_reply() 2365 cfs_time_seconds(1), NULL, NULL); in ptlrpc_unregister_reply()
|
D | pack_generic.c | 271 lwi = LWI_TIMEOUT(cfs_time_seconds(10), NULL, NULL); in lustre_get_emerg_rs()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_time.h | 68 return cfs_time_add(cfs_time_current(), cfs_time_seconds(seconds)); in cfs_time_shift()
|
D | libcfs_debug.h | 164 #define CDEBUG_DEFAULT_MAX_DELAY (cfs_time_seconds(600)) /* jiffies */ 165 #define CDEBUG_DEFAULT_MIN_DELAY ((cfs_time_seconds(1) + 1) / 2) /* jiffies */
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | fail.c | 133 schedule_timeout(cfs_time_seconds(ms) / 1000); in __cfs_fail_timeout_set()
|
D | workitem.c | 334 schedule_timeout(cfs_time_seconds(1) / 20); in cfs_wi_sched_destroy() 461 schedule_timeout(cfs_time_seconds(1) / 20); in cfs_wi_shutdown()
|
D | debug.c | 121 d = cfs_time_seconds(sec) / 100; in param_set_delay_minmax()
|
D | tracefile.c | 411 + cfs_time_seconds(10))) { in libcfs_debug_vmsg2() 1067 schedule_timeout(cfs_time_seconds(1)); in tracefiled()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 192 schedule_timeout(cfs_time_seconds(ksocknal_data.ksnd_stall_tx)); in ksocknal_transmit() 350 schedule_timeout(cfs_time_seconds(ksocknal_data.ksnd_stall_rx)); in ksocknal_receive() 1841 cfs_time_seconds(*ksocknal_tunables.ksnd_timeout)); in ksocknal_connect() 1931 cfs_time_seconds(*ksocknal_tunables.ksnd_min_reconnectms)/1000; in ksocknal_connect() 1952 cfs_time_seconds(*ksocknal_tunables.ksnd_min_reconnectms)/1000); in ksocknal_connect() 1955 cfs_time_seconds(*ksocknal_tunables.ksnd_max_reconnectms)/1000); in ksocknal_connect() 2026 *timeout = cfs_time_seconds(1); in ksocknal_connd_check_start() 2085 *timeout = (val > 0) ? cfs_time_seconds(val) : in ksocknal_connd_check_stop() 2086 cfs_time_seconds(SOCKNAL_CONND_TIMEOUT); in ksocknal_connd_check_stop() 2353 cfs_time_seconds(*ksocknal_tunables.ksnd_keepalive)))) in ksocknal_send_keepalive_locked() [all …]
|
D | socklnd.c | 1637 cfs_time_seconds(*ksocknal_tunables.ksnd_timeout); in ksocknal_destroy_conn() 2318 schedule_timeout(cfs_time_seconds(1)); in ksocknal_base_shutdown() 2559 schedule_timeout(cfs_time_seconds(1)); in ksocknal_shutdown()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_mdc.h | 111 schedule_timeout(cfs_time_seconds(1) / 4); in mdc_get_rpc_lock()
|
D | lustre_dlm.h | 66 #define LDLM_DEFAULT_MAX_ALIVE (cfs_time_seconds(36000))
|
D | lustre_net.h | 2781 cfs_time_seconds(req->rq_delay_limit)), in ptlrpc_send_limit_expired()
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | timer.c | 179 cfs_time_seconds(STTIMER_SLOTTIME)); in stt_timer_main()
|
D | selftest.h | 581 schedule_timeout(cfs_time_seconds(1) / 10); \
|
D | conrpc.c | 361 cfs_time_seconds(timeout)); in lstcon_rpc_trans_postwait() 1352 schedule_timeout(cfs_time_seconds(1)); in lstcon_rpc_cleanup_wait()
|
D | rpc.c | 1592 schedule_timeout(cfs_time_seconds(1)); in srpc_startup()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | router.c | 768 schedule_timeout(cfs_time_seconds(1)); in lnet_wait_known_routerstate() 969 cfs_time_seconds(secs)))) { in lnet_ping_router_locked() 1146 schedule_timeout(cfs_time_seconds(1) / 4); in lnet_prune_rc_data() 1206 schedule_timeout(cfs_time_seconds(1)); in lnet_router_checker()
|
D | peer.c | 149 schedule_timeout(cfs_time_seconds(1) / 2); in lnet_peer_tables_cleanup()
|
D | acceptor.c | 367 schedule_timeout(cfs_time_seconds(1)); in lnet_acceptor()
|
D | lib-move.c | 715 cfs_time_seconds(lp->lp_ni->ni_peertimeout)); in lnet_peer_is_alive() 749 cfs_time_seconds(lnet_queryinterval)); in lnet_peer_alive_locked()
|
D | api-ni.c | 920 schedule_timeout(cfs_time_seconds(1)); in lnet_shutdown_lndnis()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 225 cfs_time_seconds(osc_contention_time)); in osc_object_is_contended()
|
D | osc_cache.c | 905 struct l_wait_info lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(600), NULL, in osc_extent_wait()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_request.c | 176 lwi = LWI_TIMEOUT_INTERVAL(cfs_time_seconds(obd_timeout), in lov_check_and_wait_active() 177 cfs_time_seconds(1), NULL, NULL); in lov_check_and_wait_active()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lockd.c | 169 int to = cfs_time_seconds(1); in ldlm_handle_cp_callback() 330 cfs_time_seconds(10)))) { in ldlm_handle_gl_callback()
|
D | ldlm_pool.c | 1032 lwi = LWI_TIMEOUT(cfs_time_seconds(c_time), in ldlm_pools_thread_main()
|
D | ldlm_request.c | 256 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(timeout), in ldlm_completion_ast()
|
D | ldlm_lock.c | 1268 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(obd_timeout), in ldlm_lock_match()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 1230 schedule_timeout(cfs_time_seconds(1) / 100); in kiblnd_current_hdev() 2472 schedule_timeout(cfs_time_seconds(1)); in kiblnd_base_shutdown() 2527 schedule_timeout(cfs_time_seconds(1)); in kiblnd_shutdown()
|
D | o2iblnd_cb.c | 3457 rc = schedule_timeout(long_sleep ? cfs_time_seconds(10) : in kiblnd_failover_thread() 3458 cfs_time_seconds(1)); in kiblnd_failover_thread()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_io.c | 1548 struct l_wait_info lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(timeout), in cl_sync_io_wait()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | statahead.c | 1564 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(30), NULL, in do_statahead_enter()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 882 schedule_timeout(cfs_time_seconds(1)); in echo_device_free()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1018 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(resends), in mdc_readpage()
|