Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Drw.c713 unsigned long rpc_boundary; in ll_readahead() local
725 rpc_boundary = (end + 1) & (~(PTLRPC_MAX_BRW_PAGES - 1)); in ll_readahead()
726 if (rpc_boundary > 0) in ll_readahead()
727 rpc_boundary--; in ll_readahead()
729 if (rpc_boundary > start) in ll_readahead()
730 end = rpc_boundary; in ll_readahead()