Home
last modified time | relevance | path

Searched refs:swp (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/libsyscall/custom/
H A D__vfork.s151 swp r1, r2, [r3] // look at the value, lock others out
190 swp r1, r2, [r3] // look at the value, lock others out
H A D__getpid.s133 swp r2, r1, [r3] // look at the value, lock others out
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_serv.c1530 struct nfsrv_descript *nd, *wp, *owp, *swp; in nfsrv_writegather() local
1767 swp = nd; in nfsrv_writegather()
1801 if (nd != swp) { in nfsrv_writegather()
1805 nd = swp->nd_coalesce.lh_first; in nfsrv_writegather()
1810 swp->nd_time = 1; in nfsrv_writegather()
1811 LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq); in nfsrv_writegather()