Home
last modified time | relevance | path

Searched refs:linear_c (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-linear.c21 struct linear_c { struct
31 struct linear_c *lc; in linear_ctr()
75 struct linear_c *lc = (struct linear_c *) ti->private; in linear_dtr()
83 struct linear_c *lc = ti->private; in linear_map_sector()
90 struct linear_c *lc = ti->private; in linear_map_bio()
108 struct linear_c *lc = (struct linear_c *) ti->private; in linear_status()
124 struct linear_c *lc = (struct linear_c *) t in linear_prepare_ioctl()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-linear.c22 struct linear_c { struct
32 struct linear_c *lc; in linear_ctr()
75 struct linear_c *lc = ti->private; in linear_dtr()
83 struct linear_c *lc = ti->private; in linear_map_sector()
90 struct linear_c *lc = ti->private; in linear_map()
101 struct linear_c *lc = ti->private; in linear_status()
123 struct linear_c *lc = ti->private; in linear_prepare_ioctl()
140 struct linear_c *lc = ti->private; in linear_report_zones()
153 struct linear_c *lc = ti->private; in linear_iterate_devices()
161 struct linear_c *l in linear_dax_pgoff()
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dquant_enc.c327 const double linear_c = (c < 0.75) ? c * (2. / 3.) : 2. * c - 1.; in QualityToCompression() local
334 const double v = pow(linear_c, 1 / 3.); in QualityToCompression()

Completed in 7 milliseconds