HomeSort by relevance Sort by last modified time
    Searched refs:free_chunks (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/misc/
e2freefrag.h 14 unsigned long free_chunks; /* total free chunks of given size */ member in struct:chunk_info
e2freefrag.c 139 info->free_chunks++;
168 total_chunks, info->free_chunks,
169 (double)info->free_chunks * 100 / total_chunks);
  /external/valgrind/main/perf/
many-loss-records.c 58 void free_chunks (struct Chunk ** mem) function
63 free_chunks ((&(*mem)->child));
78 free_chunks (mem);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_var.h 151 TAILQ_INSERT_TAIL(&(_stcb)->asoc.free_chunks, (_chk), sctp_next); \
162 if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks)) { \
170 (_chk) = TAILQ_FIRST(&(_stcb)->asoc.free_chunks); \
171 TAILQ_REMOVE(&(_stcb)->asoc.free_chunks, (_chk), sctp_next); \
sctp_structs.h 837 struct sctpchunk_listhead free_chunks; member in struct:sctp_association
    [all...]
sctp_uio.h 307 uint32_t free_chunks; member in struct:sctp_pcbinfo
    [all...]
sctp_pcb.c 164 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks);
    [all...]
sctputil.c     [all...]

Completed in 2032 milliseconds