Searched refs:numptrs (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.c | 1376 int pool_id, int numptrs) in otx2_aura_init() argument 1409 aq->aura.shift = ilog2(numptrs) - 8; in otx2_aura_init() 1410 aq->aura.count = numptrs; in otx2_aura_init() 1411 aq->aura.limit = numptrs; in otx2_aura_init() 1453 int stack_pages, int numptrs, int buf_size, int type) in otx2_pool_init() argument 1492 aq->pool.shift = ilog2(numptrs) - 8; in otx2_pool_init() 1506 pp_params.pool_size = min(OTX2_PAGE_POOL_SZ, numptrs); in otx2_pool_init() 1522 pool->xdp_cnt = numptrs; in otx2_pool_init() 1524 numptrs, sizeof(struct xdp_buff *), GFP_KERNEL); in otx2_pool_init()
|
| H A D | otx2_common.h | 1028 int stack_pages, int numptrs, int buf_size, int type); 1030 int pool_id, int numptrs);
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_btree.h | 659 const union xfs_btree_ptr *src_ptr, int numptrs);
|
| H A D | xfs_btree.c | 1451 int numptrs) in xfs_btree_copy_ptrs() argument 1453 ASSERT(numptrs >= 0); in xfs_btree_copy_ptrs() 1454 memcpy(dst_ptr, src_ptr, numptrs * cur->bc_ops->ptr_len); in xfs_btree_copy_ptrs() 1503 int numptrs) in xfs_btree_shift_ptrs() argument 1507 ASSERT(numptrs >= 0); in xfs_btree_shift_ptrs() 1511 memmove(dst_ptr, ptr, numptrs * cur->bc_ops->ptr_len); in xfs_btree_shift_ptrs()
|