Home
last modified time | relevance | path

Searched refs:hlist_head (Results 1 – 4 of 4) sorted by relevance

/xen/tools/xenstore/
A Dlist.h352 struct hlist_head { struct
361 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument
370 static __inline__ int hlist_empty(struct hlist_head *h) in hlist_empty()
418 static __inline__ void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
428 static __inline__ void hlist_add_head_rcu(struct hlist_node *n, struct hlist_head *h) in hlist_add_head_rcu()
/xen/xen/xsm/flask/
A Davc.c82 struct hlist_head slots[AVC_CACHE_SLOTS]; /* head for avc_node->list */
247 struct hlist_head *head; in avc_get_hash_stats()
312 struct hlist_head *head; in avc_reclaim_node()
377 struct hlist_head *head; in avc_search_node()
481 struct hlist_head *head; in avc_insert()
622 struct hlist_head *head; in avc_update_node()
682 struct hlist_head *head; in avc_ss_reset()
/xen/xen/include/xen/
A Dlist.h683 struct hlist_head { struct
692 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument
705 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()
780 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
810 struct hlist_head *h) in hlist_add_head_rcu()
/xen/docs/designs/
A Dargo.pandoc370 struct hlist_head *to_notify)

Completed in 50 milliseconds