Home
last modified time | relevance | path

Searched refs:zapped (Results 1 – 10 of 10) sorted by relevance

/linux/net/qrtr/
H A Daf_qrtr.c780 const struct sockaddr_qrtr *addr, int zapped) in __qrtr_bind() argument
788 if (!zapped && addr->sq_port == ipc->us.sq_port) in __qrtr_bind()
797 if (!zapped) in __qrtr_bind()
/linux/kernel/locking/
H A Dlockdep.c383 struct list_head zapped; member
1077 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list()
1202 INIT_LIST_HEAD(&delayed_free.pf[0].zapped); in init_data_structures_once()
1203 INIT_LIST_HEAD(&delayed_free.pf[1].zapped); in init_data_structures_once()
6265 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class()
6324 if (list_empty(&pf->zapped)) in prepare_call_rcu_zapped()
6345 list_for_each_entry(class, &pf->zapped, lock_entry) in __free_zapped_classes()
6348 list_splice_init(&pf->zapped, &free_lock_classes); in __free_zapped_classes()
/linux/net/bluetooth/
H A Dl2cap_sock.c188 bool zapped; in l2cap_sock_connect() local
193 zapped = sock_flag(sk, SOCK_ZAPPED); in l2cap_sock_connect()
196 if (zapped) in l2cap_sock_connect()
1247 /* Kill socket (only if zapped and orphan)
/linux/arch/x86/kvm/mmu/
H A Dmmu.c2638 int zapped = 0; in kvm_mmu_page_unlink_children() local
2642 zapped += mmu_page_zap_pte(kvm, sp, sp->spt + i, invalid_list); in kvm_mmu_page_unlink_children()
2644 return zapped; in kvm_mmu_page_unlink_children()
2660 int i, zapped = 0; in mmu_zap_unsync_children() local
2673 zapped++; in mmu_zap_unsync_children()
2677 return zapped; in mmu_zap_unsync_children()
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst197 Page table entries for shared pages are cleared when the pages are zapped or
H A Duserfaultfd.rst265 - Dirty information will not get lost if the pte was zapped due to
/linux/Documentation/scsi/
H A DChangeLog.megaraid174 Hopefully we'll be getting the build restriction zapped much sooner,
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst485 pages are zapped when there is an overflow.
/linux/Documentation/mm/
H A Dprocess_addrs.rst325 caller has both zapped the range and prevented any further faults or
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3081 [KVM] Controls how many 4KiB pages are periodically zapped
3091 on the ratio, such that a page is zapped after 1 hour on average.