Searched refs:zlist_del (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
H A D | zlist.h | 74 static inline bool zlist_del(u32 hid, u32 idx, struct zlist_table *tab) in zlist_del() function
|
H A D | zram_group.c | 146 return zlist_del(hid, index, zgrp->obj_tab); in zgrp_obj_delete() 449 return zlist_del(hid, eid, zgrp->wbgrp.ext_tab); in zgrp_ext_delete()
|
/kernel/linux/linux-6.6/drivers/block/zram/zram_group/ |
H A D | zlist.h | 74 static inline bool zlist_del(u32 hid, u32 idx, struct zlist_table *tab) in zlist_del() function
|
H A D | zram_group.c | 146 return zlist_del(hid, index, zgrp->obj_tab); in zgrp_obj_delete() 449 return zlist_del(hid, eid, zgrp->wbgrp.ext_tab); in zgrp_ext_delete()
|
Completed in 2 milliseconds