Searched refs:__percpu_counter_compare (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | percpu_counter.h | 59 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch); 64 return __percpu_counter_compare(fbc, rhs, percpu_counter_batch); in percpu_counter_compare() 173 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() function
|
/openbmc/linux/lib/ |
H A D | percpu_counter.c | 258 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() function 279 EXPORT_SYMBOL(__percpu_counter_compare);
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_mount.c | 1188 if (__percpu_counter_compare(counter, 2 * XFS_FDBLOCKS_BATCH, in xfs_mod_freecounter() 1208 if (__percpu_counter_compare(counter, set_aside, in xfs_mod_freecounter()
|
H A D | xfs_icache.c | 1974 if (__percpu_counter_compare(&mp->m_frextents, in xfs_inodegc_want_queue_rt_file() 2002 if (__percpu_counter_compare(&mp->m_fdblocks, in xfs_inodegc_want_queue_work()
|
/openbmc/linux/fs/btrfs/ |
H A D | disk-io.c | 486 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes, in btree_writepages() 4509 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes, in __btrfs_btree_balance_dirty()
|
/openbmc/linux/kernel/bpf/ |
H A D | hashtab.c | 917 return __percpu_counter_compare(&htab->pcount, htab->map.max_entries, in is_map_full()
|