Home
last modified time | relevance | path

Searched full:aging (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c63 bool aging; member
328 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire() argument
333 if (aging && MLX5_CAP_GEN(dev, flow_counter_bulk_alloc) != 0) { in mlx5_fc_acquire()
342 struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create_ex() argument
344 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create_ex()
352 counter->aging = aging; in mlx5_fc_create_ex()
354 if (aging) { in mlx5_fc_create_ex()
382 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() argument
384 struct mlx5_fc *counter = mlx5_fc_create_ex(dev, aging); in mlx5_fc_create()
[all...]
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_event_wheel.c110 /* We need to retire the event if the next aging time passed */ in __cl_event_wheel_callback()
122 /* update the required aging time */ in __cl_event_wheel_callback()
240 PRIx64 ">, num_regs:%d, aging time:%" PRIu64 "\n", in cl_event_wheel_dump()
333 " aging in %u [msec]\n", p_event->key, in cl_event_wheel_reg()
503 /* The callback for aging event */
529 "The first Aging Event"); in main()
534 "The Second Aging Event"); in main()
539 "The Third Aging Event"); in main()
547 "The Second Aging Event Moved"); in main()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_trap_rcv.c72 * We will provide a trap filtering mechanism with "Aging" capability.
77 * that should be referenced by the aging algorithm.
78 * To provide an efficient handling of aging, we also track all traps
79 * in a sorted list by their aging.
81 * The generic Aging Tracker mechanism is implemented in the
471 * received within the aging time window more than 10 times, in trap_rcv_process_request()
490 /* try to find it in the aging tracker */ in trap_rcv_process_request()
519 /* restart the aging anyway */ in trap_rcv_process_request()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsf.h30 #define SF_NUM_TIMEOUT_TYPES 2 /* Aging timer and Idle timer */
71 * @long_delay_timeouts: aging and idle timer values for each scenario
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsf.c42 * Aging and idle timeouts for the different possible scenarios
70 * Aging and idle timeouts for the different possible scenarios
/freebsd/contrib/openpam/doc/man/
H A Dpam_sm_chauthtok.341 Authentication token aging disabled.
H A Dpam_chauthtok.346 Authentication token aging disabled.
H A Dpam.3169 Authentication token aging disabled.
/freebsd/share/man/man5/
H A Dpasswd.5211 This field may be left empty to turn off the password aging feature;
220 This field may be left empty to turn off the account aging feature;
/freebsd/share/man/man9/
H A Dpmap_page_exists_quick.950 be returned for a small subset of pmaps for proper page aging.
/freebsd/sys/dev/mlx5/
H A Dfs.h412 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging);
415 struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging);
/freebsd/sys/dev/iwm/
H A Dif_iwm_sf.c141 * Aging and idle timeouts for the different possible scenarios
169 * Aging and idle timeouts for the different possible scenarios
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_event_wheel.h200 * The sorted by aging time list item
382 * [in] Event Aging callback. The Event_Wheel calls this
/freebsd/usr.sbin/route6d/
H A Droute6d.866 Enables aging of the statically defined routes.
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_constants.c105 [PAM_AUTHTOK_DISABLE_AGING] = "Authentication token aging disabled",
/freebsd/sbin/dhclient/
H A Ddhcp-options.5311 .It Ic option path-mtu-aging-timeout Ar uint32 ;
312 This option specifies the timeout (in seconds) to use when aging Path
/freebsd/sbin/ipf/ipnat/
H A Dipnat.5667 Aging - protocol is roughly understood from
696 Real Audio (PNA) - Aging
/freebsd/sys/net80211/
H A Dieee80211_power.c217 * Age frames on the power save queue. The aging interval is
350 * the appropriate queue. The aging interval is 4 times in ieee80211_pwrsave()
H A Dieee80211_ht.h37 /* threshold for aging overlapping non-HT bss */
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dopp-v2-base.yaml86 system specific parameters (such as transients, process, aging,
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch.c410 * Configure aging register defaults.
421 * For now, configure the aging defaults: in ar8xxx_atu_learn_default()
428 * + AGE_EN - enable address table aging in ar8xxx_atu_learn_default()
/freebsd/sbin/routed/
H A Dmain.c409 /* Synchronize the aging and broadcast in main()
453 /* trigger the main aging timer. in main()
/freebsd/sys/dev/iicbus/rtc/
H A Dnxprtc.c112 #define PCF2127_R_AGING_OFFSET 0x19 /* Frequency aging offset in PPM */
525 * Also, for 212x chips, retrieve the current frequency aging offset, in pcf8523_start()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h561 * @paral b_is_permanent - disable retries & aging when set
/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c231 "lIP-pmtuage", /* 24: IP Path MTU aging timeout */

1234