Searched refs:GTP_CHK_FS_MNT_MAX (Results 1 – 2 of 2) sorted by relevance
328 #define GTP_CHK_FS_MNT_MAX 300 macro
2253 … GTP_DEBUG("Ref check /data times/MAX_TIMES: %d / %d", ts->ref_chk_fs_times, GTP_CHK_FS_MNT_MAX); in gtp_bak_ref_proc()2254 if (ts->ref_chk_fs_times < GTP_CHK_FS_MNT_MAX) in gtp_bak_ref_proc()2264 GTP_INFO("/data mounted!!!(%d/%d)", ts->ref_chk_fs_times, GTP_CHK_FS_MNT_MAX); in gtp_bak_ref_proc()2457 … GTP_DEBUG("Clock check /data times/MAX_TIMES: %d / %d", ts->clk_chk_fs_times, GTP_CHK_FS_MNT_MAX); in gtp_main_clk_proc()2458 if (ts->clk_chk_fs_times < GTP_CHK_FS_MNT_MAX) in gtp_main_clk_proc()2468 GTP_INFO("/data mounted!!!(%d/%d)", ts->clk_chk_fs_times, GTP_CHK_FS_MNT_MAX); in gtp_main_clk_proc()