Home
last modified time | relevance | path

Searched refs:m_end (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_phys.c1152 vm_page_t m_end; in vm_phys_enqueue_contig() local
1162 m_end = m + npages; in vm_phys_enqueue_contig()
1165 m + (1 << order) <= m_end) { in vm_phys_enqueue_contig()
1181 while (m < m_end) { in vm_phys_enqueue_contig()
1185 order = flsl(m_end - m) - 1; in vm_phys_enqueue_contig()
1200 vm_page_t m_start, m_end; in vm_phys_free_contig() local
1208 m_end = m + npages; in vm_phys_free_contig()
1209 order_end = max_order(m_end); in vm_phys_free_contig()
1211 m_end -= 1 << order_end; in vm_phys_free_contig()
1216 if (m_start < m_end) in vm_phys_free_contig()
[all …]
H A Dvm_page.c2569 vm_page_scan_contig(u_long npages, vm_page_t m_start, vm_page_t m_end, in vm_page_scan_contig() argument
2585 for (m = m_start; m < m_end && run_len < npages; m += m_inc) { in vm_page_scan_contig()
2600 if (m + npages > m_end) in vm_page_scan_contig()
2752 vm_page_t m, m_end, m_new; in vm_page_reclaim_run() local
2760 m_end = m_run + npages; in vm_page_reclaim_run()
2761 for (; error == 0 && m < m_end; m++) { in vm_page_reclaim_run()
H A Dvm_page.h666 vm_page_t m_end, u_long alignment, vm_paddr_t boundary, int options);
/f-stack/freebsd/netinet/
H A Dsctp_auth.h210 sctp_add_auth_chunk(struct mbuf *m, struct mbuf **m_end,
H A Dsctp_output.c10846 struct mbuf *m_out, *m_end = NULL; in sctp_send_abort_tcb() local
10862 m_out = sctp_add_auth_chunk(NULL, &m_end, &auth, &auth_offset, in sctp_send_abort_tcb()
10897 SCTP_BUF_NEXT(m_end) = m_abort; in sctp_send_abort_tcb()
13704 sctp_add_auth_chunk(struct mbuf *m, struct mbuf **m_end, in sctp_add_auth_chunk() argument
13713 if ((m_end == NULL) || (auth_ret == NULL) || (offset == NULL) || in sctp_add_auth_chunk()
13751 m = sctp_copy_mbufchain(m_auth, m, m_end, 1, chunk_len, 0); in sctp_add_auth_chunk()