Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
howmany
fs/xfs/xfs_platform.h
146
#define howmany(x, y) (((x)+((y)-1))/(y))
tools/power/cpupower/utils/helpers/bitmask.c
12
#define howmany(x, y) (((x)+((y)-1))/(y))