/linux-4.1.27/arch/um/drivers/ |
D | port_kern.c | 131 struct list_head *ele; in port_work_proc() local 135 list_for_each(ele, &ports) { in port_work_proc() 136 port = list_entry(ele, struct port_list, list); in port_work_proc() 161 struct list_head *ele; in port_data() local 167 list_for_each(ele, &ports) { in port_data() 168 port = list_entry(ele, struct port_list, list); in port_data() 294 struct list_head *ele; in free_port() local 297 list_for_each(ele, &ports) { in free_port() 298 port = list_entry(ele, struct port_list, list); in free_port()
|
D | chan_kern.c | 112 struct list_head *ele; in open_chan() local 116 list_for_each(ele, chans) { in open_chan() 117 chan = list_entry(ele, struct chan, list); in open_chan() 141 struct list_head *ele; in enable_chan() local 147 list_for_each(ele, &line->chan_list) { in enable_chan() 148 chan = list_entry(ele, struct chan, list); in enable_chan() 187 struct list_head *ele; in free_irqs() local 194 list_for_each(ele, &list) { in free_irqs() 195 chan = list_entry(ele, struct chan, free_list); in free_irqs() 338 struct list_head *ele, *next; in free_chan() local [all …]
|
D | net_kern.c | 515 struct list_head *ele; in find_device() local 518 list_for_each(ele, &devices) { in find_device() 519 device = list_entry(ele, struct uml_net, list); in find_device() 598 struct list_head *ele, *next; in register_transport() local 609 list_for_each_safe(ele, next, ð_cmd_line) { in register_transport() 610 eth = list_entry(ele, struct eth_init, list); in register_transport() 625 struct list_head *ele; in eth_setup_common() local 632 list_for_each(ele, &transports) { in eth_setup_common() 633 transport = list_entry(ele, struct transport, list); in eth_setup_common() 782 struct list_head *ele; in inet_register() local [all …]
|
D | mconsole_kern.c | 263 struct list_head *ele; in mconsole_find_dev() local 266 list_for_each(ele, &mconsole_devices) { in mconsole_find_dev() 267 dev = list_entry(ele, struct mc_device, list); in mconsole_find_dev() 559 struct list_head *ele; in console_write() local 571 list_for_each(ele, &clients) { in console_write() 574 entry = list_entry(ele, struct mconsole_output, list); in console_write()
|
D | line.c | 716 struct list_head *ele, *next; in unregister_winch() local 722 list_for_each_safe(ele, next, &winch_handlers) { in unregister_winch() 723 winch = list_entry(ele, struct winch, list); in unregister_winch() 736 struct list_head *ele, *next; in winch_cleanup() local 741 list_for_each_safe(ele, next, &winch_handlers) { in winch_cleanup() 742 winch = list_entry(ele, struct winch, list); in winch_cleanup()
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | network.c | 314 struct list_head *ele; in iss_net_poll() local 319 list_for_each(ele, &opened) { in iss_net_poll() 322 lp = list_entry(ele, struct iss_net_private, opened_list); in iss_net_poll() 614 struct list_head *ele; in iss_net_setup() local 635 list_for_each(ele, &devices) { in iss_net_setup() 636 device = list_entry(ele, struct iss_net_private, device_list); in iss_net_setup() 672 struct list_head *ele, *next; in iss_net_init() local 676 list_for_each_safe(ele, next, ð_cmd_line) { in iss_net_init() 678 eth = list_entry(ele, struct iss_net_init, list); in iss_net_init()
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 317 struct list_head *ele, *next; in free_contents() local 322 list_for_each_safe(ele, next, &head->list) { in free_contents() 323 data = list_entry(ele, struct hppfs_data, list); in free_contents()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 9219 struct i40e_aqc_switch_config_element_resp *ele, in i40e_setup_pf_switch_element() argument 9222 u16 downlink_seid = le16_to_cpu(ele->downlink_seid); in i40e_setup_pf_switch_element() 9223 u16 uplink_seid = le16_to_cpu(ele->uplink_seid); in i40e_setup_pf_switch_element() 9224 u8 element_type = ele->element_type; in i40e_setup_pf_switch_element() 9225 u16 seid = le16_to_cpu(ele->seid); in i40e_setup_pf_switch_element() 9336 struct i40e_aqc_switch_config_element_resp *ele = in i40e_fetch_switch_configuration() local 9339 i40e_setup_pf_switch_element(pf, ele, num_reported, in i40e_fetch_switch_configuration()
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 115 The register CR1 contains the primary address-space control ele-
|