Searched refs:new_tail (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 430 struct rte_mbuf *new_tail = NULL; in pmd_rx_burst() local 457 if (!new_tail || !seg) in pmd_rx_burst() 468 if (new_tail) in pmd_rx_burst() 469 new_tail->next = buf; in pmd_rx_burst() 470 new_tail = buf; in pmd_rx_burst() 471 new_tail->next = seg->next; in pmd_rx_burst()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 2599 struct pch new_tail; in reserve_pv_entries() local 2614 TAILQ_INIT(&new_tail); in reserve_pv_entries() 2644 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reserve_pv_entries() 2655 if (!TAILQ_EMPTY(&new_tail)) { in reserve_pv_entries() 2657 TAILQ_CONCAT(&pv_chunks, &new_tail, pc_lru); in reserve_pv_entries()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 12286 struct mbuf **new_tail) in sctp_copy_resume() argument 12297 *new_tail = m_last(m); in sctp_copy_resume() 13173 struct mbuf *new_tail, *mm; in sctp_lower_sosend() local 13185 new_tail = NULL; in sctp_lower_sosend() 13190 mm = sctp_copy_resume(uio, (int)max_len, user_marks_eor, &error, &sndout, &new_tail); in sctp_lower_sosend() 13223 sp->tail_mbuf = new_tail; in sctp_lower_sosend() 13227 sp->tail_mbuf = new_tail; in sctp_lower_sosend()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 5316 struct pch new_tail[PMAP_MEMDOM]; in reserve_pv_entries() local 5332 TAILQ_INIT(&new_tail[i]); in reserve_pv_entries() 5367 TAILQ_INSERT_TAIL(&new_tail[vm_page_domain(m)], pc, pc_lru); in reserve_pv_entries() 5379 if (TAILQ_EMPTY(&new_tail[i])) in reserve_pv_entries() 5383 TAILQ_CONCAT(&pvc->pvc_list, &new_tail[i], pc_lru); in reserve_pv_entries()
|