Searched refs:__percpu_counter_compare (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/include/linux/ |
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-6.14.4/lib/ |
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-6.14.4/fs/xfs/libxfs/ |
D | xfs_metafile.c | 98 return __percpu_counter_compare(&ip->i_mount->m_fdblocks, in xfs_metafile_resv_can_cover()
|
/linux-6.14.4/fs/xfs/ |
D | xfs_mount.c | 1278 if (__percpu_counter_compare(counter, 2 * XFS_FDBLOCKS_BATCH, in xfs_dec_freecounter() 1298 if (__percpu_counter_compare(counter, set_aside, in xfs_dec_freecounter()
|
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-6.14.4/fs/btrfs/ |
D | disk-io.c | 514 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes, in btree_writepages() 4523 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes, in __btrfs_btree_balance_dirty()
|
/linux-6.14.4/kernel/bpf/ |
D | hashtab.c | 920 return __percpu_counter_compare(&htab->pcount, htab->map.max_entries, in is_map_full()
|