Searched refs:zapped (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/net/qrtr/ |
D | af_qrtr.c | 780 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.6.21/kernel/locking/ |
D | lockdep.c | 380 struct list_head zapped; member 1068 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list() 1193 INIT_LIST_HEAD(&delayed_free.pf[0].zapped); in init_data_structures_once() 1194 INIT_LIST_HEAD(&delayed_free.pf[1].zapped); in init_data_structures_once() 6140 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class() 6194 if (list_empty(&pf->zapped)) in call_rcu_zapped() 6215 list_for_each_entry(class, &pf->zapped, lock_entry) in __free_zapped_classes() 6218 list_splice_init(&pf->zapped, &free_lock_classes); in __free_zapped_classes()
|
/linux-6.6.21/net/bluetooth/ |
D | l2cap_sock.c | 188 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.6.21/Documentation/admin-guide/mm/ |
D | pagemap.rst | 200 Page table entries for shared pages are cleared when the pages are zapped or
|
/linux-6.6.21/arch/x86/kvm/mmu/ |
D | mmu.c | 2521 int zapped = 0; in kvm_mmu_page_unlink_children() local 2525 zapped += mmu_page_zap_pte(kvm, sp, sp->spt + i, invalid_list); in kvm_mmu_page_unlink_children() 2527 return zapped; in kvm_mmu_page_unlink_children() 2543 int i, zapped = 0; in mmu_zap_unsync_children() local 2556 zapped++; in mmu_zap_unsync_children() 2560 return zapped; in mmu_zap_unsync_children()
|
/linux-6.6.21/Documentation/virt/kvm/x86/ |
D | mmu.rst | 460 pages are zapped when there is an overflow.
|
/linux-6.6.21/Documentation/scsi/ |
D | ChangeLog.megaraid | 174 Hopefully we'll be getting the build restriction zapped much sooner,
|
/linux-6.6.21/Documentation/filesystems/ |
D | xfs-online-fsck-design.rst | 4384 Damaged files and directories are zapped, and files with no parent are 4711 during phase 3 to decide which files are corrupt enough to be zapped. 4716 Corrupt directories are noted but not zapped.
|
/linux-6.6.21/Documentation/admin-guide/ |
D | kernel-parameters.txt | 2580 [KVM] Controls how many 4KiB pages are periodically zapped 2590 on the ratio, such that a page is zapped after 1 hour on average.
|