Home
last modified time | relevance | path

Searched defs:llist_node (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dllist.h58 struct llist_node { struct
59 struct llist_node *next; argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dllist.h58 struct llist_node { struct
59 struct llist_node *next; argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dllist.h58 struct llist_node { struct
59 struct llist_node *next; argument
/dports/irc/miau/miau-0.6.6/src/
H A Dllist.h26 typedef struct _llist_node llist_node; typedef
/dports/audio/cmp3/cmp3-kenrevs/nevlib/
H A Dllist.c10 typedef struct llist_node { struct
11 struct llist_node *prev; /* Points to previous node */ argument
12 struct llist_node *next; /* Points to next node */ argument