Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c5316 static refcount_t hist_pad_ref; variable
5325 if (refcount_read(&hist_pad_ref)) { in alloc_hist_pad()
5326 refcount_inc(&hist_pad_ref); in alloc_hist_pad()
5335 refcount_set(&hist_pad_ref, 1); in alloc_hist_pad()
5343 if (!refcount_dec_and_test(&hist_pad_ref)) in free_hist_pad()