Searched refs:zapped (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/qrtr/
H A Daf_qrtr.c780 const struct sockaddr_qrtr *addr, int zapped)
788 if (!zapped && addr->sq_port == ipc->us.sq_port)
797 if (!zapped)
779 __qrtr_bind(struct socket *sock, const struct sockaddr_qrtr *addr, int zapped) argument
/linux-master/kernel/locking/
H A Dlockdep.c375 * @zapped: Head of a list with struct lock_class elements.
380 struct list_head zapped; member in struct:pending_free
1068 if (in_list(&class->lock_entry, &pf->zapped))
1193 INIT_LIST_HEAD(&delayed_free.pf[0].zapped);
1194 INIT_LIST_HEAD(&delayed_free.pf[1].zapped);
3429 * length > MAX_CHAIN_BUCKETS is ever used and zapped, it will just be
6140 list_move_tail(&class->lock_entry, &pf->zapped);
6194 if (list_empty(&pf->zapped))
6215 list_for_each_entry(class, &pf->zapped, lock_entry)
6218 list_splice_init(&pf->zapped,
[all...]
/linux-master/net/bluetooth/
H A Dl2cap_sock.c188 bool zapped; local
193 zapped = sock_flag(sk, SOCK_ZAPPED);
196 if (zapped)
1198 /* Kill socket (only if zapped and orphan)
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c854 * zapped for NX recovery" pages. Note, the shadow page can already be
1044 /* Return true if at least one SPTE was zapped, false otherwise */
2201 * If the sync fails, the page is zapped. If so, break
2492 /* Returns the number of zapped non-leaf child shadow pages. */
2527 int zapped = 0; local
2531 zapped += mmu_page_zap_pte(kvm, sp, sp->spt + i, invalid_list);
2533 return zapped;
2549 int i, zapped = 0; local
2562 zapped++;
2566 return zapped;
[all...]

Completed in 180 milliseconds