Searched refs:tb_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/ps3/ |
H A D | ps3-lpm.c | 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...] |
/kernel/linux/linux-6.6/drivers/ps3/ |
H A D | ps3-lpm.c | 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...] |
Completed in 4 milliseconds