HomeSort by: relevance | last modified time | path
    Searched defs:cds_hlist_head (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
hlist.h 19 struct cds_hlist_head { struct
29 void CDS_INIT_HLIST_HEAD(struct cds_hlist_head *ptr)
34 #define CDS_HLIST_HEAD(name) \
35 struct cds_hlist_head name = { NULL }
53 struct cds_hlist_head *head)
hlist.h 19 struct cds_hlist_head { struct
29 void CDS_INIT_HLIST_HEAD(struct cds_hlist_head *ptr)
34 #define CDS_HLIST_HEAD(name) \
35 struct cds_hlist_head name = { NULL }
53 struct cds_hlist_head *head)

Completed in 60 milliseconds