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

/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c3663 bool consecutive, must_commit, tryoutcred; local
3728 consecutive = true;
3730 consecutive = false;
3765 ap->a_outcred, consecutive, &must_commit);
3770 ap->a_incred, consecutive, &must_commit);
3778 if (consecutive == false) {
3796 } else if (error == NFSERR_OFFLOADNOREQS && consecutive) {
3798 * Try consecutive == false, which is ok only if all
3800 * If only some bytes were copied when consecutive
3804 consecutive
[all...]
H A Dnfs_clrpcops.c8119 struct ucred *cred, bool consecutive, bool *must_commitp)
8146 outattrflagp, consecutive, &commit, cred, curthread);
8188 int *outattrflagp, bool consecutive, int *commitp, struct ucred *cred,
8223 if (consecutive)
8287 * For the case where consecutive is not supported, but
8288 * synchronous is supported, we can try consecutive == false
8294 if (!consecutive || *++tl == newnfs_false)
8116 nfsrpc_copy_file_range(vnode_t invp, off_t *inoffp, vnode_t outvp, off_t *outoffp, size_t *lenp, unsigned int flags, int *inattrflagp, struct nfsvattr *innap, int *outattrflagp, struct nfsvattr *outnap, struct ucred *cred, bool consecutive, bool *must_commitp) argument
8185 nfsrpc_copyrpc(vnode_t invp, off_t inoff, vnode_t outvp, off_t outoff, size_t *lenp, nfsv4stateid_t *instateidp, nfsv4stateid_t *outstateidp, struct nfsvattr *innap, int *inattrflagp, struct nfsvattr *outnap, int *outattrflagp, bool consecutive, int *commitp, struct ucred *cred, NFSPROC_T *p) argument
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpireg.h553 uint32_t consecutive; member in struct:wpi_beacon_missed
H A Dif_wpi.c2246 misses = le32toh(miss->consecutive);
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwnreg.h1434 uint32_t consecutive; member in struct:iwn_beacon_missed
H A Dif_iwn.c4047 misses = le32toh(miss->consecutive);
4053 * If more than 5 consecutive beacons are missed,

Completed in 281 milliseconds