Searched refs:local_flags (Results 1 – 3 of 3) sorted by relevance
60 unsigned long local_flags; /* private flags for thread */ member170 ti->local_flags &= ~flags; in clear_thread_local_flags()176 return (ti->local_flags & flags) != 0; in test_thread_local_flags()
1296 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()1379 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()1380 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()2414 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()2422 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
174 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); in main()
Completed in 9 milliseconds