Searched refs:tb_count (Results 1 – 1 of 1) sorted by relevance
101 * @tb_count: The number of bytes of data held in the lv1 trace buffer.124 u64 tb_count; member 844 lpm_priv->tb_count = 0; in ps3_enable_pm() 898 lpm_priv->tb_count = tmp; in ps3_disable_pm() 900 dev_dbg(sbd_core(), "%s:%u: tb_count %llu (%llxh)\n", __func__, __LINE__, in ps3_disable_pm() 901 lpm_priv->tb_count, lpm_priv->tb_count); in ps3_disable_pm() 927 if (offset >= lpm_priv->tb_count) in ps3_lpm_copy_tb() 930 count = min_t(u64, count, lpm_priv->tb_count - offset); in ps3_lpm_copy_tb() 982 if (offset >= lpm_priv->tb_count) in ps3_lpm_copy_tb_to_user() [all...]