Home
last modified time | relevance | path

Searched defs:phead (Results 1 – 2 of 2) sorted by relevance

/external/musl/src/malloc/mallocng/
Dmeta.h75 static inline void queue(struct meta **phead, struct meta *m) in queue()
90 static inline void dequeue(struct meta **phead, struct meta *m) in dequeue()
102 static inline struct meta *dequeue_head(struct meta **phead) in dequeue_head()
/external/ethtool/netlink/
Dparser.c951 static struct tmp_buff *tmp_buff_find_or_create(struct tmp_buff **phead, in tmp_buff_find_or_create()