Searched refs:SCMI_XFER_FREE (Results 1 – 2 of 2) sorted by relevance
382 atomic_set(&xfer->busy, SCMI_XFER_FREE); in scmi_xfer_get()530 ret = atomic_cmpxchg(&xfer->busy, SCMI_XFER_FREE, SCMI_XFER_BUSY); in scmi_xfer_acquired()532 return ret == SCMI_XFER_FREE; in scmi_xfer_acquired()601 atomic_set(&xfer->busy, SCMI_XFER_FREE); in scmi_xfer_command_release()
187 #define SCMI_XFER_FREE 0 macro
Completed in 7 milliseconds