Searched refs:hlist_node (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dcyclic.h40 struct hlist_node list;
/u-boot/include/linux/
H A Dlist.h558 struct hlist_node *first;
561 struct hlist_node { struct
562 struct hlist_node *next, **pprev;
568 static inline void INIT_HLIST_NODE(struct hlist_node *h)
574 static inline int hlist_unhashed(const struct hlist_node *h)
584 static inline void __hlist_del(struct hlist_node *n)
586 struct hlist_node *next = n->next;
587 struct hlist_node **pprev = n->pprev;
593 static inline void hlist_del(struct hlist_node *n)
600 static inline void hlist_del_init(struct hlist_node *
[all...]
/u-boot/common/
H A Dcyclic.c62 struct hlist_node *tmp;
119 struct hlist_node *tmp;
/u-boot/cmd/
H A Dcyclic.c65 struct hlist_node *tmp;
/u-boot/fs/ubifs/
H A Dubifs.h216 struct hlist_node i_hash;
320 struct hlist_node s_instances;
576 struct hlist_node d_hash; /* lookup hash list */

Completed in 55 milliseconds