Searched refs:kt_head (Results 1 – 3 of 3) sorted by relevance
110 _Atomic uint32_t kt_head; /* Pointer to the first unused element. */ member303 atomic_store_explicit(&trace->kt_head, 0, memory_order_relaxed); in ksancov_reset()335 size_t head = atomic_load_explicit(&trace->kt_head, memory_order_acquire); in ksancov_trace_head()344 if (i >= trace->kt_head) { in ksancov_trace_entry()357 if (i >= trace->kt_head) { in ksancov_stksize_pc()370 if (i >= trace->kt_head) { in ksancov_stksize_size()
63 _Atomic uint32_t kt_head; /* Pointer to the first unused element. */ member
218 if (os_atomic_load(&dev->trace->kt_head, relaxed) >= dev->maxpcs) { in trace_pc_guard_pcs()222 uint32_t idx = os_atomic_inc_orig(&dev->trace->kt_head, relaxed); in trace_pc_guard_pcs()235 if (os_atomic_load(&dev->trace->kt_head, relaxed) >= dev->maxpcs) { in trace_pc_guard_pcs_stk()239 uint32_t idx = os_atomic_inc_orig(&dev->trace->kt_head, relaxed); in trace_pc_guard_pcs_stk()702 os_atomic_init(&trace->kt_head, 0); in ksancov_trace_alloc()