Home
last modified time | relevance | path

Searched refs:bps (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/block/
Dblk-throttle.c144 uint64_t bps[2][LIMIT_CNT]; member
303 ret = tg->bps[rw][td->limit_index]; in tg_bps_limit()
313 if (td->limit_index == LIMIT_MAX && tg->bps[rw][LIMIT_LOW] && in tg_bps_limit()
314 tg->bps[rw][LIMIT_LOW] != tg->bps[rw][LIMIT_MAX]) { in tg_bps_limit()
317 adjusted = throtl_adjusted_limit(tg->bps[rw][LIMIT_LOW], td); in tg_bps_limit()
318 ret = min(tg->bps[rw][LIMIT_MAX], adjusted); in tg_bps_limit()
337 tg->bps[rw][td->limit_index]) in tg_iops_limit()
499 tg->bps[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
500 tg->bps[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
581 if (tg->bps[READ][LIMIT_LOW] || tg->bps[WRITE][LIMIT_LOW] || in blk_throtl_update_limit_valid()
[all …]
/linux-4.19.296/include/uapi/linux/
Dgen_stats.h39 __u32 bps; member
49 __u64 bps; member
Dpkt_sched.h39 __u32 bps; /* Current flow byte rate */ member
/linux-4.19.296/drivers/slimbus/
Dstream.c221 rt->bps = cfg->bps; in slim_stream_prepare()
280 wbuf[3] = stream->bps/SLIM_SLOT_LEN_BITS; in slim_define_channel_content()
313 wbuf[3] = stream->bps/SLIM_SLOT_LEN_BITS; in slim_define_channel()
315 wbuf[3] = stream->bps/SLIM_SLOT_LEN_BITS + 1; in slim_define_channel()
Dslimbus.h345 unsigned int bps; member
Dqcom-ngd-ctrl.c943 wbuf[txn.msg->num_bytes] = rt->bps >> 2 | in qcom_slim_ngd_enable_stream()
/linux-4.19.296/include/linux/soundwire/
Dsdw.h547 unsigned int bps; member
725 unsigned int bps; member
761 unsigned int bps; member
/linux-4.19.296/drivers/soundwire/
Dstream.c168 ret = sdw_write(s_rt->slave, addr2, (p_params->bps - 1)); in sdw_program_slave_port_params()
985 if (stream->params.bps && in sdw_config_stream()
986 stream->params.bps != stream_config->bps) { in sdw_config_stream()
993 stream->params.bps = stream_config->bps; in sdw_config_stream()
1274 m_rt->ch_count * m_rt->stream->params.bps; in _sdw_prepare_stream()
1459 m_rt->ch_count * m_rt->stream->params.bps; in _sdw_deprepare_stream()
Dintel.c542 sconfig.bps = 1; in intel_hw_params()
544 sconfig.bps = snd_pcm_format_width(params_format(params)); in intel_hw_params()
Dcadence_master.c888 dpn_config |= ((p_params->bps - 1) << in cdns_port_params()
/linux-4.19.296/include/linux/
Dslimbus.h136 unsigned int bps; member