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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.c41 #define INJECT_FAULTS_1 0 /* cause bitmap_alloc_page to fail always */
70 static unsigned char *bitmap_alloc_page(struct bitmap *bitmap) function
80 printk("%s: bitmap_alloc_page FAILED\n", bmname(bitmap));
82 PRINTK("%s: bitmap_alloc_page: allocated page at %p\n",
133 mappage = bitmap_alloc_page(bitmap);

Completed in 58 milliseconds