Searched refs:nr_maps (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_pnfs.h | 8 int xfs_fs_commit_blocks(struct inode *inode, struct iomap *maps, int nr_maps,
|
D | xfs_pnfs.c | 252 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/ |
D | en_tx.c | 284 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()
|
D | mlx4_en.h | 226 u8 nr_maps; member
|
/linux-4.1.27/net/ceph/ |
D | osd_client.c | 2062 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/ |
D | kvm_host.h | 539 atomic_t nr_maps; member
|
/linux-4.1.27/arch/s390/kvm/ |
D | interrupt.c | 1811 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()
|