HomeSort by: relevance | last modified time | path
    Searched refs:n_pushedhi (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs_subs.c 1798 np->n_pushedhi = 0;
1830 np->n_pushedhi = np->n_pushhi;
1835 if (np->n_pushhi > np->n_pushedhi)
1836 np->n_pushedhi = np->n_pushhi;
1844 (unsigned)np->n_pushedhi);
1859 return (lo >= np->n_pushedlo && hi <= np->n_pushedhi);
1887 np->n_pushedhi = hi;
1890 if (hi > np->n_pushedhi)
1891 np->n_pushedhi = hi;
1897 (unsigned)np->n_pushedhi);
    [all...]
nfsnode.h 136 #define n_pushedhi n_un1.nu_reg.nreg_pushedhi macro

Completed in 13 milliseconds