Home
last modified time | relevance | path

Searched refs:inc_size (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dmm.h163 TP_PROTO(struct page *page, bool inc_size, bool compound,
165 TP_ARGS(page, inc_size, compound, first_mapping, success));
/OK3568_Linux_fs/kernel/include/linux/fsl/bestcomm/
H A Dbestcomm_priv.h95 u8 inc_size; /* of 32-bits words */ member
/OK3568_Linux_fs/kernel/drivers/dma/bestcomm/
H A Dbestcomm.c198 memcpy_toio(inc, inc_src, hdr->inc_size * sizeof(u32)); in bcom_load_image()
/OK3568_Linux_fs/u-boot/tools/
H A Dmxsimage.c538 static int sb_grow_dcd(struct sb_dcd_ctx *dctx, unsigned int inc_size) in sb_grow_dcd() argument
542 if (!inc_size) in sb_grow_dcd()
545 dctx->size += inc_size; in sb_grow_dcd()