Searched refs:unsync (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/net/core/ |
A 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.3-rc2/arch/x86/kvm/mmu/ |
A D | mmutrace.h | 16 __field(bool, unsync) 23 __entry->unsync = sp->unsync; 46 __entry->unsync ? "unsync" : "sync", 0); \
|
A D | mmu_internal.h | 58 bool unsync; member
|
A D | mmu.c | 1813 if (sp->unsync) in mmu_pages_add() 1859 } else if (child->unsync) { in __mmu_unsync_walk() 1885 WARN_ON(!sp->unsync); in kvm_unlink_unsync_page() 1887 sp->unsync = 0; in kvm_unlink_unsync_page() 2118 if (sp->unsync) { in kvm_mmu_find_shadow_page() 2519 if (sp->unsync) in __kvm_mmu_prepare_zap_page() 2727 sp->unsync = 1; in kvm_unsync_page() 2762 if (sp->unsync) in mmu_try_to_unsync_pages() 2787 if (READ_ONCE(sp->unsync)) in mmu_try_to_unsync_pages() 3943 if (sp->unsync || sp->unsync_children) in is_unsync_root() [all …]
|
A D | paging_tmpl.h | 922 if (!sp->unsync) in FNAME()
|
/linux-6.3-rc2/include/linux/ |
A D | netdevice.h | 4534 int (*unsync)(struct net_device *, 4540 int (*unsync)(struct net_device *, 4544 int (*unsync)(struct net_device *, 4548 int (*unsync)(struct net_device *, 4594 int (*unsync)(struct net_device *, in __dev_uc_sync() 4597 return __hw_addr_sync_dev(&dev->uc, dev, sync, unsync); in __dev_uc_sync() 4608 int (*unsync)(struct net_device *, in __dev_uc_unsync() 4611 __hw_addr_unsync_dev(&dev->uc, dev, unsync); in __dev_uc_unsync() 4638 int (*unsync)(struct net_device *, in __dev_mc_sync() 4652 int (*unsync)(struct net_device *, in __dev_mc_unsync() [all …]
|
/linux-6.3-rc2/Documentation/virt/kvm/x86/ |
A 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.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A 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()
|
Completed in 57 milliseconds