/openbsd/sys/arch/riscv64/include/ |
H A D | cpu.h | 200 #define aston(p) ((p)->p_md.md_astpending = 1) macro 201 #define setsoftast() aston(curcpu()->ci_curproc) 210 #define signotify(p) (aston(p), cpu_unidle((p)->p_cpu)) 230 #define need_proftick(p) aston(p)
|
/openbsd/sys/arch/alpha/include/ |
H A D | cpu.h | 339 aston((ci)->ci_curproc); \ 348 #define need_proftick(p) aston(p) 355 #define signotify(p) do { aston(p); cpu_unidle((p)->p_cpu); } while (0) 357 #define signotify(p) aston(p) 360 #define aston(p) ((p)->p_md.md_astpending = 1) macro
|
/openbsd/sys/arch/arm64/include/ |
H A D | cpu.h | 252 #define aston(p) ((p)->p_md.md_astpending = 1) macro 253 #define setsoftast() aston(curcpu()->ci_curproc) 262 #define signotify(p) (aston(p), cpu_unidle((p)->p_cpu)) 282 #define need_proftick(p) aston(p)
|
/openbsd/sys/arch/sh/include/ |
H A D | cpu.h | 129 #define need_proftick(p) aston(p) 135 #define signotify(p) aston(p) 137 #define aston(p) ((p)->p_md.md_astpending = 1) 138 #define aston( global() macro
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | cpu.h | 169 #define aston(p) ((p)->p_md.md_astpending = 1) macro 170 #define need_proftick(p) aston(p)
|
/openbsd/sys/arch/powerpc/include/ |
H A D | cpu.h | 185 #define aston(p) ((p)->p_md.md_astpending = 1) macro 195 aston(ci->ci_curproc); \ 199 #define need_proftick(p) aston(p)
|
/openbsd/sys/arch/sparc64/include/ |
H A D | cpu.h | 291 #define aston(p) ((p)->p_md.md_astpending = 1) 311 #define need_proftick(p) aston(p) 290 #define aston( global() macro
|
/openbsd/sys/arch/m88k/include/ |
H A D | cpu.h | 273 #define aston(p) ((p)->p_md.md_astpending = 1) macro 293 #define need_proftick(p) aston(p)
|
/openbsd/sys/arch/sh/sh/ |
H A D | cpu.c | 86 aston(ci->ci_curproc); in need_resched()
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | m88k_machdep.c | 284 aston(p); in signotify() 308 aston(ci->ci_curproc); in need_resched()
|
/openbsd/sys/arch/i386/include/ |
H A D | cpu.h | 271 #define aston(p) ((p)->p_md.md_astpending = 1) macro 299 #define need_proftick(p) aston(p)
|
/openbsd/sys/arch/amd64/include/ |
H A D | cpu.h | 359 #define aston(p) ((p)->p_md.md_astpending = 1) macro 379 #define need_proftick(p) aston(p)
|
/openbsd/sys/arch/mips64/include/ |
H A D | cpu.h | 304 #define need_proftick(p) aston(p) 312 #define aston(p) ((p)->p_md.md_astpending = 1) macro
|
/openbsd/sys/arch/mips64/mips64/ |
H A D | sendsig.c | 237 aston(p); in signotify()
|
H A D | cpu.c | 364 aston(ci->ci_curproc); in need_resched()
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | machdep.c | 709 aston(ci->ci_curproc); in need_resched() 1057 aston(p); in signotify()
|
/openbsd/sys/arch/macppc/macppc/ |
H A D | machdep.c | 811 aston(p); in signotify()
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | cpu.c | 727 aston(ci->ci_curproc); in need_resched()
|
H A D | machdep.c | 561 aston(p); in signotify()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | machdep.c | 857 aston(p); in signotify() 1919 aston(ci->ci_curproc); in need_resched()
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | machdep.c | 425 aston(ci->ci_curproc); in need_resched()
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | machdep.c | 481 aston(ci->ci_curproc); in need_resched()
|
/openbsd/sys/arch/i386/i386/ |
H A D | machdep.c | 2574 aston(p); in signotify() 3457 aston(ci->ci_curproc); in need_resched()
|