Searched refs:aston (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sun68k/include/
H A Dcpu.h129 #define aston() (astpending = 1) macro
136 do { ci->ci_want_resched = 1; aston(); } while (/* CONSTCOND */0)
143 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, aston())
149 #define cpu_signotify(l) aston()
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/include/
H A Dcpu.h83 #define cpu_need_resched(ci,flags) { ci->ci_want_resched = 1; aston(); }
90 #define cpu_need_proftick(l) { (l)->l_pflag |= LP_OWEUPC; aston(); }
96 #define cpu_signotify(l) aston()
98 #define aston() (astpending = 1) macro
/netbsd-6-1-5-RELEASE/sys/arch/cesfic/include/
H A Dcpu.h83 do { ci->ci_want_resched = 1; aston(); } while (/* CONSTCOND */0)
91 do { (l)->l_pflag |= LP_OWEUPC; aston(); } while (/* CONSTCOND */0)
97 #define cpu_signotify(l) aston()
100 #define aston() (astpending++) macro
/netbsd-6-1-5-RELEASE/sys/arch/x68k/include/
H A Dcpu.h92 do { (ci)->ci_want_resched = 1; aston(); } while (/* CONSTCOND */ 0)
100 do { (l)->l_pflag |= LP_OWEUPC; aston(); } while (/* CONSTCOND */ 0)
106 #define cpu_signotify(l) aston()
109 #define aston() (astpending++) macro
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/include/
H A Dcpu.h90 do { ci->ci_want_resched++; aston(); } while (/* CONSTCOND */0)
98 do { (l)->l_pflag |= LP_OWEUPC; aston(); } while (/* CONSTCOND */0)
104 #define cpu_signotify(l) aston()
107 #define aston() (astpending++) macro
/netbsd-6-1-5-RELEASE/sys/arch/news68k/include/
H A Dcpu.h108 do { ci->ci_want_resched = 1; aston(); } while (/* CONSTCOND */0)
116 do { (l)->l_pflag |= LP_OWEUPC; aston(); } while (/* CONSTCOND */0)
122 #define cpu_signotify(l) aston()
126 #define aston() \ macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dcpu.h106 aston(curlwp); \
117 aston(l); \
124 #define cpu_signotify(l) aston(l)
126 #define aston(l) ((l)->l_md.md_astpending = 1) macro
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Dcpu.h102 #define cpu_need_resched(ci, v) { ci->ci_want_resched++; aston(); }
109 #define cpu_need_proftick(l) ( (l)->l_pflag |= LP_OWEUPC, aston() )
115 #define cpu_signotify(l) aston()
118 #define aston() (astpending++) macro
/netbsd-6-1-5-RELEASE/sys/arch/hp300/include/
H A Dcpu.h92 do { ci->ci_want_resched = 1; aston(); } while (/* CONSTCOND */0)
100 do { (l)->l_pflag |= LP_OWEUPC; aston(); } while (/* CONSTCOND */0)
106 #define cpu_signotify(l) aston()
109 #define aston() (astpending++) macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dcpu.h213 aston(l); \
220 #define cpu_signotify(l) aston(l)
228 #define aston(l) ((l)->l_md.md_astpending = 1) macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dcpu.h135 #define aston(l) ((l)->l_md.md_astpending = 1) macro
163 #define cpu_signotify(l) aston(l)
/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Dcpu.h48 #define aston(ci) (astpending++) macro
/netbsd-6-1-5-RELEASE/sys/arch/next68k/include/
H A Dcpu.h94 do { ci->ci_want_resched = 1; aston(); } while (/* CONSTCOND */0)
101 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, aston())
107 #define cpu_signotify(l) aston()
109 #define aston() (astpending++) macro
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dx86_machdep.c235 aston(l, X86_AST_PREEMPT);
249 aston(l, X86_AST_GENERIC);
262 aston(l, X86_AST_GENERIC);
299 aston(l, X86_AST_PREEMPT); /* paranoid */
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dipifuncs.c263 aston(ci->ci_curlwp);
H A Dmachdep.c1888 aston(ci->ci_data.cpu_onproc);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/amd64/
H A Ddtrace_subr.c193 aston(curthread);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/i386/
H A Ddtrace_subr.c195 aston(curthread);
/netbsd-6-1-5-RELEASE/sys/arch/usermode/dev/
H A Dcpu.c182 aston(ci);
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dcpu.h316 #define aston(l, why) ((l)->l_md.md_astpending |= (why)) macro
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c243 aston(t);
H A Ddtrace.c5743 aston(curthread);
5762 aston(curthread);

Completed in 301 milliseconds