Home
last modified time | relevance | path

Searched refs:free_chunks (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_var.h153 TAILQ_INSERT_TAIL(&(_stcb)->asoc.free_chunks, (_chk), sctp_next); \
164 if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks)) { \
172 (_chk) = TAILQ_FIRST(&(_stcb)->asoc.free_chunks); \
173 TAILQ_REMOVE(&(_stcb)->asoc.free_chunks, (_chk), sctp_next); \
H A Dsctp_structs.h814 struct sctpchunk_listhead free_chunks; member
H A Dsctp_uio.h282 uint32_t free_chunks; member
H A Dsctp_pcb.c92 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks); in sctp_fill_pcbinfo()
4961 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) { in sctp_free_assoc()
4962 TAILQ_REMOVE(&asoc->free_chunks, chk, sctp_next); in sctp_free_assoc()
H A Dsctputil.c1342 TAILQ_INIT(&asoc->free_chunks); in sctp_init_asoc()
/freebsd/sys/arm64/arm64/
H A Dpmap.c6741 struct pv_chunklist free_chunks[PMAP_MEMDOM]; in pmap_remove_pages() local
6756 TAILQ_INIT(&free_chunks[i]); in pmap_remove_pages()
6906 TAILQ_INSERT_TAIL(&free_chunks[pc_to_domain(pc)], pc, in pmap_remove_pages()
6914 free_pv_chunk_batch(free_chunks); in pmap_remove_pages()
/freebsd/sys/amd64/amd64/
H A Dpmap.c8511 struct pv_chunklist free_chunks[PMAP_MEMDOM]; in pmap_remove_pages() local
8551 TAILQ_INIT(&free_chunks[i]); in pmap_remove_pages()
8689 TAILQ_INSERT_TAIL(&free_chunks[pc_to_domain(pc)], pc, pc_list); in pmap_remove_pages()
8696 free_pv_chunk_batch((struct pv_chunklist *)&free_chunks); in pmap_remove_pages()