Searched refs:gc_active (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk-gc.c | 404 ((gc->gc_active) && (nr_blocks_need > nr_blocks_free))); in pblk_gc_should_run() 564 pblk->gc.gc_active = 1; in pblk_gc_start() 572 if (gc->gc_enabled && !gc->gc_active) { in pblk_gc_should_start() 582 if (gc->gc_active && !gc->gc_forced) in pblk_gc_should_stop() 583 gc->gc_active = 0; in pblk_gc_should_stop() 592 int *gc_active) in pblk_gc_sysfs_state_show() argument 598 *gc_active = gc->gc_active; in pblk_gc_sysfs_state_show() 653 gc->gc_active = 0; in pblk_gc_init() 709 gc->gc_active = 0; in pblk_gc_exit()
|
| H A D | pblk-sysfs.c | 85 int gc_enabled, gc_active; in pblk_sysfs_gc_state_show() local 87 pblk_gc_sysfs_state_show(pblk, &gc_enabled, &gc_active); in pblk_sysfs_gc_state_show() 89 gc_enabled, gc_active); in pblk_sysfs_gc_state_show()
|
| H A D | pblk.h | 229 int gc_active; member 895 int *gc_active);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_ps.h | 34 bool gc_active; member
|
| H A D | phl_cmd_ps.c | 81 bool gc_active; member 834 if (ps->mr_info.ap_active || ps->mr_info.gc_active) { in _chk_wrole_with_ps_mode() 836 ps->mr_info.ap_active, ps->mr_info.gc_active); in _chk_wrole_with_ps_mode() 1078 (ps->mr_info.ap_active ? "yes" : "no"), (ps->mr_info.gc_active ? "yes" : "no")); in _ps_watchdog_info_dump() 1296 ps->mr_info.gc_active = true; in _ps_mr_info_upt() 1305 ps->mr_info.gc_active, ps->mr_info.ap_active); in _ps_mr_info_upt() 1832 basic_info->gc_active = ps->mr_info.gc_active; in _ps_mdl_query_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_ps.h | 34 bool gc_active; member
|
| H A D | phl_cmd_ps.c | 60 bool gc_active; member 809 if (ps->mr_info.ap_active || ps->mr_info.gc_active) { in _chk_wrole_with_ps_mode() 811 ps->mr_info.ap_active, ps->mr_info.gc_active); in _chk_wrole_with_ps_mode() 1053 (ps->mr_info.ap_active ? "yes" : "no"), (ps->mr_info.gc_active ? "yes" : "no")); in _ps_watchdog_info_dump() 1267 ps->mr_info.gc_active = true; in _ps_mr_info_upt() 1276 ps->mr_info.gc_active, ps->mr_info.ap_active); in _ps_mr_info_upt() 1796 basic_info->gc_active = ps->mr_info.gc_active; in _ps_mdl_query_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | phl_ps_dbg_cmd.c | 137 (info.ap_active == true ? "yes" : "no"), (info.gc_active == true ? "yes" : "no"), in phl_ps_dbg_dump()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | phl_ps_dbg_cmd.c | 137 (info.ap_active == true ? "yes" : "no"), (info.gc_active == true ? "yes" : "no"), in phl_ps_dbg_dump()
|