Home
last modified time | relevance | path

Searched refs:nr_maps (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_pnfs.h8 int xfs_fs_commit_blocks(struct inode *inode, struct iomap *maps, int nr_maps,
Dxfs_pnfs.c252 int nr_maps, in xfs_fs_commit_blocks() argument
272 for (i = 0; i < nr_maps; i++) { in xfs_fs_commit_blocks()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c284 int nr_maps = tx_info->nr_maps; in mlx4_en_free_tx_desc() local
312 for (i = 1; i < nr_maps; i++) { in mlx4_en_free_tx_desc()
336 for (i = 1; i < nr_maps; i++) { in mlx4_en_free_tx_desc()
794 tx_info->nr_maps = shinfo->nr_frags + tx_info->linear; in mlx4_en_xmit()
795 data += tx_info->nr_maps - 1; in mlx4_en_xmit()
Dmlx4_en.h226 u8 nr_maps; member
/linux-4.1.27/net/ceph/
Dosd_client.c2062 u32 nr_maps, maplen; in ceph_osdc_handle_map() local
2084 ceph_decode_32_safe(&p, end, nr_maps, bad); in ceph_osdc_handle_map()
2085 dout(" %d inc maps\n", nr_maps); in ceph_osdc_handle_map()
2086 while (nr_maps > 0) { in ceph_osdc_handle_map()
2116 nr_maps--; in ceph_osdc_handle_map()
2122 ceph_decode_32_safe(&p, end, nr_maps, bad); in ceph_osdc_handle_map()
2123 dout(" %d full maps\n", nr_maps); in ceph_osdc_handle_map()
2124 while (nr_maps) { in ceph_osdc_handle_map()
2129 if (nr_maps > 1) { in ceph_osdc_handle_map()
2159 nr_maps--; in ceph_osdc_handle_map()
/linux-4.1.27/arch/s390/include/asm/
Dkvm_host.h539 atomic_t nr_maps; member
/linux-4.1.27/arch/s390/kvm/
Dinterrupt.c1811 atomic_set(&adapter->nr_maps, 0); in register_io_adapter()
1860 if (atomic_inc_return(&adapter->nr_maps) < MAX_S390_ADAPTER_MAPS) { in kvm_s390_adapter_map()
1887 atomic_dec(&adapter->nr_maps); in kvm_s390_adapter_unmap()