Searched refs:nmaps (Results 26 - 28 of 28) sorted by relevance

12

/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py206 nmaps = len(bpftool_map_list())
207 if nmaps == expected:
210 raise Exception("Time out waiting for map counts to stabilize want %d, have %d" % (expected, nmaps))
/linux-master/include/rdma/
H A Drdmavt_qp.h488 u32 nmaps; /* size of the map table */ member in struct:rvt_qpn_table
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c2537 int *nmaps)
2585 *nmaps = nirecs;
2610 *nmaps = 0;
2531 xfs_dabuf_map( struct xfs_inode *dp, xfs_dablk_t bno, unsigned int flags, int whichfork, struct xfs_buf_map **mapp, int *nmaps) argument

Completed in 156 milliseconds

12