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

12

/linux-master/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.c397 int ret, npins, nmaps, configlen = 0, i = 0; local
423 nmaps = npins * 2;
424 *map = kmalloc_array(nmaps, sizeof(struct pinctrl_map), GFP_KERNEL);
/linux-master/include/rdma/
H A Drdmavt_qp.h489 u32 nmaps; /* size of the map table */ member in struct:rvt_qpn_table
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c2694 int *nmaps)
2742 *nmaps = nirecs;
2767 *nmaps = 0;
2688 xfs_dabuf_map( struct xfs_inode *dp, xfs_dablk_t bno, unsigned int flags, int whichfork, struct xfs_buf_map **mapp, int *nmaps) argument
/linux-master/tools/testing/selftests/net/
H A Dbpf_offload.py215 raise Exception("Time out waiting for map counts to stabilize want %d, have %d" % (expected, nmaps))

Completed in 171 milliseconds

12