Searched refs:_rs (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/ |
D | def.h | 36 #define IS_1T_RATESEC(_rs) \ argument 37 ((_rs == CCK) || (_rs == OFDM) || (_rs == HT_MCS0_MCS7) || \ 38 (_rs == VHT_1SSMCS0_1SSMCS9)) 39 #define IS_2T_RATESEC(_rs) \ argument 40 ((_rs == HT_MCS8_MCS15) || (_rs == VHT_2SSMCS0_2SSMCS9))
|
/Linux-v4.19/include/drm/ |
D | drm_print.h | 321 static DEFINE_RATELIMIT_STATE(_rs, \ 325 if (__ratelimit(&_rs)) \ 389 static DEFINE_RATELIMIT_STATE(_rs, \ 392 if (__ratelimit(&_rs)) \
|
/Linux-v4.19/include/linux/ |
D | ratelimit.h | 89 static DEFINE_RATELIMIT_STATE(_rs, \ 94 if (unlikely(rtn && __ratelimit(&_rs))) \
|
D | printk.h | 424 static DEFINE_RATELIMIT_STATE(_rs, \ 428 if (__ratelimit(&_rs)) \ 465 static DEFINE_RATELIMIT_STATE(_rs, \ 470 __ratelimit(&_rs)) \
|
D | device.h | 1477 static DEFINE_RATELIMIT_STATE(_rs, \ 1480 if (__ratelimit(&_rs)) \ 1502 static DEFINE_RATELIMIT_STATE(_rs, \ 1507 __ratelimit(&_rs)) \ 1514 static DEFINE_RATELIMIT_STATE(_rs, \ 1517 if (__ratelimit(&_rs)) \
|
/Linux-v4.19/fs/xfs/ |
D | xfs_message.h | 36 static DEFINE_RATELIMIT_STATE(_rs, \ 39 if (__ratelimit(&_rs)) \
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_irq.c | 147 static DEFINE_RATELIMIT_STATE(_rs, DEFAULT_RATELIMIT_INTERVAL, in omap_irq_fifo_underflow() 172 if (!__ratelimit(&_rs)) in omap_irq_fifo_underflow()
|
/Linux-v4.19/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 793 static DEFINE_RATELIMIT_STATE(_rs, \ 796 if (__ratelimit(&_rs)) \
|
/Linux-v4.19/fs/ |
D | direct-io.c | 227 static DEFINE_RATELIMIT_STATE(_rs, 86400 * HZ, DEFAULT_RATELIMIT_BURST); in dio_warn_stale_pagecache() 233 if (__ratelimit(&_rs)) { in dio_warn_stale_pagecache()
|
/Linux-v4.19/fs/ext4/ |
D | extents_status.c | 1238 static DEFINE_RATELIMIT_STATE(_rs, DEFAULT_RATELIMIT_INTERVAL, in es_reclaim_extents() 1245 __ratelimit(&_rs)) in es_reclaim_extents()
|
/Linux-v4.19/fs/btrfs/ |
D | compression.c | 924 static DEFINE_RATELIMIT_STATE(_rs, in __find_workspace() 928 if (__ratelimit(&_rs)) { in __find_workspace()
|
D | scrub.c | 835 static DEFINE_RATELIMIT_STATE(_rs, DEFAULT_RATELIMIT_INTERVAL, in scrub_handle_errored_block() 958 if (__ratelimit(&_rs)) in scrub_handle_errored_block() 965 if (__ratelimit(&_rs)) in scrub_handle_errored_block() 973 if (__ratelimit(&_rs)) in scrub_handle_errored_block()
|
D | ctree.h | 3417 static DEFINE_RATELIMIT_STATE(_rs, \ 3420 if (__ratelimit(&_rs)) \
|
D | extent-tree.c | 8189 static DEFINE_RATELIMIT_STATE(_rs, in use_block_rsv() 8192 if (__ratelimit(&_rs)) in use_block_rsv()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_lib.c | 899 static DEFINE_RATELIMIT_STATE(_rs, in scsi_io_completion_action() 912 if (!level && __ratelimit(&_rs)) { in scsi_io_completion_action()
|