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

/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clvnops.c3805 bool consecutive, must_commit, tryoutcred; local
3904 consecutive = true;
3906 consecutive = false;
3960 ap->a_outcred, consecutive, &must_commit);
3965 ap->a_incred, consecutive, &must_commit);
3972 if (consecutive == false) {
3990 } else if (error == NFSERR_OFFLOADNOREQS && consecutive) {
3992 * Try consecutive == false, which is ok only if all
3994 * If only some bytes were copied when consecutive
3998 consecutive
[all...]
H A Dnfs_clrpcops.c8711 struct ucred *cred, bool consecutive, bool *must_commitp)
8738 outattrflagp, consecutive, &commit, cred, curthread);
8782 int *outattrflagp, bool consecutive, int *commitp, struct ucred *cred,
8844 if (consecutive)
8922 * For the case where consecutive is not supported, but
8923 * synchronous is supported, we can try consecutive == false
8929 if (!consecutive || *++tl == newnfs_false)
8708 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
8779 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-current/sys/dev/wpi/
H A Dif_wpireg.h552 uint32_t consecutive; member in struct:wpi_beacon_missed
H A Dif_wpi.c2240 misses = le32toh(miss->consecutive);
/freebsd-current/sys/dev/iwn/
H A Dif_iwnreg.h1433 uint32_t consecutive; member in struct:iwn_beacon_missed
H A Dif_iwn.c4041 misses = le32toh(miss->consecutive);
4047 * If more than 5 consecutive beacons are missed,

Completed in 182 milliseconds