Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dsignal.c124 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()
/arch/powerpc/include/asm/
Dthread_info.h147 #define _TLF_RESTORE_SIGMASK (1 << TLF_RESTORE_SIGMASK) macro
156 ti->local_flags |= _TLF_RESTORE_SIGMASK; in set_restore_sigmask()