Searched refs:__percpu_counter_compare (Results 1 - 6 of 6) sorted by path

/linux-master/fs/btrfs/
H A Ddisk-io.c510 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes,
4431 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes,
/linux-master/fs/xfs/
H A Dxfs_icache.c1980 if (__percpu_counter_compare(&mp->m_frextents,
2008 if (__percpu_counter_compare(&mp->m_fdblocks,
H A Dxfs_mount.c1211 if (__percpu_counter_compare(counter, 2 * XFS_FDBLOCKS_BATCH,
1231 if (__percpu_counter_compare(counter, set_aside,
/linux-master/include/linux/
H 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);
182 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) function
/linux-master/kernel/bpf/
H A Dhashtab.c553 * and __percpu_counter_compare() needs
560 * and __percpu_counter_compare() will still be fast. At that point hash map
915 return __percpu_counter_compare(&htab->pcount, htab->map.max_entries,
/linux-master/lib/
H A Dpercpu_counter.c258 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) function
279 EXPORT_SYMBOL(__percpu_counter_compare); variable

Completed in 209 milliseconds