Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DIV_ROUNDUP
drivers/gpu/drm/amd/display/modules/power/power_abm.c
20
#define DIV_ROUNDUP(a, b) (((a)+((b)/2))/(b))
drivers/gpu/drm/amd/display/modules/power/power_helpers.c
32
#define DIV_ROUNDUP(a, b) (((a)+((b)/2))/(b))