OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ras_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_ras.c
96
for (rp = p->p_raslist; rp != NULL; rp = rp->
ras_next
) {
119
for (rp = p1->p_raslist; rp != NULL; rp = rp->
ras_next
) {
123
nrp->
ras_next
= p2->p_raslist;
151
nrp = rp->
ras_next
;
193
for (rp = p->p_raslist; rp != NULL; rp = rp->
ras_next
) {
204
newrp->
ras_next
= p->p_raslist;
230
for (rp = *link; rp != NULL; link = &rp->
ras_next
, rp = *link) {
236
*link = rp->
ras_next
;
/src/sys/sys/
ras.h
40
struct ras *
ras_next
;
member in struct:ras
Completed in 100 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026