| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | fw_qos.c | 112 u8 *pg, u16 *ratelimit) in mlx4_SET_PORT_SCHEDULER() argument 130 if (ratelimit && ratelimit[i]) { in mlx4_SET_PORT_SCHEDULER() 131 if (ratelimit[i] <= MLX4_MAX_100M_UNITS_VAL) { in mlx4_SET_PORT_SCHEDULER() 132 r = ratelimit[i]; in mlx4_SET_PORT_SCHEDULER() 136 r = ratelimit[i] / 10; in mlx4_SET_PORT_SCHEDULER()
|
| H A D | fw_qos.h | 85 u8 *pg, u16 *ratelimit);
|
| H A D | en_dcb_nl.c | 340 struct ieee_ets *ets, u16 *ratelimit) in mlx4_en_config_port_scheduler() argument 349 ratelimit = ratelimit ?: priv->maxrate; in mlx4_en_config_port_scheduler() 370 ratelimit); in mlx4_en_config_port_scheduler()
|
| H A D | Kconfig | 23 If set to N, will not be able to configure QoS and ratelimit attributes.
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | bus_lock.c | 77 int len = strlen(opt), ratelimit; in match_option() local 86 if (sscanf(arg, "ratelimit:%d", &ratelimit) == 1 && in match_option() 87 ratelimit > 0 && ratelimit <= 1000) { in match_option() 88 ratelimit_state_init(&bld_ratelimit, HZ, ratelimit); in match_option()
|
| /linux/kernel/ |
| H A D | user.c | 111 .ratelimit = RATELIMIT_STATE_INIT(root_user.ratelimit, 0, 0), 219 ratelimit_state_init(&new->ratelimit, HZ, 100); in alloc_uid() 220 ratelimit_set_flags(&new->ratelimit, RATELIMIT_MSG_ON_RELEASE); in alloc_uid()
|
| /linux/kernel/irq/ |
| H A D | debug.h | 13 static DEFINE_RATELIMIT_STATE(ratelimit, 5 * HZ, 5); in print_irq_desc() 15 if (!__ratelimit(&ratelimit)) in print_irq_desc()
|
| /linux/mm/ |
| H A D | page_poison.c | 50 static DEFINE_RATELIMIT_STATE(ratelimit, 5 * HZ, 10); in check_poison_mem() 63 if (!__ratelimit(&ratelimit)) in check_poison_mem()
|
| H A D | page-writeback.c | 984 * dirty position control ratio (and hence task dirty ratelimit) will be in pos_ratio_polynom() 2036 int ratelimit; 2048 ratelimit = current->nr_dirtied_pause; in balance_dirty_pages_ratelimited_flags() 2050 ratelimit = min(ratelimit, 32 >> (PAGE_SHIFT - 10)); in balance_dirty_pages_ratelimited_flags() 2060 if (unlikely(current->nr_dirtied >= ratelimit)) in balance_dirty_pages_ratelimited_flags() 2064 ratelimit = 0; in balance_dirty_pages_ratelimited_flags() 2072 if (*p > 0 && current->nr_dirtied < ratelimit) { in balance_dirty_pages_ratelimited_flags() 2074 nr_pages_dirtied = min(*p, ratelimit - current->nr_dirtied); in balance_dirty_pages_ratelimited_flags() 2080 if (unlikely(current->nr_dirtied >= ratelimit)) in balance_dirty_pages_ratelimited_flags() 2046 int ratelimit; balance_dirty_pages_ratelimited_flags() local [all...] |
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci-devices-aer | 134 Writing a positive value sets the ratelimit interval in ms. 143 before ratelimiting. Reading gets the current ratelimit 151 ratelimiting. Writing a positive value sets the ratelimit 162 current ratelimit burst. Default is DEFAULT_RATELIMIT_BURST
|
| /linux/drivers/memory/ |
| H A D | fsl-corenet-cf.c | 101 static DEFINE_RATELIMIT_STATE(ratelimit, DEFAULT_RATELIMIT_INTERVAL, in ccf_irq() 116 if (!__ratelimit(&ratelimit)) in ccf_irq()
|
| /linux/fs/btrfs/ |
| H A D | messages.c | 220 struct ratelimit_state *ratelimit = &printk_limits[level]; in _btrfs_printk() local 231 if (IS_ENABLED(CONFIG_BTRFS_DEBUG) || __ratelimit(ratelimit)) { in _btrfs_printk()
|
| /linux/include/linux/sched/ |
| H A D | user.h | 36 struct ratelimit_state ratelimit; member
|
| /linux/fs/fat/ |
| H A D | fat.h | 100 struct ratelimit_state ratelimit; member 451 __fat_fs_error(sb, __ratelimit(&MSDOS_SB(sb)->ratelimit), fmt , ## args) 463 if (__ratelimit(&MSDOS_SB(sb)->ratelimit)) \
|
| /linux/fs/efivarfs/ |
| H A D | file.c | 89 while (!__ratelimit(&file->f_cred->user->ratelimit)) in efivarfs_file_read()
|
| /linux/arch/parisc/kernel/ |
| H A D | unaligned.c | 376 static DEFINE_RATELIMIT_STATE(ratelimit, 5 * HZ, 5); in handle_unaligned() 391 __ratelimit(&ratelimit)) { in handle_unaligned()
|
| /linux/arch/sparc/kernel/ |
| H A D | unaligned_64.c | 298 static DEFINE_RATELIMIT_STATE(ratelimit, 5 * HZ, 5); in log_unaligned() 300 if (__ratelimit(&ratelimit)) { in log_unaligned()
|
| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 1026 struct ratelimit_state *ratelimit; in ghes_print_estatus() local 1029 ratelimit = &ratelimit_corrected; in ghes_print_estatus() 1031 ratelimit = &ratelimit_uncorrected; in ghes_print_estatus() 1032 if (__ratelimit(ratelimit)) { in ghes_print_estatus()
|
| /linux/lib/ |
| H A D | Makefile | 39 flex_proportions.o ratelimit.o \
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | Kconfig | 132 If set to N, will not be able to configure QoS and ratelimit attributes.
|
| /linux/fs/ |
| H A D | buffer.c | 2852 int ratelimit; /* Limit cacheline bouncing */ member 2862 if (__this_cpu_inc_return(bh_accounting.ratelimit) - 1 < 4096) in recalc_bh_state() 2864 __this_cpu_write(bh_accounting.ratelimit, 0); in recalc_bh_state()
|
| /linux/Documentation/PCI/ |
| H A D | pcieaer-howto.rst | 107 AER uses the default ratelimit of DEFAULT_RATELIMIT_BURST (10 events) over
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_defs_svc.h | 951 u8 ratelimit; /* ratelimit enabled or not */ member
|
| H A D | bfad_bsg.c | 937 fcport->cfg.ratelimit = BFA_TRUE; in bfad_iocmd_ratelim() 939 fcport->cfg.ratelimit = BFA_FALSE; in bfad_iocmd_ratelim()
|
| /linux/net/netfilter/ |
| H A D | Kconfig | 518 ratelimit rule matchings per connections. 530 ratelimit rule matchings.
|