Searched refs:dm_bufio_allocated_get_free_pages (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-bufio.c | 215 static unsigned long dm_bufio_allocated_get_free_pages; variable 327 &dm_bufio_allocated_get_free_pages, in adjust_total_allocated() 2044 dm_bufio_allocated_get_free_pages = 0; in dm_bufio_init() 2100 if (dm_bufio_allocated_get_free_pages) { in dm_bufio_exit() 2101 DMCRIT("%s: dm_bufio_allocated_get_free_pages leaked: %lu", in dm_bufio_exit() 2102 __func__, dm_bufio_allocated_get_free_pages); in dm_bufio_exit() 2133 module_param_named(allocated_get_free_pages_bytes, dm_bufio_allocated_get_free_pages, ulong, S_IRUGO);
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-bufio.c | 1068 static unsigned long dm_bufio_allocated_get_free_pages; variable 1110 &dm_bufio_allocated_get_free_pages, in adjust_total_allocated() 2868 dm_bufio_allocated_get_free_pages = 0; in dm_bufio_init() 2923 if (dm_bufio_allocated_get_free_pages) { in dm_bufio_exit() 2924 DMCRIT("%s: dm_bufio_allocated_get_free_pages leaked: %lu", in dm_bufio_exit() 2925 __func__, dm_bufio_allocated_get_free_pages); in dm_bufio_exit() 2956 module_param_named(allocated_get_free_pages_bytes, dm_bufio_allocated_get_free_pages, ulong, 0444);
|
Completed in 9 milliseconds