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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c3514 int clearjbtimeo = 0; local
3558 clearjbtimeo = (nmp->nm_jbreqs == 0) ? NFSSTA_JUKEBOXTIMEO : 0;
3565 if (clearjbtimeo)
3566 nfs_up(nmp, req->r_thread, clearjbtimeo, NULL);
3734 int error, clearjbtimeo; local
3951 clearjbtimeo = (nmp->nm_jbreqs == 0) ? NFSSTA_JUKEBOXTIMEO : 0;
3953 nfs_up(nmp, req->r_thread, clearjbtimeo, "resource available again");
4095 clearjbtimeo = (nmp->nm_jbreqs == 0) ? NFSSTA_JUKEBOXTIMEO : 0;
4097 if (clearjbtimeo)
4098 nfs_up(nmp, req->r_thread, clearjbtimeo, NUL
[all...]

Completed in 19 milliseconds