Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/drivers/
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()
145 struct list_head *ele; in chan_enable_winch() local
148 list_for_each(ele, chans) { in chan_enable_winch()
149 chan = list_entry(ele, struct chan, list); in chan_enable_winch()
159 struct list_head *ele; in enable_chan() local
163 list_for_each(ele, &line->chan_list) { in enable_chan()
164 chan = list_entry(ele, struct chan, list); in enable_chan()
203 struct list_head *ele; in free_irqs() local
[all …]
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()
Dnet_kern.c502 struct list_head *ele; in find_device() local
505 list_for_each(ele, &devices) { in find_device()
506 device = list_entry(ele, struct uml_net, list); in find_device()
585 struct list_head *ele, *next; in register_transport() local
596 list_for_each_safe(ele, next, &eth_cmd_line) { in register_transport()
597 eth = list_entry(ele, struct eth_init, list); in register_transport()
612 struct list_head *ele; in eth_setup_common() local
619 list_for_each(ele, &transports) { in eth_setup_common()
620 transport = list_entry(ele, struct transport, list); in eth_setup_common()
773 struct list_head *ele; in inet_register() local
[all …]
Dmconsole_kern.c319 struct list_head *ele; in mconsole_find_dev() local
322 list_for_each(ele, &mconsole_devices) { in mconsole_find_dev()
323 dev = list_entry(ele, struct mc_device, list); in mconsole_find_dev()
615 struct list_head *ele; in console_write() local
627 list_for_each(ele, &clients) { in console_write()
630 entry = list_entry(ele, struct mconsole_output, list); in console_write()
Dline.c824 struct list_head *ele, *next; in unregister_winch() local
829 list_for_each_safe(ele, next, &winch_handlers) { in unregister_winch()
830 winch = list_entry(ele, struct winch, list); in unregister_winch()
841 struct list_head *ele, *next; in winch_cleanup() local
846 list_for_each_safe(ele, next, &winch_handlers) { in winch_cleanup()
847 winch = list_entry(ele, struct winch, list); in winch_cleanup()
/linux-2.6.39/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-2.6.39/fs/hppfs/
Dhppfs.c330 struct list_head *ele, *next; in free_contents() local
335 list_for_each_safe(ele, next, &head->list) { in free_contents()
336 data = list_entry(ele, struct hppfs_data, list); in free_contents()