Searched defs:howmany (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/tools/power/cpupower/utils/helpers/ |
| D | bitmask.c | 11 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
| /linux-4.4.14/drivers/char/xillybus/ |
| D | xillybus_core.c | 680 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_read() local 1193 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_write() local
|
| /linux-4.4.14/fs/xfs/ |
| D | xfs_linux.h | 156 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
| /linux-4.4.14/drivers/pci/hotplug/ |
| D | ibmphp_pci.c | 1085 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge() local
|
| /linux-4.4.14/drivers/net/ethernet/freescale/ |
| D | ucc_geth.c | 3167 u16 length, howmany = 0; in ucc_geth_rx() local 3291 int howmany, i; in ucc_geth_poll() local
|
| D | gianfar.c | 2669 int howmany = 0; in gfar_clean_tx_ring() local 3076 int i, howmany = 0; in gfar_clean_rx_ring() local
|
| /linux-4.4.14/drivers/pci/ |
| D | probe.c | 318 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) in pci_read_bases()
|