Home
last modified time | relevance | path

Searched refs:pools (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Dzatm.c1232 unsigned long pools; in zatm_int() local
1235 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() local
1248 pools = zin(RQU); in zatm_int()
1250 dev->number,pools); in zatm_int()
1252 for (i = 0; pools; i++) { in zatm_int()
[all …]
/linux-2.4.37.9/Documentation/
Doops-tracing.txt152 kernel's dynamic memory pools there are no fixed locations for either
/linux-2.4.37.9/Documentation/filesystems/
Dproc.txt325 Linux uses slab pools for memory management above page level in version 2.2.