/kernel/linux/linux-5.10/mm/ |
H A D | reclaimacct_show.c | 20 u64 max_delay; member 78 if (ra->delay[RA_RECLAIM] > ra_show->max_delay) { in __reclaimacct_collect_data() 79 ra_show->max_delay = ra->delay[RA_RECLAIM]; in __reclaimacct_collect_data() 135 seq_printf(m, "Max delay: %llu\tHappened: %llu\n", show.max_delay, show.max_delay_time); in reclaimacct_proc_show()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_multicast.c | 2548 unsigned long max_delay) in br_multicast_update_query_timer() 2551 query->delay_time = jiffies + max_delay; in br_multicast_update_query_timer() 2626 unsigned long max_delay) in br_multicast_query_received() 2631 br_multicast_update_query_timer(br, query, max_delay); in br_multicast_query_received() 2648 unsigned long max_delay; in br_ip4_multicast_query() local 2660 max_delay = ih->code * (HZ / IGMP_TIMER_SCALE); in br_ip4_multicast_query() 2662 if (!max_delay) { in br_ip4_multicast_query() 2663 max_delay = 10 * HZ; in br_ip4_multicast_query() 2672 max_delay = ih3->code ? in br_ip4_multicast_query() 2683 &saddr, max_delay); in br_ip4_multicast_query() 2546 br_multicast_update_query_timer(struct net_bridge *br, struct bridge_mcast_other_query *query, unsigned long max_delay) br_multicast_update_query_timer() argument 2622 br_multicast_query_received(struct net_bridge *br, struct net_bridge_port *port, struct bridge_mcast_other_query *query, struct br_ip *saddr, unsigned long max_delay) br_multicast_query_received() argument 2727 unsigned long max_delay; br_ip6_multicast_query() local 3542 unsigned long max_delay; br_multicast_set_querier() local [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | igmp.c | 214 static void igmp_start_timer(struct ip_mc_list *im, int max_delay) in igmp_start_timer() argument 216 int tv = prandom_u32() % max_delay; in igmp_start_timer() 247 static void igmp_mod_timer(struct ip_mc_list *im, int max_delay) in igmp_mod_timer() argument 252 if ((long)(im->timer.expires-jiffies) < max_delay) { in igmp_mod_timer() 260 igmp_start_timer(im, max_delay); in igmp_mod_timer() 951 int max_delay; in igmp_heard_query() local 960 max_delay = IGMP_QUERY_RESPONSE_INTERVAL; in igmp_heard_query() 967 max_delay = ih->code*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query() 982 max_delay = IGMP_QUERY_RESPONSE_INTERVAL; in igmp_heard_query() 986 * Interpretation of the max_delay cod in igmp_heard_query() [all...] |
H A D | tcp_illinois.c | 114 static inline u32 max_delay(const struct illinois *ca) in max_delay() function 231 u32 dm = max_delay(ca); in update_params()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | igmp.c | 214 static void igmp_start_timer(struct ip_mc_list *im, int max_delay) in igmp_start_timer() argument 216 int tv = get_random_u32_below(max_delay); in igmp_start_timer() 247 static void igmp_mod_timer(struct ip_mc_list *im, int max_delay) in igmp_mod_timer() argument 252 if ((long)(im->timer.expires-jiffies) < max_delay) { in igmp_mod_timer() 260 igmp_start_timer(im, max_delay); in igmp_mod_timer() 951 int max_delay; in igmp_heard_query() local 960 max_delay = IGMP_QUERY_RESPONSE_INTERVAL; in igmp_heard_query() 967 max_delay = ih->code*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query() 982 max_delay = IGMP_QUERY_RESPONSE_INTERVAL; in igmp_heard_query() 986 * Interpretation of the max_delay cod in igmp_heard_query() [all...] |
H A D | tcp_illinois.c | 114 static inline u32 max_delay(const struct illinois *ca) in max_delay() function 231 u32 dm = max_delay(ca); in update_params()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_multicast.c | 3201 unsigned long max_delay) in br_multicast_update_query_timer() 3204 mod_timer(&query->delay_timer, jiffies + max_delay); in br_multicast_update_query_timer() 3397 unsigned long max_delay) in br_ip4_multicast_query_received() 3402 br_multicast_update_query_timer(brmctx, query, max_delay); in br_ip4_multicast_query_received() 3412 unsigned long max_delay) in br_ip6_multicast_query_received() 3417 br_multicast_update_query_timer(brmctx, query, max_delay); in br_ip6_multicast_query_received() 3435 unsigned long max_delay; in br_ip4_multicast_query() local 3446 max_delay = ih->code * (HZ / IGMP_TIMER_SCALE); in br_ip4_multicast_query() 3448 if (!max_delay) { in br_ip4_multicast_query() 3449 max_delay in br_ip4_multicast_query() 3199 br_multicast_update_query_timer(struct net_bridge_mcast *brmctx, struct bridge_mcast_other_query *query, unsigned long max_delay) br_multicast_update_query_timer() argument 3393 br_ip4_multicast_query_received(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, struct bridge_mcast_other_query *query, struct br_ip *saddr, unsigned long max_delay) br_ip4_multicast_query_received() argument 3408 br_ip6_multicast_query_received(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, struct bridge_mcast_other_query *query, struct br_ip *saddr, unsigned long max_delay) br_ip6_multicast_query_received() argument 3515 unsigned long max_delay; br_ip6_multicast_query() local 4638 unsigned long max_delay; br_multicast_set_querier() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | time-event.h | 125 * @max_delay: maximum delay before starting the time event (in TU) 139 u32 max_delay, bool wait_for_notif);
|
H A D | time-event.c | 582 u32 max_delay, bool wait_for_notif) in iwl_mvm_protect_session() 622 time_cmd.max_delay = cpu_to_le32(max_delay); in iwl_mvm_protect_session() 650 TU_TO_JIFFIES(max_delay))) { in iwl_mvm_protect_session() 971 time_cmd.max_delay = cpu_to_le32(MSEC_TO_TU(duration/2)); in iwl_mvm_start_p2p_roc() 579 iwl_mvm_protect_session(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 duration, u32 min_duration, u32 max_delay, bool wait_for_notif) iwl_mvm_protect_session() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | time-event.h | 68 * @max_delay: maximum delay before starting the time event (in TU) 82 u32 max_delay, bool wait_for_notif);
|
H A D | time-event.c | 602 u32 max_delay, bool wait_for_notif) in iwl_mvm_protect_session() 642 time_cmd.max_delay = cpu_to_le32(max_delay); in iwl_mvm_protect_session() 670 TU_TO_JIFFIES(max_delay))) { in iwl_mvm_protect_session() 1003 time_cmd.max_delay = cpu_to_le32(MSEC_TO_TU(duration/2)); in iwl_mvm_start_p2p_roc() 599 iwl_mvm_protect_session(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 duration, u32 min_duration, u32 max_delay, bool wait_for_notif) iwl_mvm_protect_session() argument
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/ |
H A D | core.c | 258 u32 ebx, ecx, max_delay; in __get_mem_config_intel() local 262 max_delay = eax.split.max_delay + 1; in __get_mem_config_intel() 267 r->membw.min_bw = MAX_MBA_BW - max_delay; in __get_mem_config_intel() 268 r->membw.bw_gran = MAX_MBA_BW - max_delay; in __get_mem_config_intel()
|
H A D | internal.h | 560 unsigned int max_delay:12; member
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/ |
H A D | core.c | 201 u32 ebx, ecx, max_delay; in __get_mem_config_intel() local 205 max_delay = eax.split.max_delay + 1; in __get_mem_config_intel() 210 r->membw.min_bw = MAX_MBA_BW - max_delay; in __get_mem_config_intel() 211 r->membw.bw_gran = MAX_MBA_BW - max_delay; in __get_mem_config_intel()
|
H A D | internal.h | 488 unsigned int max_delay:12; member
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 277 static bool wait_loop(unsigned long start, unsigned int max_delay, in wait_loop() argument 284 pr_cont("%us...", max_delay - *seconds_waited); in wait_loop() 285 if (*seconds_waited == max_delay) { in wait_loop()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 269 static bool wait_loop(unsigned long start, unsigned int max_delay, in wait_loop() argument 276 pr_cont("%us...", max_delay - *seconds_waited); in wait_loop() 277 if (*seconds_waited == max_delay) { in wait_loop()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | time-event.h | 259 * @max_delay: maximum delay to event's start (apply time), in TU 279 __le32 max_delay; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | time-event.h | 201 * @max_delay: maximum delay to event's start (apply time), in TU 221 __le32 max_delay; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 157 int max_delay; in validate_timestamp() local 161 max_delay = min_delay + cfg_delay_tolerance_usec; in validate_timestamp() 163 if (cur64 < start64 + min_delay || cur64 > start64 + max_delay) { in validate_timestamp() 165 cur64 - start64, min_delay, max_delay); in validate_timestamp()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 157 int max_delay; in validate_timestamp() local 161 max_delay = min_delay + cfg_delay_tolerance_usec; in validate_timestamp() 163 if (cur64 < start64 + min_delay || cur64 > start64 + max_delay) { in validate_timestamp() 165 cur64 - start64, min_delay, max_delay); in validate_timestamp()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | mcast.c | 1273 unsigned long *max_delay, bool v1_query) in mld_process_v1() 1298 *max_delay = max(msecs_to_jiffies(mldv1_md), 1UL); in mld_process_v1() 1319 unsigned long *max_delay) in mld_process_v2() 1321 *max_delay = max(msecs_to_jiffies(mldv2_mrc(mld)), 1UL); in mld_process_v2() 1327 idev->mc_maxdelay = *max_delay; in mld_process_v2() 1338 unsigned long max_delay; in igmp6_event_query() local 1380 err = mld_process_v1(idev, mld, &max_delay, in igmp6_event_query() 1393 err = mld_process_v2(idev, mlh2, &max_delay); in igmp6_event_query() 1421 igmp6_group_queried(ma, max_delay); in igmp6_event_query() 1442 igmp6_group_queried(ma, max_delay); in igmp6_event_query() 1272 mld_process_v1(struct inet6_dev *idev, struct mld_msg *mld, unsigned long *max_delay, bool v1_query) mld_process_v1() argument 1318 mld_process_v2(struct inet6_dev *idev, struct mld2_query *mld, unsigned long *max_delay) mld_process_v2() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | mcast.c | 1314 unsigned long *max_delay, bool v1_query) in mld_process_v1() 1339 *max_delay = max(msecs_to_jiffies(mldv1_md), 1UL); in mld_process_v1() 1360 unsigned long *max_delay) in mld_process_v2() 1362 *max_delay = max(msecs_to_jiffies(mldv2_mrc(mld)), 1UL); in mld_process_v2() 1368 idev->mc_maxdelay = *max_delay; in mld_process_v2() 1397 unsigned long max_delay; in __mld_query_work() local 1440 err = mld_process_v1(idev, mld, &max_delay, in __mld_query_work() 1453 mld_process_v2(idev, mlh2, &max_delay); in __mld_query_work() 1477 igmp6_group_queried(ma, max_delay); in __mld_query_work() 1496 igmp6_group_queried(ma, max_delay); in __mld_query_work() 1313 mld_process_v1(struct inet6_dev *idev, struct mld_msg *mld, unsigned long *max_delay, bool v1_query) mld_process_v1() argument 1359 mld_process_v2(struct inet6_dev *idev, struct mld2_query *mld, unsigned long *max_delay) mld_process_v2() argument [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_netem.c | 636 (q->slot_config.max_delay - in get_slot_next() 812 if (q->slot_config.min_delay | q->slot_config.max_delay | in get_slot() 1196 if (q->slot_config.min_delay | q->slot_config.max_delay | in netem_dump()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_netem.c | 645 (q->slot_config.max_delay - in get_slot_next() 822 if (q->slot_config.min_delay | q->slot_config.max_delay | in get_slot() 1210 if (q->slot_config.min_delay | q->slot_config.max_delay | in netem_dump()
|