Searched refs:port_tmp (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/security/selinux/ |
D | netport.c | 223 struct sel_netport *port, *port_tmp; in sel_netport_flush() local 227 list_for_each_entry_safe(port, port_tmp, in sel_netport_flush()
|
/linux-4.1.27/drivers/target/ |
D | target_core_device.c | 463 struct se_port *port, *port_tmp; in core_alloc_port() local 500 list_for_each_entry(port_tmp, &dev->dev_sep_list, sep_list) { in core_alloc_port() 505 if (port->sep_rtpi == port_tmp->sep_rtpi) in core_alloc_port()
|
D | target_core_pr.c | 685 struct se_port *port, *port_tmp; in __core_scsi3_alloc_registration() local 707 list_for_each_entry_safe(port, port_tmp, &dev->dev_sep_list, sep_list) { in __core_scsi3_alloc_registration()
|