Searched refs:free_chunks (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_var.h | 153 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 D | sctp_structs.h | 814 struct sctpchunk_listhead free_chunks; member
|
H A D | sctp_uio.h | 282 uint32_t free_chunks; member
|
H A D | sctp_pcb.c | 92 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks); in sctp_fill_pcbinfo() 4834 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) { in sctp_free_assoc() 4835 TAILQ_REMOVE(&asoc->free_chunks, chk, sctp_next); in sctp_free_assoc()
|
H A D | sctputil.c | 1342 TAILQ_INIT(&asoc->free_chunks); in sctp_init_asoc()
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 6891 struct pv_chunklist free_chunks[PMAP_MEMDOM]; in pmap_remove_pages() local 6906 TAILQ_INIT(&free_chunks[i]); in pmap_remove_pages() 7056 TAILQ_INSERT_TAIL(&free_chunks[pc_to_domain(pc)], pc, in pmap_remove_pages() 7064 free_pv_chunk_batch(free_chunks); in pmap_remove_pages()
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 8544 struct pv_chunklist free_chunks[PMAP_MEMDOM]; in pmap_remove_pages() local 8584 TAILQ_INIT(&free_chunks[i]); in pmap_remove_pages() 8722 TAILQ_INSERT_TAIL(&free_chunks[pc_to_domain(pc)], pc, pc_list); in pmap_remove_pages() 8729 free_pv_chunk_batch((struct pv_chunklist *)&free_chunks); in pmap_remove_pages()
|