Home
last modified time | relevance | path

Searched refs:hlist_add_before (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_hash.h112 static inline void hlist_add_before(struct hlist_node *n, struct hlist_node *next) in hlist_add_before() function
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dfragmentation.c191 hlist_add_before(&frag_entry_new->list, in batadv_frag_insert_packet()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drk_list.h751 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() function
/OK3568_Linux_fs/u-boot/include/linux/
H A Dlist.h605 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() function
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dlist.h650 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() function
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dlist.h674 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dlist.h894 static inline void hlist_add_before(struct hlist_node *n, in hlist_add_before() function
/OK3568_Linux_fs/kernel/drivers/net/wireguard/selftest/
H A Dallowedips.c177 hlist_add_before(&node->table, &where->table); in horrible_insert_ordered()