Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/kernel/locking/
H A Dlockdep.c385 struct list_head zapped; member
1079 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list()
1204 INIT_LIST_HEAD(&delayed_free.pf[0].zapped); in init_data_structures_once()
1205 INIT_LIST_HEAD(&delayed_free.pf[1].zapped); in init_data_structures_once()
6263 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class()
6322 if (list_empty(&pf->zapped)) in prepare_call_rcu_zapped()
6343 list_for_each_entry(class, &pf->zapped, lock_entry) in __free_zapped_classes()
6346 list_splice_init(&pf->zapped, &free_lock_classes); in __free_zapped_classes()
/linux-6.15/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()
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c2606 int zapped = 0; in kvm_mmu_page_unlink_children() local
2610 zapped += mmu_page_zap_pte(kvm, sp, sp->spt + i, invalid_list); in kvm_mmu_page_unlink_children()
2612 return zapped; in kvm_mmu_page_unlink_children()
2628 int i, zapped = 0; in mmu_zap_unsync_children() local
2641 zapped++; in mmu_zap_unsync_children()
2645 return zapped; in mmu_zap_unsync_children()
/linux-6.15/Documentation/admin-guide/mm/
H A Dpagemap.rst196 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-6.15/Documentation/scsi/
H A DChangeLog.megaraid174 Hopefully we'll be getting the build restriction zapped much sooner,
/linux-6.15/Documentation/virt/kvm/x86/
H A Dmmu.rst485 pages are zapped when there is an overflow.
/linux-6.15/Documentation/mm/
H A Dprocess_addrs.rst322 caller has both zapped the range and prevented any further faults or
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst4384 Damaged files and directories are zapped, and files with no parent are
4766 zapped.
4771 Corrupt directories are noted but not zapped.
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt2842 [KVM] Controls how many 4KiB pages are periodically zapped
2852 on the ratio, such that a page is zapped after 1 hour on average.