Searched defs:next_chunk (Results 1 – 5 of 5) sorted by relevance
73 struct list_head next_chunk; /* next chunk in pool */ member
242 fn next_chunk<const N: usize>(&mut self) -> Result<[T; N], core::array::IntoIter<T, N>> { in next_chunk() method
399 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) macro
524 int64_t next_chunk = next_offset / s->granularity; in mirror_iteration() local
384 QXLPHYSICAL next_chunk; member