Home
last modified time | relevance | path

Searched refs:node_next (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dplist.c76 struct list_head *node_next = &head->node_list; in plist_add() local
89 node_next = &iter->node_list; in plist_add()
101 list_add_tail(&node->node_list, node_next); in plist_add()
150 struct list_head *node_next = &head->node_list; in plist_requeue() local
168 node_next = &iter->node_list; in plist_requeue()
172 list_add_tail(&node->node_list, node_next); in plist_requeue()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c219 static struct node *node_next(struct sparsebit *s, struct node *np) in node_next() function
632 tmp = node_next(s, nodep); in node_reduce()
746 next = node_next(s, nodep); in node_reduce()
1122 nodep2 = node_next(s, nodep1); in sparsebit_first_clear()
1238 candidate = node_next(s, candidate); in sparsebit_next_set()
1277 nodep2 = node_next(s, nodep1); in sparsebit_next_clear()
1421 for (next = node_next(s, nodep); in sparsebit_set_num()
1423 next = node_next(s, nodep)) { in sparsebit_set_num()
1484 for (next = node_next(s, nodep); in sparsebit_clear_num()
1486 next = node_next(s, nodep)) { in sparsebit_clear_num()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/inc/
H A Dmpp_cfg.h55 RK_S32 node_next; member
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_dec_cfg.cpp189 node_info->node_next = 0; in mpp_dec_cfg_flaten()
H A Dmpp_enc_cfg.cpp326 node_info->node_next = 0; in mpp_enc_cfg_flaten()