Searched refs:zlist_table_alloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
H A D | zlist.h | 49 struct zlist_table *zlist_table_alloc(struct zlist_node *(*i2n)(u32, void*),
|
H A D | zram_group.c | 82 zgrp->obj_tab = zlist_table_alloc(get_obj, zgrp, GFP_KERNEL); in zram_group_meta_alloc() 370 wbgrp->ext_tab = zlist_table_alloc(get_ext, zgrp, GFP_KERNEL); in zram_group_apply_writeback()
|
H A D | zlist.c | 90 struct zlist_table *zlist_table_alloc(struct zlist_node *(*i2n)(u32, void*), in zlist_table_alloc() function
|
/kernel/linux/linux-6.6/drivers/block/zram/zram_group/ |
H A D | zlist.h | 49 struct zlist_table *zlist_table_alloc(struct zlist_node *(*i2n)(u32, void*),
|
H A D | zram_group.c | 82 zgrp->obj_tab = zlist_table_alloc(get_obj, zgrp, GFP_KERNEL); in zram_group_meta_alloc() 370 wbgrp->ext_tab = zlist_table_alloc(get_ext, zgrp, GFP_KERNEL); in zram_group_apply_writeback()
|
H A D | zlist.c | 90 struct zlist_table *zlist_table_alloc(struct zlist_node *(*i2n)(u32, void*), in zlist_table_alloc() function
|
Completed in 4 milliseconds