Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dcommon.c335 pthread_t user_thread; in hist_main_loop()
350 retval = pthread_create(&user_thread, NULL, timerlat_u_dispatcher, &params->user); in hist_main_loop()
178 pthread_t user_thread; run_tool() local
/linux/kernel/trace/
H A Dring_buffer.c2252 bool user_thread = current->mm != NULL; in __rb_allocate_pages()
2276 if (user_thread) in __rb_allocate_pages()
2330 if (user_thread && fatal_signal_pending(current)) in rb_allocate_pages()
2333 if (user_thread) in rb_allocate_pages()
2343 if (user_thread) in rb_allocate_pages()
2247 bool user_thread = current->mm != NULL; __rb_allocate_pages() local