Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dfsl_ucc_hdlc.c478 u16 length, howmany = 0; in hdlc_rx_done() local
565 int howmany; in ucc_hdlc_poll() local
/Linux-v4.19/tools/power/cpupower/utils/helpers/
Dbitmask.c12 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/Linux-v4.19/drivers/char/xillybus/
Dxillybus_core.c682 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_read() local
1195 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_write() local
/Linux-v4.19/fs/xfs/
Dxfs_linux.h143 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/Linux-v4.19/drivers/net/ethernet/freescale/
Ducc_geth.c3166 u16 length, howmany = 0; in ucc_geth_rx() local
3245 int howmany = 0; in ucc_geth_tx() local
3294 int howmany, i; in ucc_geth_poll() local
Dgianfar.c2677 int howmany = 0; in gfar_clean_tx_ring() local
3085 int i, howmany = 0; in gfar_clean_rx_ring() local
/Linux-v4.19/drivers/pci/hotplug/
Dibmphp_pci.c1054 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge() local
/Linux-v4.19/drivers/pci/
Dprobe.c325 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) in pci_read_bases()