Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c703 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_service_time) == 72, "found %lld\n", in lustre_assert_wire_constants()
704 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_service_time)); in lustre_assert_wire_constants()
705 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time) == 4, "found %lld\n", in lustre_assert_wire_constants()
706 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time)); in lustre_assert_wire_constants()
781 …TF((int)offsetof(struct ptlrpc_body_v3, pb_service_time) == (int)offsetof(struct ptlrpc_body_v2, p… in lustre_assert_wire_constants()
782 …(int)offsetof(struct ptlrpc_body_v3, pb_service_time), (int)offsetof(struct ptlrpc_body_v2, pb_ser… in lustre_assert_wire_constants()
783 …)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants()
784 …t)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time), (int)sizeof(((struct ptlrpc_body_v2 *)0)-… in lustre_assert_wire_constants()
Dpack_generic.c1275 return pb->pb_service_time; in lustre_msg_get_service_time()
1524 pb->pb_service_time = service_time; in lustre_msg_set_service_time()
1661 __swab32s(&b->pb_service_time); in lustre_swab_ptlrpc_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1093 __u32 pb_service_time; /* for rep, actual service time */ member
1118 __u32 pb_service_time; /* for rep, actual service time, also used for member