Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgenalloc.h73 struct list_head next_chunk; /* next chunk in pool */ member
/openbmc/linux/rust/alloc/vec/
H A Dinto_iter.rs242 fn next_chunk<const N: usize>(&mut self) -> Result<[T; N], core::array::IntoIter<T, N>> { in next_chunk() method
/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.c524 int64_t next_chunk = next_offset / s->granularity; in mirror_iteration() local
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_dev.h384 QXLPHYSICAL next_chunk; member