Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/kernel/locking/
H A Dlockdep.c380 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()
6196 if (list_empty(&pf->zapped)) in prepare_call_rcu_zapped()
6217 list_for_each_entry(class, &pf->zapped, lock_entry) in __free_zapped_classes()
6220 list_splice_init(&pf->zapped, &free_lock_classes); in __free_zapped_classes()
/openbmc/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()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst200 Page table entries for shared pages are cleared when the pages are zapped or
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c2521 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()
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst460 pages are zapped when there is an overflow.
/openbmc/linux/Documentation/scsi/
H A DChangeLog.megaraid174 Hopefully we'll be getting the build restriction zapped much sooner,
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst4384 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.
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2594 [KVM] Controls how many 4KiB pages are periodically zapped
2604 on the ratio, such that a page is zapped after 1 hour on average.
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch8994 +// Object fd & size will be zapped by this & need setting later