Searched refs:new_tail (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/amd64/amd64/ |
| D | pmap.c | 2125 struct pch new_tail; in reclaim_pv_chunk() local 2142 TAILQ_INIT(&new_tail); in reclaim_pv_chunk() 2161 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reclaim_pv_chunk() 2207 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reclaim_pv_chunk() 2229 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reclaim_pv_chunk() 2235 TAILQ_CONCAT(&pv_chunks, &new_tail, pc_lru); in reclaim_pv_chunk() 2403 struct pch new_tail; in reserve_pv_entries() local 2418 TAILQ_INIT(&new_tail); in reserve_pv_entries() 2454 TAILQ_INSERT_TAIL(&new_tail, pc, pc_lru); in reserve_pv_entries() 2457 if (!TAILQ_EMPTY(&new_tail)) { in reserve_pv_entries() [all …]
|
| /freebsd-9-stable/sys/netinet/ |
| D | sctp_output.c | 12053 struct mbuf **new_tail) in sctp_copy_resume() argument 12064 *new_tail = m_last(m); in sctp_copy_resume() 12908 struct mbuf *new_tail, *mm; in sctp_lower_sosend() local 12919 new_tail = NULL; in sctp_lower_sosend() 12924 mm = sctp_copy_resume(uio, max_len, user_marks_eor, &error, &sndout, &new_tail); in sctp_lower_sosend() 12949 sp->tail_mbuf = new_tail; in sctp_lower_sosend() 12953 sp->tail_mbuf = new_tail; in sctp_lower_sosend()
|