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

/freebsd-11.0-release/sys/fs/nfs/
H A Dnfsrvstate.h132 struct nfsslot sess_slots[NFSV4_SLOTS];
H A Dnfs.h53 #define NFSV4_SLOTS 64 /* Number of slots, fore channel */ macro
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c5784 sep->sess_slots, NULL, NFSV4_SLOTS - 1);
5823 *highest_slotidp = *target_highest_slotidp = NFSV4_SLOTS - 1;
5949 for (i = 0; i < NFSV4_SLOTS; i++)
H A Dnfs_nfsdserv.c3882 if (sep->sess_maxslots > NFSV4_SLOTS)
3883 sep->sess_maxslots = NFSV4_SLOTS;

Completed in 175 milliseconds