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.c5344 static refcount_t hist_pad_ref; variable
5353 if (refcount_read(&hist_pad_ref)) { in alloc_hist_pad()
5354 refcount_inc(&hist_pad_ref); in alloc_hist_pad()
5363 refcount_set(&hist_pad_ref, 1); in alloc_hist_pad()
5371 if (!refcount_dec_and_test(&hist_pad_ref)) in free_hist_pad()