Searched defs:howmany (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | fsl_ucc_hdlc.c | 456 int howmany = 0; in hdlc_tx_done() local 524 u16 length, howmany = 0; in hdlc_rx_done() local 623 int howmany; in ucc_hdlc_poll() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | param.h | 90 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | param.h | 90 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/ |
| H A D | bitmask.c | 12 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
| /OK3568_Linux_fs/kernel/drivers/char/xillybus/ |
| H A D | xillybus_core.c | 679 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_read() local 1192 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_write() local
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_linux.h | 137 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | ucc_geth.c | 3156 u16 length, howmany = 0; in ucc_geth_rx() local 3235 int howmany = 0; in ucc_geth_tx() local 3284 int howmany, i; in ucc_geth_poll() local
|
| H A D | gianfar.c | 2197 int howmany = 0; in gfar_clean_tx_ring() local 2543 int i, howmany = 0; in gfar_clean_rx_ring() local
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | ibmphp_pci.c | 1054 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge() local
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | probe.c | 321 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) in pci_read_bases()
|