Home
last modified time | relevance | path

Searched refs:ele (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/arch/um/drivers/
Dport_kern.c132 struct list_head *ele; in port_work_proc() local
136 list_for_each(ele, &ports) { in port_work_proc()
137 port = list_entry(ele, struct port_list, list); in port_work_proc()
162 struct list_head *ele; in port_data() local
168 list_for_each(ele, &ports) { in port_data()
169 port = list_entry(ele, struct port_list, list); in port_data()
296 struct list_head *ele; in free_port() local
299 list_for_each(ele, &ports) { in free_port()
300 port = list_entry(ele, struct port_list, list); in free_port()
Dchan_kern.c130 struct list_head *ele; in open_chan() local
134 list_for_each(ele, chans) { in open_chan()
135 chan = list_entry(ele, struct chan, list); in open_chan()
159 struct list_head *ele; in enable_chan() local
165 list_for_each(ele, &line->chan_list) { in enable_chan()
166 chan = list_entry(ele, struct chan, list); in enable_chan()
205 struct list_head *ele; in free_irqs() local
212 list_for_each(ele, &list) { in free_irqs()
213 chan = list_entry(ele, struct chan, free_list); in free_irqs()
356 struct list_head *ele, *next; in free_chan() local
[all …]
Dnet_kern.c519 struct list_head *ele; in find_device() local
522 list_for_each(ele, &devices) { in find_device()
523 device = list_entry(ele, struct uml_net, list); in find_device()
602 struct list_head *ele, *next; in register_transport() local
613 list_for_each_safe(ele, next, &eth_cmd_line) { in register_transport()
614 eth = list_entry(ele, struct eth_init, list); in register_transport()
629 struct list_head *ele; in eth_setup_common() local
636 list_for_each(ele, &transports) { in eth_setup_common()
637 transport = list_entry(ele, struct transport, list); in eth_setup_common()
790 struct list_head *ele; in inet_register() local
[all …]
Dmconsole_kern.c320 struct list_head *ele; in mconsole_find_dev() local
323 list_for_each(ele, &mconsole_devices) { in mconsole_find_dev()
324 dev = list_entry(ele, struct mc_device, list); in mconsole_find_dev()
616 struct list_head *ele; in console_write() local
628 list_for_each(ele, &clients) { in console_write()
631 entry = list_entry(ele, struct mconsole_output, list); in console_write()
Dline.c806 struct list_head *ele, *next; in unregister_winch() local
811 list_for_each_safe(ele, next, &winch_handlers) { in unregister_winch()
812 winch = list_entry(ele, struct winch, list); in unregister_winch()
823 struct list_head *ele, *next; in winch_cleanup() local
828 list_for_each_safe(ele, next, &winch_handlers) { in winch_cleanup()
829 winch = list_entry(ele, struct winch, list); in winch_cleanup()
/linux-3.4.99/arch/xtensa/platforms/iss/
Dnetwork.c409 struct list_head *ele; in iss_net_poll() local
414 list_for_each(ele, &opened) { in iss_net_poll()
417 lp = list_entry(ele, struct iss_net_private, opened_list); in iss_net_poll()
756 struct list_head *ele; in iss_net_setup() local
776 list_for_each(ele, &devices) { in iss_net_setup()
777 device = list_entry(ele, struct iss_net_private, device_list); in iss_net_setup()
812 struct list_head *ele, *next; in iss_net_init() local
816 list_for_each_safe(ele, next, &eth_cmd_line) { in iss_net_init()
818 eth = list_entry(ele, struct iss_net_init, list); in iss_net_init()
/linux-3.4.99/fs/hppfs/
Dhppfs.c316 struct list_head *ele, *next; in free_contents() local
321 list_for_each_safe(ele, next, &head->list) { in free_contents()
322 data = list_entry(ele, struct hppfs_data, list); in free_contents()