Home
last modified time | relevance | path

Searched defs:next_chunk (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Ddlmalloc.c399 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) macro
/openbmc/qemu/block/
H A Dmirror.c561 int64_t next_chunk = next_offset / s->granularity; in mirror_iteration() local