Searched refs:flush_mask (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dlinux-nat.c1465 sigset_t *flush_mask = data;
1476 if (flush_mask && sigismember (flush_mask, WSTOPSIG (status)))
1492 return stop_wait_callback (lp, flush_mask);
1603 linux_nat_has_pending (int pid, sigset_t *pending, sigset_t *flush_mask)
1610 if (!flush_mask)
1615 if (!sigismember (flush_mask, i)
1634 sigset_t *flush_mask = data;
1656 if (WIFSTOPPED (lp->status) && sigismember (flush_mask, WSTOPSIG (lp->status)))
1668 && linux_nat_has_pending (GET_LWP (lp->ptid), &pending, flush_mask))
1457 sigset_t *flush_mask = data; local
1595 linux_nat_has_pending(int pid, sigset_t *pending, sigset_t *flush_mask) argument
1626 sigset_t *flush_mask = data; local
1879 sigset_t flush_mask; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dlinux-nat.c1465 sigset_t *flush_mask = data;
1476 if (flush_mask && sigismember (flush_mask, WSTOPSIG (status)))
1492 return stop_wait_callback (lp, flush_mask);
1603 linux_nat_has_pending (int pid, sigset_t *pending, sigset_t *flush_mask)
1610 if (!flush_mask)
1615 if (!sigismember (flush_mask, i)
1634 sigset_t *flush_mask = data;
1656 if (WIFSTOPPED (lp->status) && sigismember (flush_mask, WSTOPSIG (lp->status)))
1668 && linux_nat_has_pending (GET_LWP (lp->ptid), &pending, flush_mask))
1457 sigset_t *flush_mask = data; local
1595 linux_nat_has_pending(int pid, sigset_t *pending, sigset_t *flush_mask) argument
1626 sigset_t *flush_mask = data; local
1879 sigset_t flush_mask; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dlinux-nat.c1465 sigset_t *flush_mask = data;
1476 if (flush_mask && sigismember (flush_mask, WSTOPSIG (status)))
1492 return stop_wait_callback (lp, flush_mask);
1603 linux_nat_has_pending (int pid, sigset_t *pending, sigset_t *flush_mask)
1610 if (!flush_mask)
1615 if (!sigismember (flush_mask, i)
1634 sigset_t *flush_mask = data;
1656 if (WIFSTOPPED (lp->status) && sigismember (flush_mask, WSTOPSIG (lp->status)))
1668 && linux_nat_has_pending (GET_LWP (lp->ptid), &pending, flush_mask))
1457 sigset_t *flush_mask = data; local
1595 linux_nat_has_pending(int pid, sigset_t *pending, sigset_t *flush_mask) argument
1626 sigset_t *flush_mask = data; local
1879 sigset_t flush_mask; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dtlb_uv.c562 * The flush_mask contains the cpus the broadcast is to be sent to including
570 struct cpumask *flush_mask, struct bau_control *bcp)
707 struct cpumask *flush_mask; local
742 flush_mask = (struct cpumask *)per_cpu(uv_flush_tlb_mask, cpu);
744 cpumask_andnot(flush_mask, cpumask, cpumask_of(cpu));
753 for_each_cpu(tcpu, flush_mask) {
795 if (!uv_flush_send_and_wait(bau_desc, flush_mask, bcp))
569 uv_flush_send_and_wait(struct bau_desc *bau_desc, struct cpumask *flush_mask, struct bau_control *bcp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dtlb_uv.c562 * The flush_mask contains the cpus the broadcast is to be sent to including
570 struct cpumask *flush_mask, struct bau_control *bcp)
707 struct cpumask *flush_mask; local
742 flush_mask = (struct cpumask *)per_cpu(uv_flush_tlb_mask, cpu);
744 cpumask_andnot(flush_mask, cpumask, cpumask_of(cpu));
753 for_each_cpu(tcpu, flush_mask) {
795 if (!uv_flush_send_and_wait(bau_desc, flush_mask, bcp))
569 uv_flush_send_and_wait(struct bau_desc *bau_desc, struct cpumask *flush_mask, struct bau_control *bcp) argument

Completed in 86 milliseconds