Lines Matching refs:tracker
135 struct ref_tracker *tracker; member
391 struct ref_tracker **tracker) in track_tunnel_ref() argument
394 tracker, GFP_KERNEL); in track_tunnel_ref()
398 struct ref_tracker **tracker) in untrack_tunnel_ref() argument
401 tracker); in untrack_tunnel_ref()
405 struct ref_tracker **tracker) in track_tunnel_ref() argument
410 struct ref_tracker **tracker) in untrack_tunnel_ref() argument
430 struct ref_tracker **tracker) in drm_dp_tunnel_get() argument
432 track_tunnel_ref(tunnel, tracker); in drm_dp_tunnel_get()
447 struct ref_tracker **tracker) in drm_dp_tunnel_put() argument
449 untrack_tunnel_ref(tunnel, tracker); in drm_dp_tunnel_put()
518 track_tunnel_ref(tunnel, &tunnel->tracker); in create_tunnel()
525 untrack_tunnel_ref(tunnel, &tunnel->tracker); in destroy_tunnel()