Searched refs:pools (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Ddmapool.c28 struct list_head pools; member in struct:dma_pool
60 list_for_each_entry(pool, &dev->dma_pools, pools) {
81 static DEVICE_ATTR (pools, S_IRUGO, show_pools, NULL);
93 * null if one can't be created. Given one of these pools, dma_pool_alloc()
153 list_add (&retval->pools, &dev->dma_pools);
160 INIT_LIST_HEAD (&retval->pools);
235 list_del (&pool->pools);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dzatm.c559 /* prepare free buffer pools */
937 unsigned long pools; local
940 pools = zin(RQA);
941 EVENT("RQA (0x%08x)\n",pools,0);
942 for (i = 0; pools; i++) {
943 if (pools & 1) {
947 pools >>= 1;
951 unsigned long pools; local
953 pools = zin(RQU);
955 dev->number,pools);
1170 int pools,vccs,rx; local
[all...]

Completed in 45 milliseconds