Home
last modified time | relevance | path

Searched refs:test_rs (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/tests/workloads/
H A Dcode_with_type.c9 extern void test_rs(uint count);
39 test_rs(num_loops); in code_with_type()
H A Dcode_with_type.rs12 pub extern "C" fn test_rs(count: u32) { in test_rs() function