Searched defs:llist_head_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h136 } llist_head_t; typedef in typeref:struct:llist_head
141 static inline void llist_head_init(llist_head_t *list, void *ptr)
147 static inline void __llist_add(llist_head_t *new, llist_head_t *prv,
148 llist_head_t *nxt)
155 static inline void llist_add(llist_head_t *new, llist_head_t *head)
160 static inline void llist_add_tail(llist_head_t *new, llist_head_t *head)
165 static inline void llist_del(llist_head_t *entr
[all...]

Completed in 80 milliseconds