Searched refs:howmany (Results 1 - 10 of 10) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c779 static void __init sun4c_init_fill_kernel_ring(int howmany) argument
783 while (howmany) {
790 howmany--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_pci.c1083 int howmany = 0; /*this is to see if there are any devices behind the bridge */ local
1114 howmany++;
1194 if (!howmany)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dprobe.c173 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) argument
179 for(pos=0; pos<howmany; pos = next) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth.c3409 u16 length, howmany = 0; local
3440 howmany++;
3482 return howmany;
3535 int howmany; local
3546 howmany = 0;
3549 howmany += ucc_geth_rx(ugeth, i, rx_work_limit);
3552 dev->quota -= howmany;
3553 rx_work_limit -= howmany;
3554 *budget -= howmany;
H A Dgianfar.c1474 int howmany = 0; local
1489 howmany++;
1531 return howmany;
1537 int howmany; local
1544 howmany = gfar_clean_rx_ring(dev, rx_work_limit);
1546 dev->quota -= howmany;
1547 rx_work_limit -= howmany;
1548 *budget -= howmany;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_linux.h200 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.c2047 * 'howmany' dquots. This operation races with dqlookup(), and attempts to
2053 int howmany)
2061 if (howmany <= 0)
2069 cmn_err(CE_DEBUG, "Shake free 0x%x", howmany);
2077 nreclaimed < howmany); ) {
2052 xfs_qm_shake_freelist( int howmany) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_leaf.c808 howmany(uio->uio_resid + mp->m_dirblksize,
865 ra_want = howmany(uio->uio_resid + mp->m_dirblksize,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmroute6.h44 #ifndef howmany
45 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
49 if_mask ifs_bits[howmany(IF_SETSIZE, NIFBITS)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest030.tcl198 set howmany 1
202 incr howmany
212 error_check_good inner_get_loop:id $id $howmany
215 error_check_good ndups_found $howmany $ndup
226 set howmany [lindex [lindex $ret 0] 1]
227 error_check_bad cnt_seq:data [string length $howmany] 0
244 error_check_good keyed_count $i $howmany

Completed in 160 milliseconds