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

/darwin-on-arm/xnu/iokit/Kernel/arm/
H A DIOSharedLock.s53 swp r1, r1, [r0]
/darwin-on-arm/xnu/libsyscall/custom/
H A D__vfork.s150 swp r1, r2, [r3] // look at the value, lock others out
187 swp r1, r2, [r3] // look at the value, lock others out
H A D__getpid.s132 swp r2, r1, [r3] // look at the value, lock others out
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c1373 struct nfsrv_descript *nd, *wp, *owp, *swp; local
1592 swp = nd;
1626 if (nd != swp) {
1630 nd = swp->nd_coalesce.lh_first;
1635 swp->nd_time = 1;
1636 LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq);

Completed in 31 milliseconds