Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dthread_info.h119 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag) in test_and_clear_ti_thread_flag() function
147 test_and_clear_ti_thread_flag(current_thread_info(), flag)
/linux/arch/x86/xen/
H A Denlighten_pv.c441 if (test_and_clear_ti_thread_flag(task_thread_info(next), TIF_LAZY_MMU_UPDATES)) in xen_end_context_switch()