Searched refs:svc_counter_config (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 192 unsigned int svc_counter_config = LPROCFS_CNTR_AVGMINMAX | in ptlrpc_ldebugfs_register() local 214 svc_counter_config, "req_waittime", "usec"); in ptlrpc_ldebugfs_register() 216 svc_counter_config, "req_qdepth", "reqs"); in ptlrpc_ldebugfs_register() 218 svc_counter_config, "req_active", "reqs"); in ptlrpc_ldebugfs_register() 220 svc_counter_config, "req_timeout", "sec"); in ptlrpc_ldebugfs_register() 222 svc_counter_config, "reqbuf_avail", "bufs"); in ptlrpc_ldebugfs_register() 236 svc_counter_config, in ptlrpc_ldebugfs_register() 243 EXTRA_MAX_OPCODES + i, svc_counter_config, in ptlrpc_ldebugfs_register()
|