Home
last modified time | relevance | path

Searched refs:get_busy_state (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/kernel/
H A Dtrace_ext.c28 static unsigned int *get_busy_state(void) in get_busy_state() function
51 while (!atomic_cas_uint(get_busy_state(), &trace_not_busy, 1)) { in wait_if_trace_contended()
73 atomic_store_uint(get_busy_state(), 0); in release_trace_contention()