Searched refs:target_count (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-init.c | 71 for (i = 0; i < dev->dmi.target_count; i++) { in dm_setup_cleanup() 113 const unsigned int n = dev->dmi.target_count - 1; in dm_parse_table_entry() 168 if (++dev->dmi.target_count > DM_MAX_TARGETS) { in dm_parse_table() 170 dev->dmi.target_count, DM_MAX_TARGETS); in dm_parse_table()
|
| H A D | dm-ioctl.c | 852 param->target_count = 0; in __dev_status() 859 param->target_count = table->num_targets; in __dev_status() 873 param->target_count = table->num_targets; in __dev_status() 1350 param->target_count = num_targets; in retrieve_status() 1461 if (!param->target_count) { in populate_table() 1466 for (i = 0; i < param->target_count; i++) { in populate_table() 1526 r = dm_table_create(&t, get_mode(param), param->target_count, md); in table_load() 2271 if (!dmi->target_count) in dm_early_create() 2292 r = dm_table_create(&t, get_mode(dmi), dmi->target_count, md); in dm_early_create() 2297 for (i = 0; i < dmi->target_count; i++) { in dm_early_create()
|
| H A D | dm-cache-policy-smq.c | 267 unsigned int target_count[MAX_LEVELS]; member 280 q->target_count[i] = 0u; in q_init() 399 q->target_count[level] = in q_set_targets_subrange_() 439 target = q->target_count[level]; in q_redistribute()
|
| /linux/tools/testing/cxl/test/ |
| H A D | cxl.c | 689 int target_count; member 699 if (ctx->index > ctx->target_count) { in map_targets() 897 int target_count, i; in mock_cxl_enumerate_decoders() local 900 target_count = 0; in mock_cxl_enumerate_decoders() 902 target_count = NR_CXL_ROOT_PORTS; in mock_cxl_enumerate_decoders() 904 target_count = NR_CXL_SWITCH_PORTS; in mock_cxl_enumerate_decoders() 908 .target_count = target_count, in mock_cxl_enumerate_decoders() 913 if (target_count) { in mock_cxl_enumerate_decoders() 916 cxlsd = cxl_switch_decoder_alloc(port, target_count); in mock_cxl_enumerate_decoders() 940 if (target_count) { in mock_cxl_enumerate_decoders()
|
| /linux/drivers/misc/altera-stapl/ |
| H A D | altera-jtag.c | 395 u32 target_count, in altera_concatenate_data() argument 414 k = preamble_count + target_count; in altera_concatenate_data() 424 k = preamble_count + target_count + postamble_count; in altera_concatenate_data() 562 u32 target_count) in altera_extract_target_data() argument 573 k = start_index + target_count; in altera_extract_target_data()
|
| /linux/tools/testing/selftests/perf_events/ |
| H A D | sigtrap_threads.c | 219 const int target_count = NUM_THREADS * 3000; in TEST_F() local 226 while (__atomic_load_n(&ctx.signal_count, __ATOMIC_RELAXED) < target_count) { in TEST_F()
|
| /linux/include/uapi/linux/ |
| H A D | dm-ioctl.h | 125 __u32 target_count; /* in/out */ member
|
| /linux/drivers/cxl/core/ |
| H A D | hdm.c | 79 cxlhdm->target_count = in parse_hdm_decoder_caps() 1174 int rc, target_count = cxlhdm->target_count; in devm_cxl_enumerate_decoders() local 1191 cxlsd = cxl_switch_decoder_alloc(port, target_count); in devm_cxl_enumerate_decoders()
|