OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_msg
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/xenbus/
xenbus_xs.c
629
struct xs_stored_msg *msg, *
next_msg
;
local in function:unregister_xenbus_watch
650
for (msg = SIMPLEQ_FIRST(&watch_events); msg != NULL; msg =
next_msg
) {
651
next_msg
= SIMPLEQ_NEXT(msg, msg_next);
xenbus_xs.c
629
struct xs_stored_msg *msg, *
next_msg
;
local in function:unregister_xenbus_watch
650
for (msg = SIMPLEQ_FIRST(&watch_events); msg != NULL; msg =
next_msg
) {
651
next_msg
= SIMPLEQ_NEXT(msg, msg_next);
Completed in 21 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025