Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_var.h156 TAILQ_INSERT_TAIL(&(_stcb)->asoc.free_chunks, (_chk), sctp_next); \
167 if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks)) { \
175 (_chk) = TAILQ_FIRST(&(_stcb)->asoc.free_chunks); \
176 TAILQ_REMOVE(&(_stcb)->asoc.free_chunks, (_chk), sctp_next); \
H A Dsctp_structs.h813 struct sctpchunk_listhead free_chunks; member
H A Dsctp_uio.h285 uint32_t free_chunks; member
H A Dsctp_pcb.c95 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks); in sctp_fill_pcbinfo()
4969 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) { in sctp_free_assoc()
4970 TAILQ_REMOVE(&asoc->free_chunks, chk, sctp_next); in sctp_free_assoc()
H A Dsctputil.c1335 TAILQ_INIT(&asoc->free_chunks); in sctp_init_asoc()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h285 uint32_t free_chunks; member
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c8001 struct pv_chunklist free_chunks[PMAP_MEMDOM]; in pmap_remove_pages() local
8038 TAILQ_INIT(&free_chunks[i]); in pmap_remove_pages()
8166 TAILQ_INSERT_TAIL(&free_chunks[pc_to_domain(pc)], pc, pc_list); in pmap_remove_pages()
8173 free_pv_chunk_batch((struct pv_chunklist *)&free_chunks); in pmap_remove_pages()