Home
last modified time | relevance | path

Searched refs:pb_service_time (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c701 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_service_time) == 72, "found %lld\n", in lustre_assert_wire_constants()
702 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_service_time)); in lustre_assert_wire_constants()
703 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time) == 4, "found %lld\n", in lustre_assert_wire_constants()
704 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time)); in lustre_assert_wire_constants()
779 …TF((int)offsetof(struct ptlrpc_body_v3, pb_service_time) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants()
780 …(int)offsetof(struct ptlrpc_body_v3, pb_service_time), (int)offsetof(struct ptlrpc_body_v2, pb_ser… in lustre_assert_wire_constants()
781 …)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants()
782 …t)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time), (int)sizeof(((struct ptlrpc_body_v2 *)0)-… in lustre_assert_wire_constants()
Dpack_generic.c1180 return pb->pb_service_time; in lustre_msg_get_service_time()
1355 pb->pb_service_time = service_time; in lustre_msg_set_service_time()
1479 __swab32s(&b->pb_service_time); in lustre_swab_ptlrpc_body()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1104 __u32 pb_service_time; /* for rep, actual service time */ member
1130 __u32 pb_service_time; /* for rep, actual service time, also used for member