Home
last modified time | relevance | path

Searched refs:highslot (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c3588 uint32_t seqid, slotid = 0, highslot, cachethis __unused; in nfscl_docb() local
3902 highslot = fxdr_unsigned(uint32_t, *tl++); in nfscl_docb()
3923 highslot, tsep->nfsess_cbslots, &rep, in nfscl_docb()
3957 highslot = fxdr_unsigned(uint32_t, *tl); in nfscl_docb()
3965 if ((highslot + 1) < tsep->nfsess_foreslots) { in nfscl_docb()
3966 tsep->nfsess_foreslots = (highslot + 1); in nfscl_docb()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c5242 nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot, in nfsv4_seqsession() argument