Searched refs:__percpu_counter_compare (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | percpu_counter.h | 59 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/ |
H A D | percpu_counter.c | 292 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/ |
H A D | xfs_mount.c | 1267 if (__percpu_counter_compare(counter, 2 * XFS_FDBLOCKS_BATCH, in xfs_dec_freecounter() 1287 if (__percpu_counter_compare(counter, set_aside, in xfs_dec_freecounter()
|
H A D | xfs_icache.c | 2079 if (__percpu_counter_compare(&mp->m_frextents, in xfs_inodegc_want_queue_rt_file() 2107 if (__percpu_counter_compare(&mp->m_fdblocks, in xfs_inodegc_want_queue_work()
|
/linux/fs/btrfs/ |
H A D | disk-io.c | 514 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes, in btree_writepages() 4435 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes, in __btrfs_btree_balance_dirty()
|
/linux/kernel/bpf/ |
H A D | hashtab.c | 921 return __percpu_counter_compare(&htab->pcount, htab->map.max_entries, in is_map_full()
|