Home
last modified time | relevance | path

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

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