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

/freebsd-12-stable/sys/fs/nfs/
H A Dnfsrvstate.h171 struct nfsslot sess_slots[NFSV4_SLOTS];
H A Dnfs.h55 #define NFSV4_SLOTS 64 /* Number of slots, fore channel */ macro
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c6233 sep->sess_slots, NULL, NFSV4_SLOTS - 1);
6257 *highest_slotidp = *target_highest_slotidp = NFSV4_SLOTS - 1;
6513 for (i = 0; i < NFSV4_SLOTS; i++)
H A Dnfs_nfsdserv.c4205 if (sep->sess_maxslots > NFSV4_SLOTS)
4206 sep->sess_maxslots = NFSV4_SLOTS;

Completed in 73 milliseconds