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

/linux-master/drivers/net/arcnet/
H A Dcom90xx.c101 unsigned long *shmems; local
110 shmems = kzalloc(((0x100000 - 0xa0000) / 0x800) * sizeof(unsigned long),
112 if (!shmems)
117 kfree(shmems);
132 shmems[numshmems++] = shmem;
135 shmems[numshmems++] = count;
182 kfree(shmems);
207 for (index = 0, p = &shmems[0]; index < numshmems; p++, index++) {
264 *p-- = shmems[--numshmems];
273 kfree(shmems);
[all...]

Completed in 136 milliseconds