Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching refs:n_chunk

3299    Int    n_chunk;
3309 n_chunk = ML_(am_read)( sr_Res(fd), &procmap_buf[buf_n_tot],
3311 if (n_chunk >= 0)
3312 buf_n_tot += n_chunk;
3313 } while ( n_chunk > 0 && buf_n_tot < M_PROCMAP_BUF );