Home
last modified time | relevance | path

Searched refs:_rs (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/include/linux/
H A Ddev_printk.h211 static DEFINE_RATELIMIT_STATE(_rs, \
214 if (__ratelimit(&_rs)) \
237 static DEFINE_RATELIMIT_STATE(_rs, \
242 __ratelimit(&_rs)) \
249 static DEFINE_RATELIMIT_STATE(_rs, \
252 if (__ratelimit(&_rs)) \
H A Dratelimit.h55 static DEFINE_RATELIMIT_STATE(_rs, \
60 if (unlikely(rtn && __ratelimit(&_rs))) \
H A Dprintk.h644 static DEFINE_RATELIMIT_STATE(_rs, \
648 if (__ratelimit(&_rs)) \
686 static DEFINE_RATELIMIT_STATE(_rs, \
691 __ratelimit(&_rs)) \
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dcss.py62 def _rs(self, results): member in CSS
155 return self._rs(
270 return self._rs(
/openbmc/linux/fs/ocfs2/cluster/
H A Dmasklog.h167 static DEFINE_RATELIMIT_STATE(_rs, \
170 if (__ratelimit(&_rs)) \
/openbmc/linux/fs/xfs/
H A Dxfs_message.h51 static DEFINE_RATELIMIT_STATE(_rs, \
54 if (__ratelimit(&_rs)) \
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h115 static DEFINE_RATELIMIT_STATE(_rs, \
118 __ratelimit(&_rs); \
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_irq.c158 static DEFINE_RATELIMIT_STATE(_rs, DEFAULT_RATELIMIT_INTERVAL, in omap_irq_fifo_underflow()
183 if (!__ratelimit(&_rs)) in omap_irq_fifo_underflow()
/openbmc/linux/fs/btrfs/
H A Dmessages.h157 static DEFINE_RATELIMIT_STATE(_rs, \
160 if (__ratelimit(&_rs)) \
H A Dblock-rsv.c511 static DEFINE_RATELIMIT_STATE(_rs, in btrfs_use_block_rsv()
514 if (__ratelimit(&_rs)) in btrfs_use_block_rsv()
H A Dcompression.c788 static DEFINE_RATELIMIT_STATE(_rs, in btrfs_get_workspace()
792 if (__ratelimit(&_rs)) { in btrfs_get_workspace()
/openbmc/linux/include/drm/
H A Ddrm_print.h438 static DEFINE_RATELIMIT_STATE(_rs, \
442 if (__ratelimit(&_rs)) \
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib.h798 static DEFINE_RATELIMIT_STATE(_rs, \
801 if (__ratelimit(&_rs)) \
/openbmc/linux/include/rdma/
H A Dib_verbs.h92 static DEFINE_RATELIMIT_STATE(_rs, \
95 if (__ratelimit(&_rs)) \
119 static DEFINE_RATELIMIT_STATE(_rs, \
123 if (DYNAMIC_DEBUG_BRANCH(descriptor) && __ratelimit(&_rs)) \
/openbmc/linux/fs/ext4/
H A Dextents_status.c1816 static DEFINE_RATELIMIT_STATE(_rs, DEFAULT_RATELIMIT_INTERVAL, in es_reclaim_extents()
1823 __ratelimit(&_rs)) in es_reclaim_extents()
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c819 static DEFINE_RATELIMIT_STATE(_rs, in scsi_io_completion_action()
832 if (!level && __ratelimit(&_rs)) { in scsi_io_completion_action()
/openbmc/linux/mm/
H A Dfilemap.c3885 static DEFINE_RATELIMIT_STATE(_rs, 86400 * HZ, DEFAULT_RATELIMIT_BURST); in dio_warn_stale_pagecache()
3890 if (__ratelimit(&_rs)) { in dio_warn_stale_pagecache()