Searched defs:howmany (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/power/cpupower/utils/helpers/
H A Dbitmask.c12 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/linux-master/fs/xfs/
H A Dxfs_linux.h140 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/linux-master/drivers/pci/hotplug/
H A Dibmphp_pci.c1053 int howmany = 0; /*this is to see if there are any devices behind the bridge */ local
/linux-master/drivers/net/wan/
H A Dfsl_ucc_hdlc.c458 int howmany = 0; local
527 u16 length, howmany = 0; local
628 int howmany; local
[all...]
/linux-master/drivers/char/xillybus/
H A Dxillybus_core.c703 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; local
1213 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; local
[all...]
/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.c2994 u16 length, howmany = 0; local
3073 int howmany = 0; local
3122 int howmany, i; local
[all...]
H A Dgianfar.c2161 int howmany = 0; local
2507 int i, howmany = 0; local
/linux-master/drivers/pci/
H A Dprobe.c321 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) argument

Completed in 378 milliseconds