Searched defs:howmany (Results 1 – 6 of 6) sorted by relevance
/linux/tools/power/cpupower/utils/helpers/ |
H A D | bitmask.c | 12 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
/linux/drivers/char/xillybus/ |
H A D | xillybus_core.c | 703 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_read() local 1212 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_write() local
|
/linux/fs/xfs/ |
H A D | xfs_linux.h | 138 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
/linux/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 2891 u16 length, howmany = 0; in ucc_geth_rx() local 2970 int howmany = 0; in ucc_geth_tx() local 3019 int howmany, i; in ucc_geth_poll() local
|
/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 1053 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge() local
|
/linux/drivers/pci/ |
H A D | probe.c | 345 unsigned int howmany, int rom) in pci_read_bases()
|