Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_lock.c363 nfs_lockd_send_request(LOCKD_MSG *msg, int interruptable) in nfs_lockd_send_request() argument
394 } while (!interruptable && kr == MACH_SEND_INTERRUPTED); in nfs_lockd_send_request()
424 int interruptable, slpflag; in nfs3_lockd_request() local
451 interruptable = NMFLAG(nmp, INTR); in nfs3_lockd_request()
467 error = nfs_lockd_send_request(msg, interruptable); in nfs3_lockd_request()
490 slpflag = (interruptable && (type != F_UNLCK)) ? PCATCH : 0; in nfs3_lockd_request()
552 interruptable = NMFLAG(nmp, INTR); in nfs3_lockd_request()
584 interruptable = NMFLAG(nmp, INTR); in nfs3_lockd_request()