Searched refs:zapped (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep.c | 343 * @zapped: Head of a list with struct lock_class elements. 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() 3289 * length > MAX_CHAIN_BUCKETS is ever used and zapped, it will just be 5920 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class() 5977 if (list_empty(&pf->zapped)) in call_rcu_zapped() 5998 list_for_each_entry(class, &pf->zapped, lock_entry) in __free_zapped_classes() 6001 list_splice_init(&pf->zapped, in __free_zapped_classes() [all...] |
/kernel/linux/linux-5.10/net/qrtr/ |
H A D | af_qrtr.c | 759 const struct sockaddr_qrtr *addr, int zapped) in __qrtr_bind() 767 if (!zapped && addr->sq_port == ipc->us.sq_port) in __qrtr_bind() 776 if (!zapped) in __qrtr_bind() 758 __qrtr_bind(struct socket *sock, const struct sockaddr_qrtr *addr, int zapped) __qrtr_bind() argument
|
/kernel/linux/linux-6.6/net/qrtr/ |
H A D | af_qrtr.c | 780 const struct sockaddr_qrtr *addr, int zapped) in __qrtr_bind() 788 if (!zapped && addr->sq_port == ipc->us.sq_port) in __qrtr_bind() 797 if (!zapped) in __qrtr_bind() 779 __qrtr_bind(struct socket *sock, const struct sockaddr_qrtr *addr, int zapped) __qrtr_bind() argument
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | lockdep.c | 375 * @zapped: Head of a list with struct lock_class elements. 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() 3429 * length > MAX_CHAIN_BUCKETS is ever used and zapped, it will just be 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, in __free_zapped_classes() [all...] |
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | l2cap_sock.c | 202 bool zapped; in l2cap_sock_connect() local 207 zapped = sock_flag(sk, SOCK_ZAPPED); in l2cap_sock_connect() 210 if (zapped) in l2cap_sock_connect() 1243 /* Kill socket (only if zapped and orphan)
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A 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() 1209 /* Kill socket (only if zapped and orphan)
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | mmu.c | 2217 /* Returns the number of zapped non-leaf child shadow pages. */ 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() 3596 * If the page table is zapped by other cpus, let CPU fault again on in handle_mmio_page_fault() 3671 * be zapped before KVM inserts a new MMIO SPTE for the gfn. in try_async_pf() 5403 * loaded a new root, i.e. the shadow pages being zapped canno in kvm_zap_obsolete_pages() [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | mmu.c | 848 * zapped for NX recovery" pages. Note, the shadow page can already be in track_possible_nx_huge_page() 1038 /* Return true if at least one SPTE was zapped, false otherwise */ 2195 * If the sync fails, the page is zapped. If so, break in kvm_mmu_find_shadow_page() 2486 /* Returns the number of zapped non-leaf child shadow pages. */ 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() [all...] |
Completed in 39 milliseconds