Searched refs:zapped (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/qrtr/ |
D | qrtr.c | 744 const struct sockaddr_qrtr *addr, int zapped) in __qrtr_bind() argument 752 if (!zapped && addr->sq_port == ipc->us.sq_port) in __qrtr_bind() 761 if (!zapped) in __qrtr_bind()
|
/kernel/linux/linux-5.10/kernel/locking/ |
D | lockdep.c | 348 struct list_head zapped; member 1028 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list() 1153 INIT_LIST_HEAD(&delayed_free.pf[0].zapped); in init_data_structures_once() 1154 INIT_LIST_HEAD(&delayed_free.pf[1].zapped); in init_data_structures_once() 5919 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class() 5976 if (list_empty(&pf->zapped)) in call_rcu_zapped() 5997 list_for_each_entry(class, &pf->zapped, lock_entry) in __free_zapped_classes() 6000 list_splice_init(&pf->zapped, &free_lock_classes); in __free_zapped_classes()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | l2cap_sock.c | 201 bool zapped; in l2cap_sock_connect() local 206 zapped = sock_flag(sk, SOCK_ZAPPED); in l2cap_sock_connect() 209 if (zapped) in l2cap_sock_connect()
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
D | mmu.c | 2254 int zapped = 0; in kvm_mmu_page_unlink_children() local 2258 zapped += mmu_page_zap_pte(kvm, sp, sp->spt + i, invalid_list); in kvm_mmu_page_unlink_children() 2260 return zapped; in kvm_mmu_page_unlink_children() 2276 int i, zapped = 0; in mmu_zap_unsync_children() local 2289 zapped++; in mmu_zap_unsync_children() 2293 return zapped; in mmu_zap_unsync_children()
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | mmu.rst | 459 pages are zapped when there is an overflow.
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | ChangeLog.megaraid | 174 Hopefully we'll be getting the build restriction zapped much sooner,
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | kernel-parameters.txt | 2292 [KVM] Controls how many 4KiB pages are periodically zapped
|