Searched refs:unsync (Results 1 – 7 of 7) sorted by relevance
| /linux/net/core/ |
| H A D | dev_addr_lists.c | 318 int (*unsync)(struct net_device *, in __hw_addr_sync_dev() 330 if (unsync && unsync(dev, ha->addr)) in __hw_addr_sync_dev() 374 int (*unsync)(struct net_device *, in __hw_addr_ref_sync_dev() 388 if (unsync && unsync(dev, ha->addr, ref_cnt)) in __hw_addr_ref_sync_dev() 431 int (*unsync)(struct net_device *, in __hw_addr_ref_unsync_dev() 441 if (unsync && unsync(dev, ha->addr, ha->sync_cnt)) in __hw_addr_ref_unsync_dev() 465 int (*unsync)(struct net_device *, in __hw_addr_unsync_dev() 475 if (unsync && unsync(dev, ha->addr)) in __hw_addr_unsync_dev()
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmutrace.h | 16 __field(bool, unsync) 23 __entry->unsync = sp->unsync; 46 __entry->unsync ? "unsync" : "sync", 0); \
|
| H A D | mmu_internal.h | 53 bool unsync; member
|
| H A D | mmu.c | 1896 if (sp->unsync) in mmu_pages_add() 1942 } else if (child->unsync) { in __mmu_unsync_walk() 1968 WARN_ON_ONCE(!sp->unsync); in kvm_unlink_unsync_page() 1970 sp->unsync = 0; in kvm_unlink_unsync_page() 2282 if (role.level > PG_LEVEL_4K && sp->unsync) in kvm_mmu_find_shadow_page() 2292 if (sp->unsync) { in kvm_mmu_find_shadow_page() 2570 if (WARN_ON_ONCE(sp->unsync_children) || sp->unsync) in __link_shadow_page() 2700 if (sp->unsync) in __kvm_mmu_prepare_zap_page() 2918 sp->unsync = 1; in kvm_unsync_page() 2953 if (sp->unsync) in mmu_try_to_unsync_pages() [all …]
|
| /linux/include/linux/ |
| H A D | netdevice.h | 4972 int (*unsync)(struct net_device *, 4978 int (*unsync)(struct net_device *, 4982 int (*unsync)(struct net_device *, 4986 int (*unsync)(struct net_device *, 5032 int (*unsync)(struct net_device *, in __dev_uc_sync() 5035 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync() 5046 int (*unsync)(struct net_device *, in __dev_uc_unsync() 5049 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync() 5076 int (*unsync)(struct net_device *, in __dev_mc_sync() 5079 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync() [all …]
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | mmu.rst | 258 unsync: 261 changed but before the tlb entry is flushed. Accordingly, unsync ptes 265 How many sptes in the page point at pages that are unsync (or have
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 8866 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_unsync_vport_mac_list() local 8871 unsync = hclge_rm_uc_addr_common; in hclge_unsync_vport_mac_list() 8873 unsync = hclge_rm_mc_addr_common; in hclge_unsync_vport_mac_list() 8876 ret = unsync(vport, mac_node->mac_addr); in hclge_unsync_vport_mac_list() 9072 int (*unsync)(struct hclge_vport *vport, in hclge_unsync_del_list() 9081 ret = unsync(vport, mac_cfg->mac_addr); in hclge_unsync_del_list() 9103 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_rm_vport_all_mac_table() local 9109 unsync = hclge_rm_uc_addr_common; in hclge_rm_vport_all_mac_table() 9112 unsync = hclge_rm_mc_addr_common; in hclge_rm_vport_all_mac_table() 9126 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table()
|