Searched refs:list_head (Results 1 - 25 of 28) sorted by relevance

12

/openwrt/scripts/config/
H A Dlist.h23 struct list_head { struct
24 struct list_head *next, *prev;
31 struct list_head name = LIST_HEAD_INIT(name)
35 * @ptr: the &struct list_head pointer.
37 * @member: the name of the list_head within the struct.
46 * @member: the name of the list_head within the struct.
58 * @member: the name of the list_head within the struct.
70 static inline int list_empty(const struct list_head *head)
81 static inline void __list_add(struct list_head *_new,
82 struct list_head *pre
[all...]
H A Dlkc_proto.h26 P(get_symbol_str, void, (struct gstr *r, struct symbol *sym, struct list_head
28 P(get_relations_str, struct gstr, (struct symbol **sym_arr, struct list_head
H A Dexpr.h185 struct list_head entries;
H A Dmconf.c309 struct list_head entries;
354 struct list_head *head;
H A Dmenu.c547 struct list_head *head)
619 struct list_head *head)
670 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head)
/openwrt/package/network/services/ead/src/
H A Dlist.h29 struct list_head { struct
30 struct list_head *next, *prev;
36 struct list_head name = LIST_HEAD_INIT(name)
38 static inline void INIT_LIST_HEAD(struct list_head *list)
50 static inline void __list_add(struct list_head *new,
51 struct list_head *prev,
52 struct list_head *next)
68 static inline void list_add(struct list_head *new, struct list_head *head)
82 static inline void list_add_tail(struct list_head *ne
[all...]
H A Dead.c71 struct list_head list;
95 static struct list_head instances;
745 struct list_head *p;
795 struct list_head *p;
823 struct list_head *p, *tmp;
836 struct list_head *p;
866 struct list_head *p;
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_linux.h22 struct list_head context_list; /* List of these we have mounted */
31 struct list_head search_contexts;
H A Dyaffs_guts.h380 struct list_head children; /* list of child links */
381 struct list_head dirty; /* Entry for list of dirty directories */
437 struct list_head hash_link; /* list of objects in hash bucket */
439 struct list_head hard_links; /* hard linked object chain*/
444 struct list_head siblings;
480 struct list_head list;
638 struct list_head dev_list;
769 struct list_head dirty_dirs; /* List of dirty directories */
958 void yaffs_link_fixup(struct yaffs_dev *dev, struct list_head *hard_list);
H A Dyaffs_allocator.c50 struct list_head free_objs;
290 struct list_head *lh;
H A Dyaffs_verify.c411 struct list_head *lh;
428 struct list_head *lh;
471 struct list_head *lh;
H A Dyaffs_guts.c1922 struct list_head *i;
1954 struct list_head *i;
2122 struct list_head *link = &obj->variant.dir_variant.dirty;
2138 struct list_head *link;
3945 struct list_head *lh;
3946 struct list_head *n;
4207 void yaffs_link_fixup(struct yaffs_dev *dev, struct list_head *hard_list)
4209 struct list_head *lh;
4210 struct list_head *save;
4238 struct list_head *
[all...]
H A Dyaffs_vfs.c1615 struct list_head others;
1669 struct list_head *next = sc->next_return->siblings.next;
1687 struct list_head *i;
1689 struct list_head *search_contexts =
2766 struct list_head *l;
3236 struct list_head *item;
3443 struct list_head *item;
H A Dyaffs_yaffs2.c547 struct list_head *lh;
938 struct list_head *hard_list,
/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxhcd.h214 struct list_head ql; // Hook for EPQH->urbd_list
217 // struct list_head urb_list;
218 // struct list_head anchor_list;
360 struct list_head ql_all;
361 struct list_head ql; // Hook for EP Queues
362 struct list_head urbd_list; /*!< List of URBDs for this EPQH. */
364 struct list_head release_list;
492 struct list_head epqh_list_all;
493 struct list_head epqh_list_np;
494 struct list_head epqh_list_int
[all...]
H A Difxhcd.c163 struct list_head *item;
389 struct list_head *item;
390 struct list_head *next;
441 void epqh_list_free_1(ifxhcd_hcd_t *_ifxhcd, struct list_head *_epqh_list)
444 struct list_head *item;
471 void epqh_list_free_2(ifxhcd_hcd_t *_ifxhcd, struct list_head *_epqh_list)
474 struct list_head *item;
475 struct list_head *next;
2030 struct list_head *item;
/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Dinternal.h49 extern struct list_head crypto_alg_list;
/openwrt/target/linux/generic/files/include/linux/
H A Dswitch.h124 struct list_head dev_list;
/openwrt/target/linux/adm5120/files-3.18/drivers/usb/host/
H A Dadm5120.h65 struct list_head urb_list; /* list of our URBs */
71 struct list_head td_list; /* "shadow list" of our TDs */
156 struct list_head td_list; /* "shadow list", TDs on same ED */
362 struct list_head pending; /* URBs on the same ED */
415 struct list_head pending;
H A Dadm5120-q.c643 struct list_head *tmp = td->td_list.next;
713 struct list_head *entry, *tmp;
840 struct list_head *entry, *tmp;
892 struct list_head *entry, *tmp;
H A Dadm5120-dbg.c357 struct list_head *tmp;
445 struct list_head *entry;
562 struct list_head *entry;
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dswconfig_leds.c67 struct list_head *entry;
301 struct list_head *entry;
H A Dar8216.h448 struct list_head list;
/openwrt/package/kernel/trelay/src/
H A Dtrelay.c27 struct list_head list;
/openwrt/target/linux/ar71xx/files/drivers/spi/
H A Dspi-rb4xx.c52 struct list_head queue;

Completed in 220 milliseconds

12