Searched refs:ste_length (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h72 off_t ste_length; /* length of swap area */ member in struct:swapent
97 off32_t ste_length; /* length of swap area */ member in struct:swapent32
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c589 st.ste_length = (off_t)0;
598 st.ste_length +=
613 st.ste_length = MIN(cap, st.ste_length);
683 st.ste_length =
884 st.ste_length = (off_t)0;
893 st.ste_length +=
908 st.ste_length = MIN(cap, st.ste_length);
976 st.ste_length
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c772 sa->len = swt_ent->ste_length;
790 sa->len == swt_ent->ste_length) {

Completed in 62 milliseconds