Home
last modified time | relevance | path

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

/third_party/e2fsprogs/misc/
De2freefrag.h14 unsigned long free_chunks; /* total free chunks of given size */ member
De2freefrag.c158 info->free_chunks++; in scan_block_bitmap()
280 total_chunks, info->free_chunks, in dump_chunk_info()
281 (double)info->free_chunks * 100 / total_chunks); in dump_chunk_info()
/third_party/e2fsprogs/contrib/android/
Dext2simg.c98 static void free_chunks(void) in free_chunks() function
220 free_chunks(); in main()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_var.h161 TAILQ_INSERT_TAIL(&(_stcb)->asoc.free_chunks, (_chk), sctp_next); \
172 if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks)) { \
180 (_chk) = TAILQ_FIRST(&(_stcb)->asoc.free_chunks); \
181 TAILQ_REMOVE(&(_stcb)->asoc.free_chunks, (_chk), sctp_next); \
Dsctp_structs.h871 struct sctpchunk_listhead free_chunks; member
Dsctp_uio.h304 uint32_t free_chunks; member
Dsctp_pcb.c156 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks);
5740 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
5741 TAILQ_REMOVE(&asoc->free_chunks, chk, sctp_next);
Dsctputil.c1378 TAILQ_INIT(&asoc->free_chunks); in sctp_init_asoc()
/third_party/mesa3d/src/util/perf/
Du_trace.c156 free_chunks(struct list_head *chunks) in free_chunks() function
301 free_chunks(&utctx->flushed_trace_chunks); in u_trace_context_fini()
437 free_chunks(&ut->trace_chunks); in u_trace_fini()