Searched refs:free_chunks (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_var.h | 156 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 D | sctp_structs.h | 813 struct sctpchunk_listhead free_chunks; member
|
| H A D | sctp_uio.h | 285 uint32_t free_chunks; member
|
| H A D | sctp_pcb.c | 95 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 D | sctputil.c | 1335 TAILQ_INIT(&asoc->free_chunks); in sctp_init_asoc()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp_uio.h | 285 uint32_t free_chunks; member
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 8001 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()
|