Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ncurses/progs/
HDinfocmp.c108 ENTRY *new_tail = _nc_tail; in ExitProgram() local
113 _nc_tail = new_tail; in ExitProgram()
/freebsd-11-stable/sys/arm64/arm64/
HDpmap.c2162 struct pch new_tail; in reserve_pv_entries() local
2177 TAILQ_INIT(&new_tail); in reserve_pv_entries()
2207 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reserve_pv_entries()
2218 if (!TAILQ_EMPTY(&new_tail)) { in reserve_pv_entries()
2220 TAILQ_CONCAT(&pv_chunks, &new_tail, pc_lru); in reserve_pv_entries()
/freebsd-11-stable/sys/amd64/amd64/
HDpmap.c3580 struct pch new_tail; in reserve_pv_entries() local
3595 TAILQ_INIT(&new_tail); in reserve_pv_entries()
3630 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reserve_pv_entries()
3641 if (!TAILQ_EMPTY(&new_tail)) { in reserve_pv_entries()
3643 TAILQ_CONCAT(&pv_chunks, &new_tail, pc_lru); in reserve_pv_entries()
/freebsd-11-stable/sys/netinet/
HDsctp_output.c12374 struct mbuf **new_tail) in sctp_copy_resume() argument
12385 *new_tail = m_last(m); in sctp_copy_resume()
13262 struct mbuf *new_tail, *mm; in sctp_lower_sosend() local
13274 new_tail = NULL; in sctp_lower_sosend()
13279 mm = sctp_copy_resume(uio, (int)max_len, user_marks_eor, &error, &sndout, &new_tail); in sctp_lower_sosend()
13313 sp->tail_mbuf = new_tail; in sctp_lower_sosend()
13317 sp->tail_mbuf = new_tail; in sctp_lower_sosend()