Searched refs:thread_flags (Results 1 – 9 of 9) sorted by relevance
/linux/arch/openrisc/kernel/ |
A D | signal.c | 291 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) in do_work_pending() argument 294 if (likely(thread_flags & _TIF_NEED_RESCHED)) { in do_work_pending() 300 if (thread_flags & (_TIF_SIGPENDING|_TIF_NOTIFY_SIGNAL)) { in do_work_pending() 316 thread_flags = current_thread_info()->flags; in do_work_pending() 317 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
/linux/arch/arm64/kernel/ |
A D | signal.c | 920 void do_notify_resume(struct pt_regs *regs, unsigned long thread_flags) in do_notify_resume() argument 923 if (thread_flags & _TIF_NEED_RESCHED) { in do_notify_resume() 931 if (thread_flags & _TIF_UPROBE) in do_notify_resume() 934 if (thread_flags & _TIF_MTE_ASYNC_FAULT) { in do_notify_resume() 940 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume() 943 if (thread_flags & _TIF_NOTIFY_RESUME) in do_notify_resume() 946 if (thread_flags & _TIF_FOREIGN_FPSTATE) in do_notify_resume() 951 thread_flags = READ_ONCE(current_thread_info()->flags); in do_notify_resume() 952 } while (thread_flags & _TIF_WORK_MASK); in do_notify_resume()
|
/linux/arch/arm/kernel/ |
A D | signal.c | 601 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) in do_work_pending() argument 610 if (likely(thread_flags & _TIF_NEED_RESCHED)) { in do_work_pending() 616 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_work_pending() 627 } else if (thread_flags & _TIF_UPROBE) { in do_work_pending() 634 thread_flags = current_thread_info()->flags; in do_work_pending() 635 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
/linux/kernel/irq/ |
A D | handle.c | 54 if (test_and_set_bit(IRQTF_WARNED, &action->thread_flags)) in warn_no_thread() 75 if (test_and_set_bit(IRQTF_RUNTHREAD, &action->thread_flags)) in __irq_wake_thread()
|
A D | manage.c | 194 set_bit(IRQTF_AFFINITY, &action->thread_flags); in irq_set_thread_affinity() 1045 &action->thread_flags)) { in irq_wait_for_interrupt() 1054 &action->thread_flags)) { in irq_wait_for_interrupt() 1103 if (test_bit(IRQTF_RUNTHREAD, &action->thread_flags)) in irq_finalize_oneshot() 1127 if (!test_and_clear_bit(IRQTF_AFFINITY, &action->thread_flags)) in irq_thread_check_affinity() 1135 set_bit(IRQTF_AFFINITY, &action->thread_flags); in irq_thread_check_affinity() 1232 if (test_and_clear_bit(IRQTF_RUNTHREAD, &action->thread_flags)) in irq_thread_dtor() 1265 &action->thread_flags)) in irq_thread() 1357 set_bit(IRQTF_FORCED_THREAD, &new->thread_flags); in irq_setup_forced_threading() 1444 set_bit(IRQTF_AFFINITY, &new->thread_flags); in setup_irq_thread()
|
/linux/arch/alpha/kernel/ |
A D | signal.c | 522 do_work_pending(struct pt_regs *regs, unsigned long thread_flags, in do_work_pending() argument 526 if (thread_flags & _TIF_NEED_RESCHED) { in do_work_pending() 530 if (thread_flags & (_TIF_SIGPENDING|_TIF_NOTIFY_SIGNAL)) { in do_work_pending() 538 thread_flags = current_thread_info()->flags; in do_work_pending() 539 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
/linux/arch/nds32/kernel/ |
A D | signal.c | 377 do_notify_resume(struct pt_regs *regs, unsigned int thread_flags) in do_notify_resume() argument 379 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume() 382 if (thread_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
|
/linux/arch/arm64/include/asm/ |
A D | exception.h | 76 void do_notify_resume(struct pt_regs *regs, unsigned long thread_flags);
|
/linux/include/linux/ |
A D | interrupt.h | 128 unsigned long thread_flags; member
|
Completed in 16 milliseconds