Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_bulk.c315 int op_idx, np_idx, og_idx, ng_idx; in enc_pools_insert() local
338 ng_idx = (npages - 1) % PAGES_PER_POOL; in enc_pools_insert()
342 LASSERT(pools[np_idx][ng_idx] != NULL); in enc_pools_insert()
344 page_pools.epp_pools[op_idx][og_idx] = pools[np_idx][ng_idx]; in enc_pools_insert()
345 pools[np_idx][ng_idx] = NULL; in enc_pools_insert()
353 if (--ng_idx < 0) { in enc_pools_insert()
357 ng_idx = PAGES_PER_POOL - 1; in enc_pools_insert()