Symbol: max_delay
arch/x86/kernel/cpu/resctrl/core.c
209
u32 ebx, ecx, max_delay;
arch/x86/kernel/cpu/resctrl/core.c
213
max_delay = eax.split.max_delay + 1;
arch/x86/kernel/cpu/resctrl/core.c
218
r->membw.min_bw = MAX_MBA_BW - max_delay;
arch/x86/kernel/cpu/resctrl/core.c
219
r->membw.bw_gran = MAX_MBA_BW - max_delay;
arch/x86/kernel/cpu/resctrl/internal.h
167
unsigned int max_delay:12;
drivers/md/dm-delay.c
220
unsigned int max_delay, min_delay;
drivers/md/dm-delay.c
243
min_delay = max_delay = dc->read.delay;
drivers/md/dm-delay.c
258
max_delay = max(max_delay, dc->write.delay);
drivers/md/dm-delay.c
271
max_delay = max(max_delay, dc->flush.delay);
drivers/md/dm-delay.c
275
if (max_delay < 50) {
drivers/net/ethernet/intel/i40e/i40e_common.c
1003
u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0;
drivers/net/ethernet/intel/i40e/i40e_common.c
1044
(total_delay < max_delay));
drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h
221
__le32 max_delay;
drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h
376
__le32 max_delay;
drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h
407
__le32 max_delay;
drivers/net/wireless/intel/iwlwifi/mld/roc.c
134
cmd.max_delay = cpu_to_le32(AUX_ROC_MAX_DELAY);
drivers/net/wireless/intel/iwlwifi/mvm/time-event.c
1096
roc_req.max_delay = cpu_to_le32(delay);
drivers/net/wireless/intel/iwlwifi/mvm/time-event.c
1201
time_cmd.max_delay = cpu_to_le32(MSEC_TO_TU(duration/2));
drivers/net/wireless/intel/iwlwifi/mvm/time-event.c
648
u32 max_delay, bool wait_for_notif)
drivers/net/wireless/intel/iwlwifi/mvm/time-event.c
688
time_cmd.max_delay = cpu_to_le32(max_delay);
drivers/net/wireless/intel/iwlwifi/mvm/time-event.c
716
TU_TO_JIFFIES(max_delay))) {
drivers/net/wireless/intel/iwlwifi/mvm/time-event.h
82
u32 max_delay, bool wait_for_notif);
drivers/net/wireless/marvell/mwifiex/cfg80211.c
4660
.max_delay = MWIFIEX_MAX_COALESCING_DELAY,
drivers/pci/pci.c
4665
int max_delay = 0;
drivers/pci/pci.c
4672
if (pdev->d3cold_delay > max_delay)
drivers/pci/pci.c
4673
max_delay = pdev->d3cold_delay;
drivers/pci/pci.c
4676
return max(min_delay, max_delay);
drivers/scsi/ipr.c
2727
static int ipr_wait_iodbg_ack(struct ipr_ioa_cfg *ioa_cfg, int max_delay)
drivers/scsi/ipr.c
2733
while (delay < max_delay) {
drivers/xen/xenbus/xenbus_probe_frontend.c
267
static bool wait_loop(unsigned long start, unsigned int max_delay,
drivers/xen/xenbus/xenbus_probe_frontend.c
274
pr_cont("%us...", max_delay - *seconds_waited);
drivers/xen/xenbus/xenbus_probe_frontend.c
275
if (*seconds_waited == max_delay) {
fs/ceph/mds_client.c
5464
unsigned long max_delay = HZ * 5;
fs/ceph/mds_client.c
5467
if (!delay || (delay > max_delay))
fs/ceph/mds_client.c
5468
delay = max_delay;
include/net/cfg80211.h
5569
int max_delay;
include/sound/sdca_function.h
1022
struct sdca_pde_delay *max_delay;
include/sound/sdca_function.h
1141
unsigned int max_delay;
include/sound/sdca_function.h
1163
unsigned int max_delay;
include/sound/sdca_function.h
983
unsigned int max_delay;
include/uapi/linux/nl80211.h
6158
__u32 max_delay;
include/uapi/linux/pkt_sched.h
537
__s64 max_delay;
net/bridge/br_multicast.c
3262
unsigned long max_delay)
net/bridge/br_multicast.c
3265
mod_timer(&query->delay_timer, jiffies + max_delay);
net/bridge/br_multicast.c
3458
unsigned long max_delay)
net/bridge/br_multicast.c
3463
br_multicast_update_query_timer(brmctx, query, max_delay);
net/bridge/br_multicast.c
3473
unsigned long max_delay)
net/bridge/br_multicast.c
3478
br_multicast_update_query_timer(brmctx, query, max_delay);
net/bridge/br_multicast.c
3496
unsigned long max_delay;
net/bridge/br_multicast.c
3507
max_delay = ih->code * (HZ / IGMP_TIMER_SCALE);
net/bridge/br_multicast.c
3509
if (!max_delay) {
net/bridge/br_multicast.c
3510
max_delay = 10 * HZ;
net/bridge/br_multicast.c
3520
max_delay = ih3->code ?
net/bridge/br_multicast.c
3532
&saddr, max_delay);
net/bridge/br_multicast.c
3540
max_delay *= brmctx->multicast_last_member_count;
net/bridge/br_multicast.c
3544
time_after(mp->timer.expires, now + max_delay) :
net/bridge/br_multicast.c
3546
mod_timer(&mp->timer, now + max_delay);
net/bridge/br_multicast.c
3552
time_after(p->timer.expires, now + max_delay) :
net/bridge/br_multicast.c
3556
mod_timer(&p->timer, now + max_delay);
net/bridge/br_multicast.c
3576
unsigned long max_delay;
net/bridge/br_multicast.c
3593
max_delay = msecs_to_jiffies(ntohs(mld->mld_maxdelay));
net/bridge/br_multicast.c
3594
if (max_delay)
net/bridge/br_multicast.c
3609
max_delay = max(msecs_to_jiffies(mldv2_mrc(mld2q)), 1UL);
net/bridge/br_multicast.c
3620
&saddr, max_delay);
net/bridge/br_multicast.c
3630
max_delay *= brmctx->multicast_last_member_count;
net/bridge/br_multicast.c
3633
time_after(mp->timer.expires, now + max_delay) :
net/bridge/br_multicast.c
3635
mod_timer(&mp->timer, now + max_delay);
net/bridge/br_multicast.c
3641
time_after(p->timer.expires, now + max_delay) :
net/bridge/br_multicast.c
3645
mod_timer(&p->timer, now + max_delay);
net/bridge/br_multicast.c
4731
unsigned long max_delay;
net/bridge/br_multicast.c
4743
max_delay = brmctx->multicast_query_response_interval;
net/bridge/br_multicast.c
4747
jiffies + max_delay);
net/bridge/br_multicast.c
4754
jiffies + max_delay);
net/ipv4/igmp.c
1009
max_delay = IGMPV3_MRC(ih3->code)*(HZ/IGMP_TIMER_SCALE);
net/ipv4/igmp.c
1010
if (!max_delay)
net/ipv4/igmp.c
1011
max_delay = 1; /* can't mod w/ 0 */
net/ipv4/igmp.c
1012
WRITE_ONCE(in_dev->mr_maxdelay, max_delay);
net/ipv4/igmp.c
1068
igmp_mod_timer(im, max_delay);
net/ipv4/igmp.c
217
static void igmp_start_timer(struct ip_mc_list *im, int max_delay)
net/ipv4/igmp.c
219
int tv = get_random_u32_below(max_delay);
net/ipv4/igmp.c
250
static void igmp_mod_timer(struct ip_mc_list *im, int max_delay)
net/ipv4/igmp.c
255
if ((long)(im->timer.expires-jiffies) < max_delay) {
net/ipv4/igmp.c
263
igmp_start_timer(im, max_delay);
net/ipv4/igmp.c
954
int max_delay;
net/ipv4/igmp.c
963
max_delay = IGMP_QUERY_RESPONSE_INTERVAL;
net/ipv4/igmp.c
970
max_delay = ih->code*(HZ/IGMP_TIMER_SCALE);
net/ipv4/igmp.c
985
max_delay = IGMP_QUERY_RESPONSE_INTERVAL;
net/ipv4/igmp.c
994
max_delay = IGMPV3_MRC(ih3->code)*(HZ/IGMP_TIMER_SCALE);
net/ipv4/igmp.c
995
if (!max_delay)
net/ipv4/igmp.c
996
max_delay = 1; /* can't mod w/ 0 */
net/ipv4/tcp_illinois.c
231
u32 dm = max_delay(ca);
net/ipv6/mcast.c
1345
unsigned long *max_delay, bool v1_query)
net/ipv6/mcast.c
1370
*max_delay = max(msecs_to_jiffies(mldv1_md), 1UL);
net/ipv6/mcast.c
1391
unsigned long *max_delay)
net/ipv6/mcast.c
1393
*max_delay = max(msecs_to_jiffies(mldv2_mrc(mld)), 1UL);
net/ipv6/mcast.c
1399
idev->mc_maxdelay = *max_delay;
net/ipv6/mcast.c
1428
unsigned long max_delay;
net/ipv6/mcast.c
1471
err = mld_process_v1(idev, mld, &max_delay,
net/ipv6/mcast.c
1484
mld_process_v2(idev, mlh2, &max_delay);
net/ipv6/mcast.c
1508
igmp6_group_queried(ma, max_delay);
net/ipv6/mcast.c
1527
igmp6_group_queried(ma, max_delay);
net/sched/sch_netem.c
1273
if (q->slot_config.min_delay | q->slot_config.max_delay |
net/sched/sch_netem.c
663
(q->slot_config.max_delay -
net/sched/sch_netem.c
845
if (q->slot_config.min_delay | q->slot_config.max_delay |
net/wireless/nl80211.c
15285
if (new_rule->delay > coalesce->max_delay)
net/wireless/nl80211.c
1952
rule.max_delay = rdev->wiphy.coalesce->max_delay;
sound/soc/sdca/sdca_asoc.c
357
struct sdca_pde_delay *delay = &entity->pde.max_delay[i];
sound/soc/sdca/sdca_asoc.c
656
if (entity->cs.max_delay)
sound/soc/sdca/sdca_asoc.c
657
fsleep(entity->cs.max_delay);
sound/soc/sdca/sdca_fdl.c
469
sdca_ump_schedule_timeout(&fdl_state->timeout, xu->max_delay);
sound/soc/sdca/sdca_functions.c
1205
clock->max_delay = tmp;
sound/soc/sdca/sdca_functions.c
1208
clock->type, clock->max_delay);
sound/soc/sdca/sdca_functions.c
1264
power->max_delay = delays;
sound/soc/sdca/sdca_functions.c
1368
hide->max_delay = delay;
sound/soc/sdca/sdca_functions.c
1455
xu->max_delay = tmp;
tools/include/uapi/linux/pkt_sched.h
516
__s64 max_delay;
tools/testing/selftests/net/txtimestamp.c
160
int max_delay;
tools/testing/selftests/net/txtimestamp.c
164
max_delay = min_delay + cfg_delay_tolerance_usec;
tools/testing/selftests/net/txtimestamp.c
166
if (cur64 < start64 + min_delay || cur64 > start64 + max_delay) {
tools/testing/selftests/net/txtimestamp.c
168
cur64 - start64, min_delay, max_delay);