OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cq_prev_l
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
callout.h
87
#define
cq_prev_l
cq_prev.list
macro
/src/sys/kern/
kern_timeout.c
138
(list)->
cq_prev_l
= (list); \
145
(list)->
cq_prev_l
->cq_next_l = (elem); \
146
(list)->
cq_prev_l
= (elem); \
152
(fst)->
cq_prev_l
->cq_next_l = (snd)->cq_next_l; \
153
(snd)->cq_next_l->
cq_prev_l
= (fst)->
cq_prev_l
; \
154
(snd)->
cq_prev_l
->cq_next_l = (fst); \
155
(fst)->
cq_prev_l
= (snd)->
cq_prev_l
; \
163
(elem)->
cq_prev_l
->cq_next_e = (elem)->cq_next_e;
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025