Searched refs:list_entry (Results 1 - 25 of 681) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/w1/
H A Dw1_family.c41 f = list_entry(ent, struct w1_family, family_entry);
68 f = list_entry(ent, struct w1_family, family_entry);
99 f = list_entry(ent, struct w1_family, family_entry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dcache.c70 blkid_dev dev = list_entry(cache->bic_devs.next,
77 blkid_tag tag = list_entry(cache->bic_tags.next,
82 blkid_tag bad = list_entry(tag->bit_names.next,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/bfs/
H A Dbfs.h42 return list_entry(inode, struct bfs_inode_info, vfs_inode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlist.h420 * list_entry - get the struct for this entry
425 #define list_entry(ptr, type, member) \ macro
437 list_entry((ptr)->next, type, member)
487 for (pos = list_entry((head)->next, typeof(*pos), member); \
489 pos = list_entry(pos->member.next, typeof(*pos), member))
498 for (pos = list_entry((head)->prev, typeof(*pos), member); \
500 pos = list_entry(pos->member.prev, typeof(*pos), member))
511 ((pos) ? : list_entry(head, typeof(*pos), member))
523 for (pos = list_entry(pos->member.next, typeof(*pos), member); \
525 pos = list_entry(po
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drtmutex_common.h43 * @list_entry: pi node to enqueue into the mutex waiters list
48 struct plist_node list_entry; member in struct:rt_mutex_waiter
73 list_entry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dlist.h206 * list_entry - get the struct for this entry
211 #define list_entry(ptr, type, member) \ macro
261 for (pos = list_entry((head)->next, typeof(*pos), member); \
263 pos = list_entry(pos->member.next, typeof(*pos), member))
272 for (pos = list_entry((head)->prev, typeof(*pos), member); \
274 pos = list_entry(pos->member.prev, typeof(*pos), member))
284 for (pos = list_entry((head)->next, typeof(*pos), member), \
285 n = list_entry(pos->member.next, typeof(*pos), member); \
287 pos = n, n = list_entry(n->member.next, typeof(*n), member))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Dx25_route.c40 rt = list_entry(entry, struct x25_route, node);
91 rt = list_entry(entry, struct x25_route, node);
116 rt = list_entry(entry, struct x25_route, node);
159 rt = list_entry(entry, struct x25_route, node);
219 rt = list_entry(entry, struct x25_route, node);
H A Dx25_forward.c51 x25_frwd = list_entry(entry, struct x25_forward, node);
104 frwd = list_entry(entry, struct x25_forward, node);
140 fwd = list_entry(entry, struct x25_forward, node);
158 fwd = list_entry(entry, struct x25_forward, node);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_list.h325 * list_entry - get the struct for this entry
330 #define list_entry(ptr, type, member) \ macro
381 for (pos = list_entry((head)->next, typeof(*pos), member), \
384 pos = list_entry(pos->member.next, typeof(*pos), member), \
394 for (pos = list_entry((head)->prev, typeof(*pos), member), \
397 pos = list_entry(pos->member.prev, typeof(*pos), member), \
408 ((pos) ? : list_entry(head, typeof(*pos), member))
418 for (pos = list_entry(pos->member.next, typeof(*pos), member), \
421 pos = list_entry(pos->member.next, typeof(*pos), member), \
432 for (pos = list_entry((hea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlinux_list.h325 * list_entry - get the struct for this entry
330 #define list_entry(ptr, type, member) \ macro
381 for (pos = list_entry((head)->next, typeof(*pos), member), \
384 pos = list_entry(pos->member.next, typeof(*pos), member), \
394 for (pos = list_entry((head)->prev, typeof(*pos), member), \
397 pos = list_entry(pos->member.prev, typeof(*pos), member), \
408 ((pos) ? : list_entry(head, typeof(*pos), member))
418 for (pos = list_entry(pos->member.next, typeof(*pos), member), \
421 pos = list_entry(pos->member.next, typeof(*pos), member), \
432 for (pos = list_entry((hea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_mm.c53 entry = list_entry(tail_node, drm_mm_node_t, ml_entry);
66 entry = list_entry(tail_node, drm_mm_node_t, ml_entry);
107 entry = list_entry(tail_node, drm_mm_node_t, ml_entry);
190 prev_node = list_entry(cur_head->prev, drm_mm_node_t, ml_entry);
197 next_node = list_entry(cur_head->next, drm_mm_node_t, ml_entry);
236 entry = list_entry(list, drm_mm_node_t, fl_entry);
283 entry = list_entry(bnode, drm_mm_node_t, fl_entry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dqueue.c120 q = list_entry(l, QE_t, list);
145 q = list_entry(ent, QE_t, list);
169 QE_t *q = list_entry(l, QE_t, list);
217 QE_t *q = list_entry(l, QE_t, list);
243 QE_t *q = list_entry(l, QE_t, list);
267 QE_t *q = list_entry(l, QE_t, list);
293 QE_t *q = list_entry(l, QE_t, list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dnoop-iosched.c26 rq = list_entry(nd->queue.next, struct request, queuelist);
55 return list_entry(rq->queuelist.prev, struct request, queuelist);
65 return list_entry(rq->queuelist.next, struct request, queuelist);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-topology.h67 return list_entry(l, struct fw_node, link);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Drwsem.c69 waiter = list_entry(sem->wait_list.next, struct rwsem_waiter, list);
92 waiter = list_entry(sem->wait_list.next, struct rwsem_waiter, list);
109 waiter = list_entry(waiter->list.next,
124 waiter = list_entry(next, struct rwsem_waiter, list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dtimer.c46 t = list_entry(entry, struct emu_timer, list);
91 t = list_entry(entry, struct emu_timer, list);
122 t = list_entry(entry, struct emu_timer, list);
139 t = list_entry(entry, struct emu_timer, list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-zpff.c69 struct hid_input *hidinput = list_entry(hid->inputs.next,
81 report = list_entry(report_list->next, struct hid_report, list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dsir_dongle.c43 drv = list_entry(entry, struct dongle_driver, dongle_list);
81 drv = list_entry(entry, struct dongle_driver, dongle_list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Di2c.h37 #define snd_i2c_device(n) list_entry(n, struct snd_i2c_device, list)
76 #define snd_i2c_slave_bus(n) list_entry(n, struct snd_i2c_bus, buses)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dhandler.c86 item = list_entry(l, struct queue_item, next_signal);
124 item = list_entry(l, struct queue_item, next_signal);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Doutqueue.c91 ch = list_entry(entry, struct sctp_chunk, list);
229 transport = list_entry(pos, struct sctp_transport, transports);
231 chunk = list_entry(lchunk, struct sctp_chunk,
242 chunk = list_entry(lchunk, struct sctp_chunk,
251 chunk = list_entry(lchunk, struct sctp_chunk,
260 chunk = list_entry(lchunk, struct sctp_chunk,
366 nchunk = list_entry(new, struct sctp_chunk, transmitted_list);
370 lchunk = list_entry(pos, struct sctp_chunk, transmitted_list);
392 chunk = list_entry(lchunk, struct sctp_chunk,
559 chunk = list_entry(lchun
[all...]
H A Dbind_addr.c78 addr = list_entry(pos, struct sctp_sockaddr_entry, list);
91 addr = list_entry(pos, struct sctp_sockaddr_entry,
127 addr = list_entry(pos, struct sctp_sockaddr_entry, list);
183 addr = list_entry(pos, struct sctp_sockaddr_entry, list);
238 addr = list_entry(pos, struct sctp_sockaddr_entry, list);
306 laddr = list_entry(pos, struct sctp_sockaddr_entry, list);
330 laddr = list_entry(pos, struct sctp_sockaddr_entry, list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dchan_kern.c183 chan = list_entry(ele, struct chan, list);
197 chan = list_entry(ele, struct chan, list);
211 chan = list_entry(ele, struct chan, list);
244 chan = list_entry(ele, struct chan, free_list);
300 chan = list_entry(ele, struct chan, list);
313 chan = list_entry(ele, struct chan, list);
328 chan = list_entry(ele, struct chan, list);
348 chan = list_entry(ele, struct chan, list);
376 chan = list_entry(ele, struct chan, list);
406 chan = list_entry(el
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_main.c43 m1 = list_entry(p, struct mon_bus, bus_link);
87 r = list_entry(pos, struct mon_reader, r_link);
114 r = list_entry(pos, struct mon_reader, r_link);
141 r = list_entry(pos, struct mon_reader, r_link);
178 mbus = list_entry(p, struct mon_bus, bus_link);
345 mbus = list_entry(p, struct mon_bus, bus_link);
401 mbus = list_entry(p, struct mon_bus, bus_link);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapilib.c109 np = list_entry(l, struct capilib_ncci, list);
130 np = list_entry(l, struct capilib_ncci, list);
147 np = list_entry(l, struct capilib_ncci, list);
162 np = list_entry(l, struct capilib_ncci, list);
185 np = list_entry(l, struct capilib_ncci, list);

Completed in 129 milliseconds

1234567891011>>