Searched refs:newmap (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | pio.c | 1880 struct pio_vl_map *oldmap, *newmap; in pio_map_init() local 1896 newmap = kzalloc(sizeof(*newmap) + in pio_map_init() 1900 if (!newmap) in pio_map_init() 1902 newmap->actual_vls = num_vls; in pio_map_init() 1904 newmap->mask = (1 << ilog2(newmap->vls)) - 1; in pio_map_init() 1909 if (i < newmap->actual_vls) { in pio_map_init() 1913 newmap->map[i] = kzalloc(sizeof(*newmap->map[i]) + in pio_map_init() 1917 if (!newmap->map[i]) in pio_map_init() 1926 newmap->map[i]->ksc[j] = in pio_map_init() 1937 newmap->map[i] = newmap->map[i % num_vls]; in pio_map_init() [all …]
|
A D | sdma.c | 1181 newmap = kzalloc( in sdma_map_init() 1186 if (!newmap) in sdma_map_init() 1188 newmap->actual_vls = num_vls; in sdma_map_init() 1190 newmap->mask = (1 << ilog2(newmap->vls)) - 1; in sdma_map_init() 1193 newmap->engine_to_vl[i] = -1; in sdma_map_init() 1198 if (i < newmap->actual_vls) { in sdma_map_init() 1202 newmap->map[i] = kzalloc( in sdma_map_init() 1206 if (!newmap->map[i]) in sdma_map_init() 1211 newmap->map[i]->sde[j] = in sdma_map_init() 1222 newmap->map[i] = newmap->map[i % num_vls]; in sdma_map_init() [all …]
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | ap_bus.c | 1121 unsigned long *newmap) in ap_parse_bitmap_str() argument 1128 memcpy(newmap, bitmap, size); in ap_parse_bitmap_str() 1129 rc = modify_bitmap(str, newmap, bits); in ap_parse_bitmap_str() 1131 memset(newmap, 0, size); in ap_parse_bitmap_str() 1132 rc = hex2bitmap(str, newmap, bits); in ap_parse_bitmap_str() 1141 unsigned long *newmap, size; in ap_parse_mask_str() local 1149 newmap = kmalloc(size, GFP_KERNEL); in ap_parse_mask_str() 1150 if (!newmap) in ap_parse_mask_str() 1153 kfree(newmap); in ap_parse_mask_str() 1158 memcpy(bitmap, newmap, size); in ap_parse_mask_str() [all …]
|
/linux-6.3-rc2/fs/ceph/ |
A D | mds_client.c | 4337 struct ceph_mdsmap *newmap, in check_new_map() argument 4346 newmap->m_epoch, oldmap->m_epoch); in check_new_map() 4348 if (newmap->m_info) { in check_new_map() 4369 if (i >= newmap->possible_max_rank) { in check_new_map() 4389 ceph_mdsmap_get_addr(newmap, i), in check_new_map() 4480 if (!ceph_mdsmap_is_laggy(newmap, i)) in check_new_map() 5252 struct ceph_mdsmap *newmap, *oldmap; in ceph_mdsc_handle_mdsmap() local 5274 if (IS_ERR(newmap)) { in ceph_mdsc_handle_mdsmap() 5275 err = PTR_ERR(newmap); in ceph_mdsc_handle_mdsmap() 5282 mdsc->mdsmap = newmap; in ceph_mdsc_handle_mdsmap() [all …]
|
/linux-6.3-rc2/drivers/scsi/megaraid/ |
A D | megaraid_sas_base.c | 2555 newmap = new_affiliation->map; in megasas_get_ld_vf_affiliation_12() 2562 if (newmap->ref.targetId == in megasas_get_ld_vf_affiliation_12() 2565 if (newmap->policy[thisVf] != in megasas_get_ld_vf_affiliation_12() 2580 newmap = (struct MR_LD_VF_MAP *) in megasas_get_ld_vf_affiliation_12() 2581 ((unsigned char *)newmap + newmap->size); in megasas_get_ld_vf_affiliation_12() 2584 newmap = new_affiliation->map; in megasas_get_ld_vf_affiliation_12() 2591 newmap->ref.targetId) { in megasas_get_ld_vf_affiliation_12() 2594 newmap->policy[thisVf]) { in megasas_get_ld_vf_affiliation_12() 2599 newmap = (struct MR_LD_VF_MAP *) in megasas_get_ld_vf_affiliation_12() 2600 ((unsigned char *)newmap + in megasas_get_ld_vf_affiliation_12() [all …]
|
/linux-6.3-rc2/net/ceph/ |
A D | osd_client.c | 3937 struct ceph_osdmap *newmap; in handle_one_map() local 3946 newmap = osdmap_apply_incremental(&p, end, in handle_one_map() 3950 newmap = ceph_osdmap_decode(&p, end, ceph_msgr2(osdc->client)); in handle_one_map() 3951 if (IS_ERR(newmap)) in handle_one_map() 3952 return PTR_ERR(newmap); in handle_one_map() 3954 if (newmap != osdc->osdmap) { in handle_one_map() 3960 for (n = rb_first(&newmap->pg_pools); n; n = rb_next(n)) { in handle_one_map() 3973 osdc->osdmap->epoch + 1 < newmap->epoch) { in handle_one_map() 3979 osdc->osdmap = newmap; in handle_one_map()
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | spkguide.txt | 940 file name, perhaps newmap.map. Then exit your editor and return to the 944 Assuming that you saved your new keymap as the file newmap.map, you 947 /usr/src/linux-<version_number>/drivers/char/speakup/genmap newmap.map
|
Completed in 44 milliseconds