Searched refs:host_offset (Results 1 – 1 of 1) sorted by relevance
30 u32 host_offset; member247 u32 host_offset = READ_ONCE(priv->host_offset); in sof_dtrace_set_host_offset() local249 if (host_offset != new_offset) { in sof_dtrace_set_host_offset()251 u32 ret = cmpxchg(&priv->host_offset, host_offset, new_offset); in sof_dtrace_set_host_offset()253 if (ret == host_offset) in sof_dtrace_set_host_offset()264 loff_t host_offset = READ_ONCE(priv->host_offset); in sof_dtrace_avail() local271 if (host_offset < pos) in sof_dtrace_avail()275 if (host_offset > pos) in sof_dtrace_avail()276 return host_offset - pos; in sof_dtrace_avail()569 sof_dtrace_set_host_offset(priv, posn->host_offset)) in ipc3_dtrace_posn_update()
Completed in 3 milliseconds