Home
last modified time | relevance | path

Searched defs:howmany (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/tools/power/cpupower/utils/helpers/
Dbitmask.c11 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/linux-3.3/fs/xfs/
Dxfs_linux.h157 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/linux-3.3/drivers/pci/hotplug/
Dibmphp_pci.c1083 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge() local
/linux-3.3/drivers/net/ethernet/freescale/
Ducc_geth.c3190 u16 length, howmany = 0; in ucc_geth_rx() local
3325 int howmany, i; in ucc_geth_poll() local
Dgianfar.c2473 int howmany = 0; in gfar_clean_tx_ring() local
2756 int howmany = 0; in gfar_clean_rx_ring() local
/linux-3.3/drivers/pci/
Dprobe.c244 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) in pci_read_bases()
/linux-3.3/arch/sparc/mm/
Dsun4c.c680 static void __init sun4c_init_fill_kernel_ring(int howmany) in sun4c_init_fill_kernel_ring()