Home
last modified time | relevance | path

Searched refs:np_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
337 np_idx = npools - 1; 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()
354 if (np_idx == 0) in enc_pools_insert()
356 np_idx--; in enc_pools_insert()
370 np_idx = 0; in enc_pools_insert()
373 LASSERT(np_idx < npools); in enc_pools_insert()
374 LASSERT(pools[np_idx] != NULL); in enc_pools_insert()
[all …]