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

/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/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
/linux-master/fs/xfs/
H A Dxfs_mount.c1186 if (__percpu_counter_compare(counter, 2 * XFS_FDBLOCKS_BATCH,
1206 if (__percpu_counter_compare(counter, set_aside,
H A Dxfs_icache.c1982 if (__percpu_counter_compare(&mp->m_frextents,
2010 if (__percpu_counter_compare(&mp->m_fdblocks,
/linux-master/fs/btrfs/
H A Ddisk-io.c510 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes,
4437 ret = __percpu_counter_compare(&fs_info->dirty_metadata_bytes,
/linux-master/kernel/bpf/
H A Dhashtab.c550 * and __percpu_counter_compare() needs
557 * and __percpu_counter_compare() will still be fast. At that point hash map
912 return __percpu_counter_compare(&htab->pcount, htab->map.max_entries,

Completed in 190 milliseconds