Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfreelist.h23 struct freelist_head { struct
30 static inline void __freelist_add(struct freelist_node *node, struct freelist_head *list) in __freelist_add() argument
64 static inline void freelist_add(struct freelist_node *node, struct freelist_head *list) in freelist_add()
79 static inline struct freelist_node *freelist_try_get(struct freelist_head *list) in freelist_try_get()
H A Drethook.h38 struct freelist_head pool;
H A Dkprobes.h157 struct freelist_head freelist;
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c59 QLIST_HEAD(freelist_head, XenBlockRequest) freelist;