OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cds_hlist_node
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/include/urcu/
hlist.h
20
struct
cds_hlist_node
*next;
23
struct
cds_hlist_node
{
struct
24
struct
cds_hlist_node
*next, *prev;
52
void cds_hlist_add_head(struct
cds_hlist_node
*newp,
58
newp->prev = (struct
cds_hlist_node
*) head;
64
void cds_hlist_del(struct
cds_hlist_node
*elem)
Completed in 17 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026