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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dlist_sort.h6 struct list_head;
8 void list_sort(void *priv, struct list_head *head,
9 int (*cmp)(void *priv, struct list_head *a,
10 struct list_head *b));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dlist_sort.h6 struct list_head;
8 void list_sort(void *priv, struct list_head *head,
9 int (*cmp)(void *priv, struct list_head *a,
10 struct list_head *b));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/include/cs/
H A Dbfa_q.h25 #define bfa_q_first(_q) ((void *)(((struct list_head *) (_q))->next))
26 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next)
27 #define bfa_q_prev(_qe) (((struct list_head *) (_qe))->prev)
33 bfa_q_next(_qe) = (struct list_head *) NULL; \
34 bfa_q_prev(_qe) = (struct list_head *) NULL; \
42 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \
43 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \
44 (struct list_head *) (_q); \
45 bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe)); \
46 BFA_Q_DBG_INIT(*((struct list_head **) _q
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/include/cs/
H A Dbfa_q.h25 #define bfa_q_first(_q) ((void *)(((struct list_head *) (_q))->next))
26 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next)
27 #define bfa_q_prev(_qe) (((struct list_head *) (_qe))->prev)
33 bfa_q_next(_qe) = (struct list_head *) NULL; \
34 bfa_q_prev(_qe) = (struct list_head *) NULL; \
42 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \
43 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \
44 (struct list_head *) (_q); \
45 bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe)); \
46 BFA_Q_DBG_INIT(*((struct list_head **) _q
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/i2c/
H A Di2c-core.h22 struct list_head list;
31 extern struct list_head __i2c_board_list;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/i2c/
H A Di2c-core.h22 struct list_head list;
31 extern struct list_head __i2c_board_list;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.c11 void __list_add(struct list_head * add,
12 struct list_head * prev,
13 struct list_head * next)
29 void list_add(struct list_head *add, struct list_head *head)
42 void list_add_tail(struct list_head *add, struct list_head *head)
54 void __list_del(struct list_head * prev, struct list_head * next)
67 void list_del(struct list_head *entr
[all...]
H A Dlist.h19 struct list_head { struct
20 struct list_head *next, *prev;
26 struct list_head name = LIST_HEAD_INIT(name)
32 void __list_add(struct list_head * add, struct list_head * prev, struct list_head * next);
33 void list_add(struct list_head *add, struct list_head *head);
34 void list_add_tail(struct list_head *add, struct list_head *hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.c11 void __list_add(struct list_head * add,
12 struct list_head * prev,
13 struct list_head * next)
29 void list_add(struct list_head *add, struct list_head *head)
42 void list_add_tail(struct list_head *add, struct list_head *head)
54 void __list_del(struct list_head * prev, struct list_head * next)
67 void list_del(struct list_head *entr
[all...]
H A Dlist.h19 struct list_head { struct
20 struct list_head *next, *prev;
26 struct list_head name = LIST_HEAD_INIT(name)
32 void __list_add(struct list_head * add, struct list_head * prev, struct list_head * next);
33 void list_add(struct list_head *add, struct list_head *head);
34 void list_add_tail(struct list_head *add, struct list_head *hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.c11 void __list_add(struct list_head * add,
12 struct list_head * prev,
13 struct list_head * next)
29 void list_add(struct list_head *add, struct list_head *head)
42 void list_add_tail(struct list_head *add, struct list_head *head)
54 void __list_del(struct list_head * prev, struct list_head * next)
67 void list_del(struct list_head *entr
[all...]
H A Dlist.h19 struct list_head { struct
20 struct list_head *next, *prev;
26 struct list_head name = LIST_HEAD_INIT(name)
32 void __list_add(struct list_head * add, struct list_head * prev, struct list_head * next);
33 void list_add(struct list_head *add, struct list_head *head);
34 void list_add_tail(struct list_head *add, struct list_head *hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_execbuf_util.h48 struct list_head head;
63 extern void ttm_eu_backoff_reservation(struct list_head *list);
91 extern int ttm_eu_reserve_buffers(struct list_head *list, uint32_t val_seq);
105 extern void ttm_eu_fence_buffer_objects(struct list_head *list, void *sync_obj);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctimap.h29 struct list_head list;
32 int input_mapper_add(struct list_head *mappers, struct imapper *entry,
35 int input_mapper_delete(struct list_head *mappers, struct imapper *entry,
38 void free_input_mapper_list(struct list_head *mappers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/ctxfi/
H A Dctimap.h29 struct list_head list;
32 int input_mapper_add(struct list_head *mappers, struct imapper *entry,
35 int input_mapper_delete(struct list_head *mappers, struct imapper *entry,
38 void free_input_mapper_list(struct list_head *mappers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/drm/ttm/
H A Dttm_execbuf_util.h48 struct list_head head;
63 extern void ttm_eu_backoff_reservation(struct list_head *list);
91 extern int ttm_eu_reserve_buffers(struct list_head *list, uint32_t val_seq);
105 extern void ttm_eu_fence_buffer_objects(struct list_head *list, void *sync_obj);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/include/atalk/
H A Dlist.h17 struct list_head { struct
18 struct list_head *next, *prev;
24 struct list_head name = ATALK_LIST_HEAD_INIT(name)
37 static inline void __list_add(struct list_head * new,
38 struct list_head * prev,
39 struct list_head * next)
55 static inline void list_add(struct list_head *new, struct list_head *head)
68 static inline void list_add_tail(struct list_head *new, struct list_head *hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/include/atalk/
H A Dlist.h17 struct list_head { struct
18 struct list_head *next, *prev;
24 struct list_head name = ATALK_LIST_HEAD_INIT(name)
37 static inline void __list_add(struct list_head * new,
38 struct list_head * prev,
39 struct list_head * next)
55 static inline void list_add(struct list_head *new, struct list_head *head)
68 static inline void list_add_tail(struct list_head *new, struct list_head *hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/include/atalk/
H A Dlist.h17 struct list_head { struct
18 struct list_head *next, *prev;
24 struct list_head name = ATALK_LIST_HEAD_INIT(name)
37 static inline void __list_add(struct list_head * new,
38 struct list_head * prev,
39 struct list_head * next)
55 static inline void list_add(struct list_head *new, struct list_head *head)
68 static inline void list_add_tail(struct list_head *new, struct list_head *hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-list.h15 struct list_head { struct
16 struct list_head *next, *prev;
22 struct list_head name = { &name, &name }
38 static __inline__ void __list_add(struct list_head * new,
39 struct list_head * prev,
40 struct list_head * next)
51 static __inline__ void list_add(struct list_head *new, struct list_head *head)
59 static __inline__ void list_add_tail(struct list_head *new, struct list_head *hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-list.h15 struct list_head { struct
16 struct list_head *next, *prev;
22 struct list_head name = { &name, &name }
38 static __inline__ void __list_add(struct list_head * new,
39 struct list_head * prev,
40 struct list_head * next)
51 static __inline__ void list_add(struct list_head *new, struct list_head *head)
59 static __inline__ void list_add_tail(struct list_head *new, struct list_head *hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-list.h15 struct list_head { struct
16 struct list_head *next, *prev;
22 struct list_head name = { &name, &name }
38 static __inline__ void __list_add(struct list_head * new,
39 struct list_head * prev,
40 struct list_head * next)
51 static __inline__ void list_add(struct list_head *new, struct list_head *head)
59 static __inline__ void list_add_tail(struct list_head *new, struct list_head *hea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dadapter.h9 struct list_head link;
12 struct list_head entity_q; /* entities linked to this adapter */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dadapter.h9 struct list_head link;
12 struct list_head entity_q; /* entities linked to this adapter */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/usb/
H A Dmidi.h44 struct list_head *midi_list,
46 void snd_usbmidi_input_stop(struct list_head* p);
47 void snd_usbmidi_input_start(struct list_head* p);
48 void snd_usbmidi_disconnect(struct list_head *p);

Completed in 219 milliseconds

1234567891011>>