Home
last modified time | relevance | path

Searched refs:setsoftast (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/arm/include/
H A Dcpu.h365 #define setsoftast(ci) (cpu_signotify((ci)->ci_onproc)) macro
373 setsoftast(lwp_getcpu(l)))
/netbsd-src/sys/arch/hppa/include/
H A Dcpu.h267 #define cpu_signotify(l) (setsoftast(l))
268 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, setsoftast(l))
H A Dintr.h183 #define setsoftast(l) ((l)->l_md.md_astpending = 1) macro
/netbsd-src/sys/arch/aarch64/include/
H A Dcpu.h219 #define setsoftast(ci) (cpu_signotify((ci)->ci_onproc))
197 #define setsoftast( global() macro
/netbsd-src/sys/arch/hppa/hppa/
H A Dhppa_machdep.c305 setsoftast(l); in cpu_need_resched()
/netbsd-src/sys/arch/arm/pic/
H A Dpic.c125 setsoftast(curcpu()); in pic_ipi_ast()