Home
last modified time | relevance | path

Searched refs:__percpu_counter_compare (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/include/linux/
Dpercpu_counter.h49 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch);
54 return __percpu_counter_compare(fbc, rhs, percpu_counter_batch); in percpu_counter_compare()
147 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() function
/Linux-v6.1/lib/
Dpercpu_counter.c221 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() function
242 EXPORT_SYMBOL(__percpu_counter_compare);
/Linux-v6.1/fs/xfs/
Dxfs_mount.c1168 if (__percpu_counter_compare(counter, 2 * XFS_FDBLOCKS_BATCH, in xfs_mod_freecounter()
1188 if (__percpu_counter_compare(counter, set_aside, in xfs_mod_freecounter()
Dxfs_icache.c1935 if (__percpu_counter_compare(&mp->m_frextents, in xfs_inodegc_want_queue_rt_file()
1963 if (__percpu_counter_compare(&mp->m_fdblocks, in xfs_inodegc_want_queue_work()
/Linux-v6.1/fs/btrfs/
Ddisk-io.c818 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes, in btree_writepages()
4793 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes, in __btrfs_btree_balance_dirty()
/Linux-v6.1/kernel/bpf/
Dhashtab.c887 return __percpu_counter_compare(&htab->pcount, htab->map.max_entries, in is_map_full()