Home
last modified time | relevance | path

Searched refs:new_tail (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/amd64/amd64/
HDpmap.c2729 struct pch new_tail; in reclaim_pv_chunk() local
2750 TAILQ_INIT(&new_tail); in reclaim_pv_chunk()
2769 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reclaim_pv_chunk()
2820 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reclaim_pv_chunk()
2842 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reclaim_pv_chunk()
2848 TAILQ_CONCAT(&pv_chunks, &new_tail, pc_lru); in reclaim_pv_chunk()
3016 struct pch new_tail; in reserve_pv_entries() local
3031 TAILQ_INIT(&new_tail); in reserve_pv_entries()
3067 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reserve_pv_entries()
3070 if (!TAILQ_EMPTY(&new_tail)) { in reserve_pv_entries()
[all …]
/trueos/sys/netinet/
HDsctp_output.c11995 struct mbuf **new_tail) in sctp_copy_resume() argument
12006 *new_tail = m_last(m); in sctp_copy_resume()
12848 struct mbuf *new_tail, *mm; in sctp_lower_sosend() local
12859 new_tail = NULL; in sctp_lower_sosend()
12864 mm = sctp_copy_resume(uio, max_len, user_marks_eor, &error, &sndout, &new_tail); in sctp_lower_sosend()
12889 sp->tail_mbuf = new_tail; in sctp_lower_sosend()
12893 sp->tail_mbuf = new_tail; in sctp_lower_sosend()