Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c1086 int pool_id, int numptrs) in otx2_aura_init() argument
1119 aq->aura.shift = ilog2(numptrs) - 8; in otx2_aura_init()
1120 aq->aura.count = numptrs; in otx2_aura_init()
1121 aq->aura.limit = numptrs; in otx2_aura_init()
1144 int stack_pages, int numptrs, int buf_size) in otx2_pool_init() argument
1181 aq->pool.shift = ilog2(numptrs) - 8; in otx2_pool_init()
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_btree.h544 const union xfs_btree_ptr *src_ptr, int numptrs);
Dxfs_btree.c1329 int numptrs) in xfs_btree_copy_ptrs() argument
1331 ASSERT(numptrs >= 0); in xfs_btree_copy_ptrs()
1332 memcpy(dst_ptr, src_ptr, numptrs * xfs_btree_ptr_len(cur)); in xfs_btree_copy_ptrs()
1381 int numptrs) in xfs_btree_shift_ptrs() argument
1385 ASSERT(numptrs >= 0); in xfs_btree_shift_ptrs()
1389 memmove(dst_ptr, ptr, numptrs * xfs_btree_ptr_len(cur)); in xfs_btree_shift_ptrs()