Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpercpu_counter.h59 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch);
66 return __percpu_counter_compare(fbc, rhs, percpu_counter_batch); in percpu_counter_compare()
182 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() function
/linux/lib/
A Dpercpu_counter.c292 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() function
313 EXPORT_SYMBOL(__percpu_counter_compare);
/linux/fs/xfs/
A Dxfs_mount.c1214 if (__percpu_counter_compare(counter, 2 * XFS_FDBLOCKS_BATCH, in xfs_dec_freecounter()
1234 if (__percpu_counter_compare(counter, set_aside, in xfs_dec_freecounter()
A Dxfs_icache.c2025 if (__percpu_counter_compare(&mp->m_frextents, in xfs_inodegc_want_queue_rt_file()
2053 if (__percpu_counter_compare(&mp->m_fdblocks, in xfs_inodegc_want_queue_work()
/linux/fs/btrfs/
A Ddisk-io.c514 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes, in btree_writepages()
4428 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes, in __btrfs_btree_balance_dirty()
/linux/kernel/bpf/
A Dhashtab.c918 return __percpu_counter_compare(&htab->pcount, htab->map.max_entries, in is_map_full()

Completed in 24 milliseconds