Searched refs:free_chunks (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dsctputil.c1260 TAILQ_INIT(&asoc->free_chunks);
H A Dsctp_structs.h821 struct sctpchunk_listhead free_chunks; member in struct:sctp_association
H A Dsctp_pcb.c97 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks);
4999 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
5000 TAILQ_REMOVE(&asoc->free_chunks, chk, sctp_next);
H A Dsctp_var.h155 TAILQ_INSERT_TAIL(&(_stcb)->asoc.free_chunks, (_chk), sctp_next); \
166 if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks)) { \
174 (_chk) = TAILQ_FIRST(&(_stcb)->asoc.free_chunks); \
175 TAILQ_REMOVE(&(_stcb)->asoc.free_chunks, (_chk), sctp_next); \
H A Dsctp_uio.h285 uint32_t free_chunks; member in struct:sctp_pcbinfo
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c391 struct alloc_chunk *free_chunks[NUM_FREE_BINS + 1]; member in struct:alloc_zone
984 chunk->next_free = zone->free_chunks[bin];
991 chunk->next_free = zone->free_chunks[bin];
996 zone->free_chunks[bin] = chunk;
1062 && (chunk = zone->free_chunks[bin]) != NULL)
1067 zone->free_chunks[bin] = chunk->next_free;
1091 && zone->free_chunks[zone->high_free_bin] == NULL)
1097 chunk = zone->free_chunks[tbin];
1100 zone->free_chunks[tbin] = chunk->next_free;
1126 pp = &(zone->free_chunks[
[all...]

Completed in 352 milliseconds