Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c631 #define LPROCFS_NRS_WR_MAX_CMD (NRS_POL_NAME_MAX + sizeof(" reg") - 1) macro
651 if (count >= LPROCFS_NRS_WR_MAX_CMD) in ptlrpc_lprocfs_nrs_seq_write()
654 cmd = kzalloc(LPROCFS_NRS_WR_MAX_CMD, GFP_NOFS); in ptlrpc_lprocfs_nrs_seq_write()