Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kernel/
Dprocess.c179 thread_notify(THREAD_NOTIFY_EXIT, current_thread_info()); in exit_thread()
195 thread_notify(THREAD_NOTIFY_FLUSH, thread); in flush_thread()
233 thread_notify(THREAD_NOTIFY_COPY, thread); in copy_thread()
/linux-4.1.27/arch/arm/include/asm/
Dthread_notify.h32 static inline void thread_notify(unsigned long rc, struct thread_info *thread) in thread_notify() function