Searched refs:local_flags (Results 1 – 4 of 4) sorted by relevance
124 if (current_thread_info()->local_flags & _TLF_RESTORE_SIGMASK) in do_signal()137 if (ti->local_flags & _TLF_RESTORE_SIGMASK) { in do_signal()138 ti->local_flags &= ~_TLF_RESTORE_SIGMASK; in do_signal()176 current_thread_info()->local_flags &= ~_TLF_RESTORE_SIGMASK; in do_signal()
508 current_thread_info()->local_flags |= _TLF_LAZY_MMU; in __switch_to()529 if (current_thread_info()->local_flags & _TLF_LAZY_MMU) { in __switch_to()530 current_thread_info()->local_flags &= ~_TLF_LAZY_MMU; in __switch_to()1230 ti->local_flags |= _TLF_RUNLATCH; in __ppc64_runlatch_on()1239 ti->local_flags &= ~_TLF_RUNLATCH; in __ppc64_runlatch_off()
122 DEFINE(TI_LOCAL_FLAGS, offsetof(struct thread_info, local_flags)); in main()
41 unsigned long local_flags; /* private flags for thread */ member156 ti->local_flags |= _TLF_RESTORE_SIGMASK; in set_restore_sigmask()163 return (ti->local_flags & flags) != 0; in test_thread_local_flags()