Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
H A Dcxl.c715 int target_count; member
725 if (ctx->index > ctx->target_count) { in map_targets()
1227 int target_count, i; in mock_cxl_enumerate_decoders() local
1231 target_count = 0; in mock_cxl_enumerate_decoders()
1233 target_count = NR_CXL_ROOT_PORTS; in mock_cxl_enumerate_decoders()
1235 target_count = NR_CXL_SWITCH_PORTS; in mock_cxl_enumerate_decoders()
1239 .target_count = target_count, in mock_cxl_enumerate_decoders()
1244 if (target_count) { in mock_cxl_enumerate_decoders()
1247 cxlsd = cxl_switch_decoder_alloc(port, target_count); in mock_cxl_enumerate_decoders()
1269 if (target_count && !restored) { in mock_cxl_enumerate_decoders()
/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()
/linux/drivers/md/
H A Ddm-cache-policy-smq.c267 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()