Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dref_tracker.h51 int ref_tracker_alloc(struct ref_tracker_dir *dir,
85 static inline int ref_tracker_alloc(struct ref_tracker_dir *dir, in ref_tracker_alloc() function
Dnetdevice.h4062 ref_tracker_alloc(&dev->refcnt_tracker, tracker, gfp); in __netdev_tracker_alloc()
/linux-6.12.1/lib/
Dtest_ref_tracker.c21 ref_tracker_alloc(dir, trackerp, GFP_KERNEL); \
59 ref_tracker_alloc(&ref_dir, &tracker[0], GFP_ATOMIC); in test_ref_tracker_timer_func()
Dref_tracker.c185 int ref_tracker_alloc(struct ref_tracker_dir *dir, in ref_tracker_alloc() function
217 EXPORT_SYMBOL_GPL(ref_tracker_alloc);
/linux-6.12.1/drivers/gpu/drm/i915/
Dintel_wakeref.h282 ref_tracker_alloc(dir, &user, GFP_NOWAIT); in intel_ref_tracker_alloc()
/linux-6.12.1/include/net/
Dnet_namespace.h331 ref_tracker_alloc(refcounted ? &net->refcnt_tracker : in __netns_tracker_alloc()
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_dp_tunnel.c392 ref_tracker_alloc(&tunnel->group->mgr->ref_tracker, in track_tunnel_ref()