OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_switchto
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
kern_softint.c
835
l->
l_switchto
= pinned;
862
if (l->
l_switchto
== NULL) {
868
l->
l_switchto
= NULL;
kern_synch.c
642
if (l->
l_switchto
!= NULL) {
649
newl = l->
l_switchto
;
650
l->
l_switchto
= NULL;
/src/sys/arch/x86/x86/
fpu.c
521
while ((l->l_pflag & LP_INTR) && (l->
l_switchto
!= NULL))
522
l = l->
l_switchto
;
/src/sys/sys/
lwp.h
188
struct lwp *
l_switchto
; /* !: mi_switch: switch to this LWP */
member in struct:lwp
Completed in 13 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025