Searched refs:tb_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/ps3/
H A Dps3-lpm.c101 * @tb_count: The number of bytes of data held in the lv1 trace buffer.
124 u64 tb_count; member in struct:ps3_lpm_priv
844 lpm_priv->tb_count = 0;
898 lpm_priv->tb_count = tmp;
900 dev_dbg(sbd_core(), "%s:%u: tb_count %llu (%llxh)\n", __func__, __LINE__,
901 lpm_priv->tb_count, lpm_priv->tb_count);
927 if (offset >= lpm_priv->tb_count)
930 count = min_t(u64, count, lpm_priv->tb_count - offset);
982 if (offset >= lpm_priv->tb_count)
[all...]

Completed in 93 milliseconds