Lines Matching refs:tracker
134 struct ref_tracker *tracker; member
390 struct ref_tracker **tracker) in track_tunnel_ref() argument
393 tracker, GFP_KERNEL); in track_tunnel_ref()
397 struct ref_tracker **tracker) in untrack_tunnel_ref() argument
400 tracker); in untrack_tunnel_ref()
404 struct ref_tracker **tracker) in track_tunnel_ref() argument
409 struct ref_tracker **tracker) in untrack_tunnel_ref() argument
429 struct ref_tracker **tracker) in drm_dp_tunnel_get() argument
431 track_tunnel_ref(tunnel, tracker); in drm_dp_tunnel_get()
446 struct ref_tracker **tracker) in drm_dp_tunnel_put() argument
448 untrack_tunnel_ref(tunnel, tracker); in drm_dp_tunnel_put()
517 track_tunnel_ref(tunnel, &tunnel->tracker); in create_tunnel()
524 untrack_tunnel_ref(tunnel, &tunnel->tracker); in destroy_tunnel()