Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.121.3/osfmk/kperf/
H A Dkperf.c135 int pairs = 0; in kperf_kernel_configure() local
155 pairs += 1; in kperf_kernel_configure()
156 kperf_action_set_count(pairs); in kperf_kernel_configure()
157 kptimer_set_count(pairs); in kperf_kernel_configure()
166 kperf_action_set_samplers(pairs, action_samplers); in kperf_kernel_configure()
182 kptimer_set_period(pairs - 1, timer_period); in kperf_kernel_configure()
183 kptimer_set_action(pairs - 1, pairs); in kperf_kernel_configure()
186 kptimer_set_pet_timerid(pairs - 1); in kperf_kernel_configure()
/xnu-8020.121.3/tests/vm/
H A Dperf_madvise.lua59 for k, v in pairs(field) do
H A Dfault_throughput.lua102 for k, v in pairs(field) do
/xnu-8020.121.3/libkern/c++/
H A DOSUnserialize.y181 | '{' pairs '}' { $$ = $2; }
184 pairs: pair
185 | pairs pair { $2->next = $1; $1->prev = $2; $$ = $2; }
H A DOSUnserializeXML.y316 | '{' pairs '}' { $$ = $1;
322 pairs: pair
323 | pairs pair { $$ = $2;
/xnu-8020.121.3/tests/counter/
H A Dbenchmark.lua90 for k, v in pairs(field) do
/xnu-8020.121.3/tools/trace/
H A Dkqtrace.lua65 for name, bit in pairs(strings) do
/xnu-8020.121.3/osfmk/mach/
H A Dmach_host.defs276 * <key, previous-voucher> pairs of resource attributes.