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

/xnu-2782.1.97/bsd/nfs/
H A Dnfs_lock.c358 nfs_lockd_send_request(LOCKD_MSG *msg, int interruptable) argument
369 /* In the kernel all mach messaging is interruptable */
387 } while (!interruptable && kr == MACH_SEND_INTERRUPTED);
419 int interruptable, slpflag; local
442 interruptable = NMFLAG(nmp, INTR);
458 error = nfs_lockd_send_request(msg, interruptable);
480 slpflag = (interruptable && (type != F_UNLCK)) ? PCATCH : 0;
540 interruptable = NMFLAG(nmp, INTR);
570 interruptable = NMFLAG(nmp, INTR);

Completed in 18 milliseconds