Home
last modified time | relevance | path

Searched refs:target_count (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/cxl/test/
H A Dcxl.c715 int target_count; in mock_decoder_commit()
725 if (ctx->index > ctx->target_count) { in mock_decoder_commit()
1227 int target_count, i; in cxl_single_topo_init()
1231 target_count = 0; in cxl_single_topo_init()
1233 target_count = NR_CXL_ROOT_PORTS; in cxl_single_topo_init()
1235 target_count = NR_CXL_SWITCH_PORTS; in cxl_single_topo_init()
1239 .target_count = target_count, in cxl_single_topo_init()
1244 if (target_count) { in cxl_single_topo_init()
1247 cxlsd = cxl_switch_decoder_alloc(port, target_count); in cxl_single_topo_init()
689 int target_count; global() member
897 int target_count, i; mock_cxl_enumerate_decoders() local
[all...]
/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c395 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 Dsigtrap_threads.c219 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 Ddm-ioctl.h125 __u32 target_count; /* in/out */ member
/linux/drivers/cxl/core/
H A Dhdm.c79 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()