Lines Matching refs:K_USER
91 K_USER : 0, K_FOREVER); in start_thread_entry()
190 if (((start_options & K_USER) == K_USER) && in thread_ops()
191 ((alt_options & K_USER) == 0)) { in thread_ops()
195 if ((alt_options & K_USER) == K_USER) { in thread_ops()
206 if ((start_options & K_USER) == K_USER) { in thread_ops()
253 (alt_options & K_USER) != 0 ? "user" : "kernel", in thread_ops()
254 (start_options & K_USER) != 0 ? "user" : "kernel"); in thread_ops()
268 (alt_options & K_USER) != 0 ? "user" : "kernel", in thread_ops()
269 (start_options & K_USER) != 0 ? "user" : "kernel"); in thread_ops()
282 (alt_options & K_USER) != 0 ? "user" : "kernel", in thread_ops()
283 (start_options & K_USER) != 0 ? "user" : "kernel"); in thread_ops()
296 (alt_options & K_USER) != 0 ? "user" : "kernel", in thread_ops()
297 (start_options & K_USER) != 0 ? "user" : "kernel"); in thread_ops()
310 (alt_options & K_USER) != 0 ? "user" : "kernel", in thread_ops()
311 (start_options & K_USER) != 0 ? "user" : "kernel"); in thread_ops()