Home
last modified time | relevance | path

Searched refs:target_map (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/cxl/core/
A Dbus.c457 struct cxl_port *port, int *target_map) in decoder_populate_targets() argument
461 if (!target_map) in decoder_populate_targets()
471 struct cxl_dport *dport = find_dport(port, target_map[i]); in decoder_populate_targets()
526 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add() argument
542 rc = decoder_populate_targets(cxld, port, target_map); in cxl_decoder_add()
/linux/drivers/cxl/
A Dacpi.c80 int target_map[CXL_DECODER_MAX_INTERLEAVE]; in cxl_add_cfmws_decoders() local
119 target_map[i] = cfmws->interleave_targets[i]; in cxl_add_cfmws_decoders()
136 rc = cxl_decoder_add(cxld, target_map); in cxl_add_cfmws_decoders()
A Dcxl.h277 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map);
/linux/drivers/scsi/
A Dmvumi.h509 unsigned char *target_map; member
A Dmvumi.c774 if (!(mhba->target_map[device_id / bitcount] & in mvumi_flush_cache()
1027 mhba->target_map = virmem; in mvumi_init_data()
2012 mhba->target_map[sdev->id / bitcount] |= (1 << (sdev->id % bitcount)); in mvumi_slave_configure()
/linux/fs/f2fs/
A Dsegment.c2716 unsigned long *target_map = SIT_I(sbi)->tmp_map; in __next_free_blkoff() local
2722 target_map[i] = ckpt_map[i] | cur_map[i]; in __next_free_blkoff()
2724 return __find_rev_next_zero_bit(target_map, sbi->blocks_per_seg, start); in __next_free_blkoff()

Completed in 25 milliseconds