Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dgenalloc.h73 struct list_head next_chunk; /* next chunk in pool */ member
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c399 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_dev.h384 QXLPHYSICAL next_chunk; member