Searched refs:service_time (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 304 int service_time = max_t(int, ktime_get_real_seconds() - in ptlrpc_at_set_reply() local 315 int oldse = at_measured(&svcpt->scp_at_estimate, service_time); in ptlrpc_at_set_reply() 325 lustre_msg_set_service_time(req->rq_repmsg, service_time); in ptlrpc_at_set_reply()
|
D | client.c | 292 unsigned int service_time) in ptlrpc_at_adj_net_latency() argument 300 if (service_time > now - req->rq_sent + 3) { in ptlrpc_at_adj_net_latency() 312 CFS_DURATION_T"\n", service_time, in ptlrpc_at_adj_net_latency() 319 service_time, 0) + 1; /* st rounding */ in ptlrpc_at_adj_net_latency()
|
D | pack_generic.c | 1348 void lustre_msg_set_service_time(struct lustre_msg *msg, __u32 service_time) in lustre_msg_set_service_time() argument 1355 pb->pb_service_time = service_time; in lustre_msg_set_service_time()
|
/linux-4.4.14/block/ |
D | cfq-iosched.c | 183 struct blkg_rwstat service_time; member 696 blkg_rwstat_add(&stats->service_time, rw, now - io_start_time); in cfqg_stats_update_completion() 707 blkg_rwstat_reset(&stats->service_time); in cfqg_stats_reset() 726 blkg_rwstat_add_aux(&to->service_time, &from->service_time); in cfqg_stats_add_aux() 1531 blkg_rwstat_exit(&stats->service_time); in cfqg_stats_exit() 1549 blkg_rwstat_init(&stats->service_time, gfp) || in cfqg_stats_init() 2046 .private = offsetof(struct cfq_group, stats.service_time), 2087 .private = offsetof(struct cfq_group, stats.service_time),
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2604 void lustre_msg_set_service_time(struct lustre_msg *msg, __u32 service_time);
|