Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Drw.c741 unsigned long rpc_boundary; in ll_readahead() local
753 rpc_boundary = (end + 1) & (~(PTLRPC_MAX_BRW_PAGES - 1)); in ll_readahead()
754 if (rpc_boundary > 0) in ll_readahead()
755 rpc_boundary--; in ll_readahead()
757 if (rpc_boundary > start) in ll_readahead()
758 end = rpc_boundary; in ll_readahead()