Searched refs:ci_onproc (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/sys/arch/usermode/include/
H A Dcpu.h61 lwp_t *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/rump/include/machine/
H A Dcpu.h47 struct lwp *ci_onproc; member in struct:cpu_info
/netbsd-current/sys/arch/powerpc/pic/
H A Dipi.c80 ci->ci_onproc->l_md.md_astpending = 1;
/netbsd-current/sys/arch/or1k/include/
H A Dcpu.h55 struct lwp *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/arch/aarch64/include/
H A Dcpu.h119 struct lwp *ci_onproc; member in struct:cpu_info
197 #define setsoftast(ci) (cpu_signotify((ci)->ci_onproc))
/netbsd-current/sys/arch/ia64/include/
H A Dcpu.h93 struct lwp *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/arch/mips/mips/
H A Dipifuncs.c79 ci->ci_onproc->l_md.md_astpending = 1;
/netbsd-current/sys/arch/sh3/include/
H A Dcpu.h63 struct lwp *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/arch/riscv/riscv/
H A Dipifuncs.c71 ci->ci_onproc->l_md.md_astpending = 1;
/netbsd-current/sys/arch/m68k/include/
H A Dcpu.h126 struct lwp *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/kern/
H A Dkern_idle.c125 ci->ci_onproc = l;
H A Dkern_clock.c311 l = ci->ci_onproc;
434 l = ci->ci_onproc;
H A Dkern_cpu.c167 ci->ci_onproc = curlwp;
169 ci->ci_onproc = ci->ci_data.cpu_idlelwp;
H A Dsched_4bsd.c116 l = ci->ci_onproc;
/netbsd-current/sys/arch/alpha/include/
H A Dcpu.h110 struct lwp *ci_onproc; /* [MI] current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/arch/alpha/alpha/
H A Dipifuncs.c268 if (ci->ci_onproc != ci->ci_data.cpu_idlelwp)
269 aston(ci->ci_onproc);
/netbsd-current/sys/arch/arm/include/
H A Dcpu.h210 lwp_t * ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
365 #define setsoftast(ci) (cpu_signotify((ci)->ci_onproc))
/netbsd-current/sys/arch/x86/x86/
H A Dipi.c219 aston(ci->ci_onproc);
/netbsd-current/sys/arch/mips/include/
H A Dcpu.h102 struct lwp *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/arch/vax/include/
H A Dcpu.h137 struct lwp *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/arch/riscv/include/
H A Dcpu.h57 struct lwp *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/rump/librump/rumpkern/
H A Dscheduler.c391 ci->ci_curlwp = ci->ci_onproc = l;
463 ci->ci_curlwp = ci->ci_onproc = NULL;
/netbsd-current/sys/arch/hppa/include/
H A Dcpu.h311 struct lwp *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/arch/sparc/include/
H A Dcpu.h242 struct lwp *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info
/netbsd-current/sys/arch/sparc64/include/
H A Dcpu.h128 struct lwp *ci_onproc; /* current user LWP / kthread */ member in struct:cpu_info

Completed in 290 milliseconds

12