Searched refs:unsync (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/net/core/ |
D | dev_addr_lists.c | 317 int (*unsync)(struct net_device *, in __hw_addr_sync_dev() 329 if (unsync && unsync(dev, ha->addr)) in __hw_addr_sync_dev() 373 int (*unsync)(struct net_device *, in __hw_addr_ref_sync_dev() 387 if (unsync && unsync(dev, ha->addr, ref_cnt)) in __hw_addr_ref_sync_dev() 430 int (*unsync)(struct net_device *, in __hw_addr_ref_unsync_dev() 440 if (unsync && unsync(dev, ha->addr, ha->sync_cnt)) in __hw_addr_ref_unsync_dev() 464 int (*unsync)(struct net_device *, in __hw_addr_unsync_dev() 474 if (unsync && unsync(dev, ha->addr)) in __hw_addr_unsync_dev()
|
/linux-6.1.9/arch/x86/kvm/mmu/ |
D | mmutrace.h | 16 __field(bool, unsync) 23 __entry->unsync = sp->unsync; 46 __entry->unsync ? "unsync" : "sync", 0); \
|
D | mmu_internal.h | 58 bool unsync; member
|
D | mmu.c | 1764 if (sp->unsync) in mmu_pages_add() 1810 } else if (child->unsync) { in __mmu_unsync_walk() 1836 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page() 1838 sp->unsync = 0; in kvm_unlink_unsync_page() 2059 if (role.level > PG_LEVEL_4K && sp->unsync) in kvm_mmu_find_shadow_page() 2069 if (sp->unsync) { in kvm_mmu_find_shadow_page() 2330 if (sp->unsync_children || sp->unsync) in __link_shadow_page() 2459 if (sp->unsync) in __kvm_mmu_prepare_zap_page() 2667 sp->unsync = 1; in kvm_unsync_page() 2702 if (sp->unsync) in mmu_try_to_unsync_pages() [all …]
|
D | paging_tmpl.h | 932 if (!sp->unsync) in FNAME()
|
/linux-6.1.9/include/linux/ |
D | netdevice.h | 4500 int (*unsync)(struct net_device *, 4506 int (*unsync)(struct net_device *, 4510 int (*unsync)(struct net_device *, 4514 int (*unsync)(struct net_device *, 4560 int (*unsync)(struct net_device *, in __dev_uc_sync() 4563 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync() 4574 int (*unsync)(struct net_device *, in __dev_uc_unsync() 4577 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync() 4604 int (*unsync)(struct net_device *, in __dev_mc_sync() 4607 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync() [all …]
|
/linux-6.1.9/Documentation/virt/kvm/x86/ |
D | mmu.rst | 237 unsync: 240 changed but before the tlb entry is flushed. Accordingly, unsync ptes 244 How many sptes in the page point at pages that are unsync (or have
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 8830 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_unsync_vport_mac_list() local 8835 unsync = hclge_rm_uc_addr_common; in hclge_unsync_vport_mac_list() 8837 unsync = hclge_rm_mc_addr_common; in hclge_unsync_vport_mac_list() 8840 ret = unsync(vport, mac_node->mac_addr); in hclge_unsync_vport_mac_list() 9036 int (*unsync)(struct hclge_vport *vport, in hclge_unsync_del_list() 9045 ret = unsync(vport, mac_cfg->mac_addr); in hclge_unsync_del_list() 9067 int (*unsync)(struct hclge_vport *vport, const unsigned char *addr); in hclge_rm_vport_all_mac_table() local 9073 unsync = hclge_rm_uc_addr_common; in hclge_rm_vport_all_mac_table() 9076 unsync = hclge_rm_mc_addr_common; in hclge_rm_vport_all_mac_table() 9090 hclge_unsync_del_list(vport, unsync, is_del_list, &tmp_del_list); in hclge_rm_vport_all_mac_table()
|