to_alloc          472 drivers/net/ethernet/brocade/bna/bnad.c 	u32 to_alloc;
to_alloc          474 drivers/net/ethernet/brocade/bna/bnad.c 	to_alloc = BNA_QE_FREE_CNT(rcb, rcb->q_depth);
to_alloc          475 drivers/net/ethernet/brocade/bna/bnad.c 	if (!(to_alloc >> BNAD_RXQ_REFILL_THRESHOLD_SHIFT))
to_alloc          479 drivers/net/ethernet/brocade/bna/bnad.c 		bnad_rxq_refill_skb(bnad, rcb, to_alloc);
to_alloc          481 drivers/net/ethernet/brocade/bna/bnad.c 		bnad_rxq_refill_page(bnad, rcb, to_alloc);
to_alloc         1913 kernel/power/snapshot.c 	unsigned int to_alloc = count_free_highmem_pages();
to_alloc         1915 kernel/power/snapshot.c 	if (to_alloc > nr_highmem)
to_alloc         1916 kernel/power/snapshot.c 		to_alloc = nr_highmem;
to_alloc         1918 kernel/power/snapshot.c 	nr_highmem -= to_alloc;
to_alloc         1919 kernel/power/snapshot.c 	while (to_alloc-- > 0) {
to_alloc         2299 kernel/power/snapshot.c 	unsigned int to_alloc;
to_alloc         2307 kernel/power/snapshot.c 	to_alloc = count_free_highmem_pages();
to_alloc         2308 kernel/power/snapshot.c 	if (to_alloc > *nr_highmem_p)
to_alloc         2309 kernel/power/snapshot.c 		to_alloc = *nr_highmem_p;
to_alloc         2311 kernel/power/snapshot.c 		*nr_highmem_p = to_alloc;
to_alloc         2314 kernel/power/snapshot.c 	while (to_alloc-- > 0) {