Searched refs:numptrs (Results 1 – 3 of 3) sorted by relevance
1205 int pool_id, int numptrs) in otx2_aura_init() argument1238 aq->aura.shift = ilog2(numptrs) - 8; in otx2_aura_init()1239 aq->aura.count = numptrs; in otx2_aura_init()1240 aq->aura.limit = numptrs; in otx2_aura_init()1282 int stack_pages, int numptrs, int buf_size) in otx2_pool_init() argument1319 aq->pool.shift = ilog2(numptrs) - 8; in otx2_pool_init()
578 const union xfs_btree_ptr *src_ptr, int numptrs);
1398 int numptrs) in xfs_btree_copy_ptrs() argument1400 ASSERT(numptrs >= 0); in xfs_btree_copy_ptrs()1401 memcpy(dst_ptr, src_ptr, numptrs * xfs_btree_ptr_len(cur)); in xfs_btree_copy_ptrs()1450 int numptrs) in xfs_btree_shift_ptrs() argument1454 ASSERT(numptrs >= 0); in xfs_btree_shift_ptrs()1458 memmove(dst_ptr, ptr, numptrs * xfs_btree_ptr_len(cur)); in xfs_btree_shift_ptrs()