Searched refs:pools (Results 1 – 3 of 3) sorted by relevance
1232 unsigned long pools; in zatm_int() local1235 pools = zin(RQA); in zatm_int()1236 EVENT("RQA (0x%08x)\n",pools,0); in zatm_int()1237 for (i = 0; pools; i++) { in zatm_int()1238 if (pools & 1) { in zatm_int()1242 pools >>= 1; in zatm_int()1246 unsigned long pools; in zatm_int() local1248 pools = zin(RQU); in zatm_int()1250 dev->number,pools); in zatm_int()1252 for (i = 0; pools; i++) { in zatm_int()[all …]
152 kernel's dynamic memory pools there are no fixed locations for either
325 Linux uses slab pools for memory management above page level in version 2.2.