Searched refs:target_count (Results 1 – 7 of 7) sorted by relevance
| /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/tools/testing/cxl/test/ |
| H A D | cxl.c | 746 int target_count; member 756 if (ctx->index > ctx->target_count) { in map_targets() 1389 int target_count, i; in mock_cxl_enumerate_decoders() local 1393 target_count = 0; in mock_cxl_enumerate_decoders() 1395 target_count = NR_CXL_ROOT_PORTS; in mock_cxl_enumerate_decoders() 1397 target_count = NR_CXL_SWITCH_PORTS; in mock_cxl_enumerate_decoders() 1401 .target_count = target_count, in mock_cxl_enumerate_decoders() 1406 if (target_count) { in mock_cxl_enumerate_decoders() 1409 cxlsd = cxl_switch_decoder_alloc(port, target_count); in mock_cxl_enumerate_decoders() 1431 if (target_count && !restored) { in mock_cxl_enumerate_decoders()
|
| /linux/drivers/md/ |
| H A D | dm-ioctl.c | 932 param->target_count = 0; in __dev_status() 939 param->target_count = table->num_targets; in __dev_status() 953 param->target_count = table->num_targets; in __dev_status() 1454 param->target_count = num_targets; in retrieve_status() 1565 if (!param->target_count) { in populate_table() 1570 for (i = 0; i < param->target_count; i++) { in populate_table() 1631 r = dm_table_create(&t, get_mode(param), param->target_count, md); in table_load() 2385 if (!dmi->target_count) in dm_early_create() 2406 r = dm_table_create(&t, get_mode(dmi), dmi->target_count, md); in dm_early_create() 2411 for (i = 0; i < dmi->target_count; i++) { in dm_early_create()
|
| /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() 1167 int rc, target_count = cxlhdm->target_count; in devm_cxl_enumerate_decoders() local 1184 cxlsd = cxl_switch_decoder_alloc(port, target_count); in devm_cxl_enumerate_decoders()
|
| /linux/drivers/cxl/ |
| H A D | cxlmem.h | 865 unsigned int target_count; member
|