Searched refs:__percpu_counter_compare (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| 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/ |
| 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/ |
| A D | xfs_mount.c | 1214 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 D | xfs_icache.c | 2025 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 D | disk-io.c | 514 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 D | hashtab.c | 918 return __percpu_counter_compare(&htab->pcount, htab->map.max_entries, in is_map_full()
|
Completed in 24 milliseconds