Home
last modified time | relevance | path

Searched refs:service_time (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c306 int service_time = max_t(int, get_seconds() - in ptlrpc_at_set_reply() local
317 int oldse = at_measured(&svcpt->scp_at_estimate, service_time); in ptlrpc_at_set_reply()
327 lustre_msg_set_service_time(req->rq_repmsg, service_time); in ptlrpc_at_set_reply()
Dclient.c281 unsigned int service_time) in ptlrpc_at_adj_net_latency() argument
289 if (service_time > now - req->rq_sent + 3) { in ptlrpc_at_adj_net_latency()
300 CFS_DURATION_T"\n", service_time, in ptlrpc_at_adj_net_latency()
307 service_time, 0) + 1; /* st rounding */ in ptlrpc_at_adj_net_latency()
Dpack_generic.c1488 void lustre_msg_set_service_time(struct lustre_msg *msg, __u32 service_time) in lustre_msg_set_service_time() argument
1496 pb->pb_service_time = service_time; in lustre_msg_set_service_time()
/linux-4.1.27/block/
Dcfq-iosched.c182 struct blkg_rwstat service_time; member
686 blkg_rwstat_add(&stats->service_time, rw, now - io_start_time); in cfqg_stats_update_completion()
699 blkg_rwstat_reset(&stats->service_time); in cfqg_stats_reset()
720 blkg_rwstat_merge(&to->service_time, &from->service_time); in cfqg_stats_merge()
1529 blkg_rwstat_init(&stats->service_time); in cfqg_stats_init()
1910 .private = offsetof(struct cfq_group, stats.service_time),
1952 .private = offsetof(struct cfq_group, stats.service_time),
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2645 void lustre_msg_set_service_time(struct lustre_msg *msg, __u32 service_time);