Searched refs:npools (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_bulk.c286 static unsigned long enc_pools_cleanup(struct page ***pools, int npools) argument
291 for (i = 0; i < npools; i++) {
308 * merge @npools pointed by @pools which contains @npages new pages
314 static void enc_pools_insert(struct page ***pools, int npools, int npages) argument
322 LASSERT(npages_to_npools(npages) == npools);
339 np_idx = npools - 1;
375 LASSERT(np_idx < npools);
399 int npools, alloced = 0; local
413 npools = npages_to_npools(npages);
414 OBD_ALLOC(pools, npools * sizeo
760 unsigned long cleaned, npools; local
[all...]
/drivers/gpu/drm/ttm/
H A Dttm_page_alloc_dma.c166 * @npools: Total amount of pools in existence.
173 unsigned npools; member in struct:ttm_pool_manager
527 _manager->npools--;
624 _manager->npools++;
1019 if (!_manager->npools)
1021 pool_offset = ++start_pool % _manager->npools;

Completed in 64 milliseconds