Lines Matching refs:alt_options
172 int thread_ops(uint32_t num_iterations, uint32_t start_options, uint32_t alt_options) in thread_ops() argument
191 ((alt_options & K_USER) == 0)) { in thread_ops()
195 if ((alt_options & K_USER) == K_USER) { in thread_ops()
226 priority - 1, alt_options, K_FOREVER); in thread_ops()
244 cycles -= timestamp_overhead_adjustment(start_options, alt_options); in thread_ops()
253 (alt_options & K_USER) != 0 ? "user" : "kernel", in thread_ops()
263 cycles -= timestamp_overhead_adjustment(start_options, alt_options); in thread_ops()
268 (alt_options & K_USER) != 0 ? "user" : "kernel", in thread_ops()
277 cycles -= timestamp_overhead_adjustment(start_options, alt_options); in thread_ops()
282 (alt_options & K_USER) != 0 ? "user" : "kernel", in thread_ops()
291 cycles -= timestamp_overhead_adjustment(start_options, alt_options); in thread_ops()
296 (alt_options & K_USER) != 0 ? "user" : "kernel", in thread_ops()
305 cycles -= timestamp_overhead_adjustment(start_options, alt_options); in thread_ops()
310 (alt_options & K_USER) != 0 ? "user" : "kernel", in thread_ops()