Home
last modified time | relevance | path

Searched refs:cp_size (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dcore.c818 .cp_size = 0x79000000,
894 .cp_size = 0x70800000,
944 .cp_size = 0x70800000,
1065 .cp_size = 0x25800000,
1112 .cp_size = 0x70800000,
/linux/fs/gfs2/
H A Dxattr.c468 unsigned cp_size; in gfs2_iter_unstuffed() local
500 cp_size = (sdp->sd_jbsize > amount) ? amount : sdp->sd_jbsize; in gfs2_iter_unstuffed()
503 memcpy(dout, pos, cp_size); in gfs2_iter_unstuffed()
509 memcpy(pos, din, cp_size); in gfs2_iter_unstuffed()
/linux/net/mpls/
H A Daf_mpls.c2581 size_t cp_size; in resize_platform_label_table() local
2639 cp_size = size; in resize_platform_label_table()
2641 cp_size = old_limit * sizeof(struct mpls_route *); in resize_platform_label_table()
2643 memcpy(labels, old, cp_size); in resize_platform_label_table()