Home
last modified time | relevance | path

Searched refs:old_entry (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/hyperv/
H A Dirqdomain.c72 static int hv_unmap_interrupt(u64 id, struct hv_interrupt_entry *old_entry) in hv_unmap_interrupt() argument
86 *intr_entry = *old_entry; in hv_unmap_interrupt()
188 static int hv_unmap_msi_interrupt(struct pci_dev *dev, struct hv_interrupt_entry *old_entry);
251 static int hv_unmap_msi_interrupt(struct pci_dev *dev, struct hv_interrupt_entry *old_entry) in hv_unmap_msi_interrupt() argument
253 return hv_unmap_interrupt(hv_build_pci_dev_id(dev).as_uint64, old_entry); in hv_unmap_msi_interrupt()
258 struct hv_interrupt_entry old_entry; in hv_teardown_msi_irq() local
267 old_entry = *(struct hv_interrupt_entry *)irqd->chip_data; in hv_teardown_msi_irq()
268 entry_to_msi_msg(&old_entry, &msg); in hv_teardown_msi_irq()
273 status = hv_unmap_msi_interrupt(dev, &old_entry); in hv_teardown_msi_irq()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c278 struct mac_entry_idx *old_entry; in hns_mac_change_vf_addr() local
280 old_entry = &mac_cb->addr_entry_idx[vmid]; in hns_mac_change_vf_addr()
283 mac_entry.in_vlan_id = old_entry->vlan_id; in hns_mac_change_vf_addr()
290 if ((old_entry->valid != 0) && in hns_mac_change_vf_addr()
291 (memcmp(old_entry->addr, in hns_mac_change_vf_addr()
294 old_entry->vlan_id, in hns_mac_change_vf_addr()
296 old_entry->addr); in hns_mac_change_vf_addr()
309 memcpy(old_entry->addr, addr, sizeof(old_entry->addr)); in hns_mac_change_vf_addr()
310 old_entry->valid = 1; in hns_mac_change_vf_addr()
/linux/fs/
H A Dmbcache.c156 struct mb_cache_entry *old_entry = entry; in __entry_find() local
178 if (old_entry) in __entry_find()
179 mb_cache_entry_put(cache, old_entry); in __entry_find()
H A Ddax.c941 void *old_entry = entry; in dax_writeback_one() local
953 if (dax_to_pfn(old_entry) != dax_to_pfn(entry)) in dax_writeback_one()
/linux/fs/f2fs/
H A Dnamei.c896 struct f2fs_dir_entry *old_entry; in f2fs_rename() local
953 old_entry = f2fs_find_entry(old_dir, &old_dentry->d_name, &old_page); in f2fs_rename()
954 if (!old_entry) { in f2fs_rename()
1032 f2fs_delete_entry(old_entry, old_page, old_dir, NULL); in f2fs_rename()
1090 struct f2fs_dir_entry *old_entry, *new_entry; in f2fs_cross_rename() local
1116 old_entry = f2fs_find_entry(old_dir, &old_dentry->d_name, &old_page); in f2fs_cross_rename()
1117 if (!old_entry) { in f2fs_cross_rename()
1181 f2fs_set_link(old_dir, old_entry, old_page, new_inode); in f2fs_cross_rename()
/linux/mm/
H A Dmremap.c460 void *old_entry, void *new_entry, bool need_rmap_locks) in move_pgt_entry() argument
470 moved = move_normal_pmd(vma, old_addr, new_addr, old_entry, in move_pgt_entry()
474 moved = move_normal_pud(vma, old_addr, new_addr, old_entry, in move_pgt_entry()
479 move_huge_pmd(vma, old_addr, new_addr, old_entry, in move_pgt_entry()
484 move_huge_pud(vma, old_addr, new_addr, old_entry, in move_pgt_entry()
/linux/net/ipv6/
H A Dcalipso.c270 struct calipso_map_cache_entry *old_entry = NULL; in calipso_cache_add() local
297 old_entry = list_entry(calipso_cache[bkt].list.prev, in calipso_cache_add()
299 list_del(&old_entry->list); in calipso_cache_add()
301 calipso_cache_entry_free(old_entry); in calipso_cache_add()
/linux/net/ipv4/
H A Dcipso_ipv4.c303 struct cipso_v4_map_cache_entry *old_entry = NULL; in cipso_v4_cache_add() local
330 old_entry = list_entry(cipso_v4_cache[bkt].list.prev, in cipso_v4_cache_add()
332 list_del(&old_entry->list); in cipso_v4_cache_add()
334 cipso_v4_cache_entry_free(old_entry); in cipso_v4_cache_add()
/linux/security/selinux/ss/
H A Dservices.c856 struct sidtab_entry *old_entry, *new_entry; in security_bounded_transition() local
870 old_entry = sidtab_search_entry(sidtab, old_sid); in security_bounded_transition()
871 if (!old_entry) { in security_bounded_transition()
887 if (old_entry->context.type == new_entry->context.type) in security_bounded_transition()
902 if (type->bounds == old_entry->context.type) in security_bounded_transition()
913 if (!sidtab_entry_to_string(policydb, sidtab, old_entry, in security_bounded_transition()
/linux/drivers/scsi/
H A Dnsp32.c1722 int old_entry = data->cur_entry; in nsp32_adjust_busfree() local
1732 s_sacklen -= le32_to_cpu(sgt[old_entry].addr) & 3; in nsp32_adjust_busfree()
1739 for (new_entry = old_entry; new_entry < sg_num; new_entry++) { in nsp32_adjust_busfree()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c4168 u16 *old_entry, *vhca_map_entry, vhca_id; in mlx5_esw_vport_vhca_id_set() local
4183 old_entry = xa_store(&esw->offloads.vhca_map, vhca_id, vhca_map_entry, GFP_KERNEL); in mlx5_esw_vport_vhca_id_set()
4184 if (xa_is_err(old_entry)) { in mlx5_esw_vport_vhca_id_set()
4186 return xa_err(old_entry); in mlx5_esw_vport_vhca_id_set()
4188 kfree(old_entry); in mlx5_esw_vport_vhca_id_set()