Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dwm8994.h97 int active_refcount; member
H A Dwm8994.c749 if (wm8994->active_refcount) in wm1811_jackdet_set_mode()
771 wm8994->active_refcount++; in active_reference()
774 wm8994->active_refcount); in active_reference()
789 wm8994->active_refcount--; in active_dereference()
792 wm8994->active_refcount); in active_dereference()
794 if (wm8994->active_refcount == 0) { in active_dereference()
4670 if (wm8994->jackdet && !wm8994->active_refcount) in wm8994_suspend()
/linux-6.15/fs/xfs/
H A Dxfs_trace.h200 __field(int, active_refcount)
207 __entry->active_refcount =
215 __entry->active_refcount,
238 __field(int, active_refcount)
246 __entry->active_refcount = atomic_read(&xg->xg_active_ref);
254 __entry->active_refcount,