Home
last modified time | relevance | path

Searched refs:gc_active (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/lightnvm/
H A Dpblk-gc.c404 ((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 Dpblk-sysfs.c85 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 Dpblk.h229 int gc_active; member
895 int *gc_active);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_ps.h34 bool gc_active; member
H A Dphl_cmd_ps.c81 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 Dphl_cmd_ps.h34 bool gc_active; member
H A Dphl_cmd_ps.c60 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 Dphl_ps_dbg_cmd.c137 (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 Dphl_ps_dbg_cmd.c137 (info.ap_active == true ? "yes" : "no"), (info.gc_active == true ? "yes" : "no"), in phl_ps_dbg_dump()