Lines Matching refs:size
36 * configurable size, set aside on ST-RAM init.
106 pr_debug("atari_stram pool: size = %lu bytes, resource = %pR\n",
130 pr_debug("atari_stram pool: size = %lu bytes, resource = %pR\n",
154 void *atari_stram_alloc(unsigned long size, const char *owner)
159 pr_debug("atari_stram_alloc: allocate %lu bytes\n", size);
162 size = PAGE_ALIGN(size);
169 error = allocate_resource(&stram_pool, res, size, 0, UINT_MAX,
188 unsigned long size;
197 size = resource_size(res);
198 pr_debug("atari_stram_free: free %lu bytes at %p\n", size, addr);