Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dirq-entry-common.h19 #ifndef _TIF_PATCH_PENDING
20 # define _TIF_PATCH_PENDING (0) macro
33 _TIF_PATCH_PENDING | _TIF_NOTIFY_SIGNAL | _TIF_RSEQ | \
/linux/arch/powerpc/kernel/
H A Dsignal.c300 if (thread_info_flags & _TIF_PATCH_PENDING) in do_notify_resume()