Searched refs:max (Results 51 - 52 of 52) sorted by relevance

123

/xnu-2782.1.97/bsd/nfs/
H A Dnfs_socket.c118 int nfsrv_sock_max_rec_queue_length = 128; /* max # RPC records queued on (UDP) socket */
712 * Its been a while (2 seconds) and we have less than the max number of concurrent sockets to search (4)
4790 /* limit timeout to max */
5475 timeo = (nmp->nm_deadtimeout > timeo) ? max(nmp->nm_deadtimeout/8, timeo) : timeo;
5919 /* already have max # RPC records queued on this socket */
H A Dnfs_vfsops.c619 /* Is server's max file size at least 4GB? */
3265 iosize = max(nmp->nm_rsize, nmp->nm_wsize);

Completed in 34 milliseconds

123