Home
last modified time | relevance | path

Searched refs:dbg_cnt (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddbgcnt.def35 Every time dbg_cnt(named-counter) is called,
39 dbg_cnt () returns true if it is at or below threshold, and false if above.
44 and add call(s) to dbg_cnt(your-counter-name) in appropriate places.
51 See dce.c for an example. With the dbg_cnt () call in dce.c,
59 i.e. dbg_cnt() returns true always regardless of the counter value
63 e.g. setting a limit to zero will make dbg_cnt () return false *always*.
H A Ddbgcnt.h35 extern bool dbg_cnt (enum debug_counter index);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddbgcnt.def35 Every time dbg_cnt(named-counter) is called,
39 dbg_cnt () returns true if it is at or below threshold, and false if above.
44 and add call(s) to dbg_cnt(your-counter-name) in appropriate places.
51 See dce.c for an example. With the dbg_cnt () call in dce.c,
59 i.e. dbg_cnt() returns true always regardless of the counter value
63 e.g. setting a limit to zero will make dbg_cnt () return false *always*.
H A Ddbgcnt.h35 extern bool dbg_cnt (enum debug_counter index);
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_init.c14072 unsigned int dbg_cnt; in lpfc_dmp_dbg() local
14085 dbg_cnt = (unsigned int)atomic_read(&phba->dbg_log_cnt); in lpfc_dmp_dbg()
14087 if (dbg_cnt >= DBG_LOG_SZ) { in lpfc_dmp_dbg()
14088 dbg_cnt = DBG_LOG_SZ; in lpfc_dmp_dbg()
14091 if ((start_idx + dbg_cnt) > (DBG_LOG_SZ - 1)) { in lpfc_dmp_dbg()
14092 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ; in lpfc_dmp_dbg()
14094 if (start_idx < dbg_cnt) in lpfc_dmp_dbg()
14095 start_idx = DBG_LOG_SZ - (dbg_cnt - start_idx); in lpfc_dmp_dbg()
14097 start_idx -= dbg_cnt; in lpfc_dmp_dbg()
14101 start_idx, temp_idx, dbg_cnt); in lpfc_dmp_dbg()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info15661 'dbg_cnt(dce)' returns true only for second, third, fourth, tenth
15662 and eleventh invocation. For 'dbg_cnt(tail_call)' true is returned
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info15661 'dbg_cnt(dce)' returns true only for second, third, fourth, tenth
15662 and eleventh invocation. For 'dbg_cnt(tail_call)' true is returned