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

/linux-master/fs/f2fs/
H A Dgc.c529 unsigned long long age, u, accu; local
547 accu = div64_u64(ULLONG_MAX, total_time);
548 accu = min_t(unsigned long long, div_u64(accu, 100),
561 age = div64_u64(accu * (max_mtime - ve->mtime), total_time) *
568 u = div64_u64(accu * (sec_blocks - vblocks), sec_blocks) *
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1461 struct accu { struct
1468 const struct accu *accu_table;
1469 const struct accu *accu_val;
1471 static const struct accu accu_nv12[4] = {
1478 static const struct accu accu_nv12_ilace[4] = {
1485 static const struct accu accu_yuv[4] = {
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c1745 struct accu { struct
1752 const struct accu *accu_table;
1753 const struct accu *accu_val;
1755 static const struct accu accu_nv12[4] = {
1762 static const struct accu accu_nv12_ilace[4] = {
1769 static const struct accu accu_yuv[4] = {

Completed in 208 milliseconds