Home
last modified time | relevance | path

Searched defs:node_next (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dplist.c76 struct list_head *node_next = &head->node_list; in plist_add() local
150 struct list_head *node_next = &head->node_list; in plist_requeue() local
/OK3568_Linux_fs/external/mpp/mpp/inc/
H A Dmpp_cfg.h55 RK_S32 node_next; member
/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