Searched refs:DHMS_VARS (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 837 "last reply", (s64)imp->imp_last_reply_time, DHMS_VARS(&ts)); in lprocfs_rd_timeouts() 844 "network", cur, worst, (s64)worstt, DHMS_VARS(&ts)); in lprocfs_rd_timeouts() 856 cur, worst, (s64)worstt, DHMS_VARS(&ts)); in lprocfs_rd_timeouts()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 375 #define DHMS_VARS(x) (x)->d, (x)->h, (x)->m, (x)->s macro
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 986 cur, worst, (s64)worstt, DHMS_VARS(&ts)); in ptlrpc_lprocfs_timeouts_seq_show()
|