Home
last modified time | relevance | path

Searched refs:m_epg_last_len (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dmbuf.h372 uint16_t m_epg_last_len; member
405 return (m->m_epg_last_len); in m_epg_pagelen()
427 MCHECK(m->m_epg_last_len > 0, "zero last page length"); \
428 MCHECK(m->m_epg_last_len <= PAGE_SIZE, \
432 m->m_epg_last_len <= PAGE_SIZE, \
/f-stack/freebsd/kern/
H A Dkern_mbuf.c1140 m->m_epg_last_len = 0; in mb_alloc_ext_pgs()
1639 m->m_epg_last_len = PAGE_SIZE; in mb_mapped_to_unmapped()
1673 m->m_epg_last_len = PAGE_SIZE - pglen; in mb_mapped_to_unmapped()
H A Dkern_sendfile.c1054 m0->m_epg_last_len = xfs; in vn_sendfile()
H A Duipc_mbuf.c1721 mb->m_epg_last_len = length - PAGE_SIZE * (mb->m_epg_npgs - 1); in m_uiotombuf_nomap()