Searched refs:thread_flags (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dsignal.h27 int do_work_pending(struct pt_regs *regs, unsigned int thread_flags,
/linux-master/arch/openrisc/kernel/
H A Dsignal.c39 asmlinkage int do_work_pending(struct pt_regs *regs, unsigned int thread_flags,
298 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) argument
301 if (likely(thread_flags & _TIF_NEED_RESCHED)) {
307 if (thread_flags & (_TIF_SIGPENDING|_TIF_NOTIFY_SIGNAL)) {
323 thread_flags = read_thread_flags();
324 } while (thread_flags & _TIF_WORK_MASK);
/linux-master/kernel/irq/
H A Dhandle.c54 if (test_and_set_bit(IRQTF_WARNED, &action->thread_flags))
75 if (test_and_set_bit(IRQTF_RUNTHREAD, &action->thread_flags))
97 * set_bit(IRQTF_RUNTHREAD, &action->thread_flags);
113 * if (!test_bit(IRQTF_RUNTHREAD, &action->thread_flags))
H A Dmanage.c196 set_bit(IRQTF_AFFINITY, &action->thread_flags);
200 set_bit(IRQTF_AFFINITY, &action->secondary->thread_flags);
1065 if (!test_and_clear_bit(IRQTF_AFFINITY, &action->thread_flags))
1075 set_bit(IRQTF_AFFINITY, &action->thread_flags);
1111 &action->thread_flags)) {
1120 &action->thread_flags)) {
1169 if (test_bit(IRQTF_RUNTHREAD, &action->thread_flags))
1252 if (test_and_clear_bit(IRQTF_RUNTHREAD, &action->thread_flags))
1277 set_bit(IRQTF_READY, &action->thread_flags);
1293 test_bit(IRQTF_READY, &action->thread_flags));
[all...]
/linux-master/arch/arm64/kernel/
H A Dentry-common.c130 static void do_notify_resume(struct pt_regs *regs, unsigned long thread_flags) argument
135 if (thread_flags & _TIF_NEED_RESCHED)
138 if (thread_flags & _TIF_UPROBE)
141 if (thread_flags & _TIF_MTE_ASYNC_FAULT) {
147 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL))
150 if (thread_flags & _TIF_NOTIFY_RESUME)
153 if (thread_flags & _TIF_FOREIGN_FPSTATE)
157 thread_flags = read_thread_flags();
158 } while (thread_flags & _TIF_WORK_MASK);
/linux-master/arch/arm/kernel/
H A Dsignal.c602 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) argument
611 if (likely(thread_flags & _TIF_NEED_RESCHED)) {
617 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) {
628 } else if (thread_flags & _TIF_UPROBE) {
635 thread_flags = read_thread_flags();
636 } while (thread_flags & _TIF_WORK_MASK);
/linux-master/arch/alpha/kernel/
H A Dsignal.c523 do_work_pending(struct pt_regs *regs, unsigned long thread_flags, argument
527 if (thread_flags & _TIF_NEED_RESCHED) {
531 if (thread_flags & (_TIF_SIGPENDING|_TIF_NOTIFY_SIGNAL)) {
542 thread_flags = read_thread_flags();
543 } while (thread_flags & _TIF_WORK_MASK);
/linux-master/include/linux/
H A Dinterrupt.h117 * @thread_flags: flags related to @thread
131 unsigned long thread_flags; member in struct:irqaction

Completed in 146 milliseconds