Searched defs:head (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_list.h | 36 MppListNode *head; member 87 #define list_for_each_safe(pos, n, head) \ argument 112 #define list_for_each_entry(pos, head, type, member) \ argument 117 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument 123 #define list_for_each_entry_reverse(pos, head, type, member) \ argument 128 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument 144 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add() 149 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 167 static __inline void list_move(struct list_head *list, struct list_head *head) in list_move() 173 static __inline void list_move_tail(struct list_head *list, struct list_head *head) in list_move_tail() [all …]
|
| H A D | mpp_hash.h | 146 #define hlist_for_each(pos, head) \ argument 149 #define hlist_for_each_safe(pos, n, head) \ argument 158 #define hlist_for_each_entry(pos, head, member) \ argument 172 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_list.c | 55 static inline void mpp_list_add(MppListNode *_new, MppListNode *head) in mpp_list_add() 60 static inline void mpp_list_add_tail(MppListNode *_new, MppListNode *head) in mpp_list_add_tail() 450 struct list_head *head, **tail = &head; in merge() local 482 static void merge_final(void *priv, ListCmpFunc cmp, struct list_head *head, in merge_final() 531 void list_sort(void *priv, struct list_head *head, ListCmpFunc cmp) in list_sort()
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | rk_list.h | 41 struct rk_list_node *head; variable
|
| H A D | rk_list.cpp | 65 static inline void rk_list_add(rk_list_node *_new, rk_list_node *head) in rk_list_add() 70 static inline void rk_list_add_tail(rk_list_node *_new, rk_list_node *head) in rk_list_add_tail()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_rc.c | 179 MPP_RET mpp_rc_param_ops(struct list_head *head, RK_U32 frm_cnt, in mpp_rc_param_ops()
|