Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dref_tracker.h84 int ref_tracker_alloc(struct ref_tracker_dir *dir,
127 static inline int ref_tracker_alloc(struct ref_tracker_dir *dir, in ref_tracker_alloc() function
/linux/lib/
H A 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()
H A Dref_tracker.c253 int ref_tracker_alloc(struct ref_tracker_dir *dir, in ref_tracker_alloc() function
285 EXPORT_SYMBOL_GPL(ref_tracker_alloc);
/linux/fs/btrfs/
H A Ddelayed-inode.h240 return ref_tracker_alloc(&node->ref_dir.dir, &tracker->tracker, gfp); in btrfs_delayed_node_ref_tracker_alloc()
/linux/include/net/
H A Dnet_namespace.h362 ref_tracker_alloc(refcounted ? &net->refcnt_tracker : in __netns_tracker_alloc()