/freebsd/lib/libc/tests/gen/ |
H A D | arc4random_test.c | 84 * Test with various thresholds. 90 static const uint32_t thresholds[] = { in ATF_TC_BODY() local 96 for (i = 0; thresholds[i] != 0; i++) in ATF_TC_BODY() 98 ATF_CHECK(arc4random_uniform(thresholds[i]) < thresholds[i]); in ATF_TC_BODY()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | phy.h | 225 * struct temp_report_ths_cmd - set temperature thresholds 227 * @num_temps: number of temperature thresholds passed member 228 * @thresholds: array with the thresholds to be configured 232 __le16 thresholds[IWL_MAX_DTS_TRIPS];
|
H A D | mac.h | 445 * struct iwl_he_pkt_ext_v1 - QAM thresholds 450 * Each entry contains 2 QAM thresholds for 8us and 16us: 456 * @pkt_ext_qam_th: QAM thresholds 469 * struct iwl_he_pkt_ext_v2 - QAM thresholds 474 * Each entry contains 2 QAM thresholds for 8us and 16us: 480 * @pkt_ext_qam_th: QAM thresholds 612 /* The below fields are set via PPE thresholds element */ 680 /* The below fields are set via PPE thresholds element */ 755 /* The below fields are set via PPE thresholds element */
|
/freebsd/sys/dev/dpaa/ |
H A D | bman.c | 197 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; in bman_pool_create() local 242 thresholds[BM_POOL_DEP_THRESH_SW_ENTRY] = dep_sw_entry; in bman_pool_create() 243 thresholds[BM_POOL_DEP_THRESH_SW_EXIT] = dep_sw_exit; in bman_pool_create() 244 thresholds[BM_POOL_DEP_THRESH_HW_ENTRY] = dep_hw_entry; in bman_pool_create() 245 thresholds[BM_POOL_DEP_THRESH_HW_EXIT] = dep_hw_exit; in bman_pool_create() 246 error = BM_POOL_ConfigDepletion(pool, f_Depletion, thresholds); in bman_pool_create()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | MisExpect.h | 28 /// checkBackendInstrumentation - compares PGO counters to the thresholds used 40 /// checkFrontendInstrumentation - compares PGO counters to the thresholds used 54 /// veryifyMisExpect - compares RealWeights to the thresholds used 64 /// checkExpectAnnotations - compares PGO counters to the thresholds used
|
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bm.c | 112 ipcPoolThresh.thresholds)) != E_OK) in BmHandleIpcMsgCB() 237 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds) in BmSetPoolThresholds() argument 248 thresholds[0], in BmSetPoolThresholds() 249 thresholds[1], in BmSetPoolThresholds() 250 thresholds[2], in BmSetPoolThresholds() 251 thresholds[3]); in BmSetPoolThresholds() 261 memcpy(ipcPoolThresh.thresholds, thresholds, sizeof(uint32_t) * MAX_DEPLETION_THRESHOLDS); in BmSetPoolThresholds()
|
/freebsd/contrib/ofed/infiniband-diags/man/ |
H A D | ibqueryerrors.8 | 246 \fB0\fP if scan succeeds without errors beyond thresholds 248 \fB1\fP if errors are found beyond thresholds or inconsistencies are found in check mode. 263 # Define thresholds for error counters
|
/freebsd/contrib/ntp/html/ |
H A D | clock.html | 18 <li class="inline"><a href="#step">Step and Stepout Thresholds</a></li> 26 …ped and how the initial time and frequency are determined using three thresholds: <em>panic</em>,… 29 <h4 id="step"> Step and Stepout Thresholds</h4>
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ProfileSummaryInfo.cpp | 44 "shared thresholds as PGO.")); 110 /// Compute the hot and cold thresholds. in isFunctionEntryCold()
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | thermal-zones.yaml | 48 platform-data regarding temperature thresholds and the mitigation actions 49 to take when the temperature crosses those thresholds. 193 crosses one of the temperature thresholds described in the trips
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | baikal,bt1-pvt.yaml | 21 functions like thresholds/data ready interrupts, its status and masks, 31 | Low-Vt sensor |-| | +--| Thresholds comparator |
|
/freebsd/sys/dev/igc/ |
H A D | igc_i225.c | 879 /* igc_set_ltr_i225 - Set Latency Tolerance Reporting thresholds. 883 * Set the LTR thresholds based on the link speed (Mbps), EEE, and DMAC 894 /* If we do not have link, LTR thresholds are zero. */ in igc_set_ltr_i225() 948 /* Calculate the thresholds. Since speed is in Mbps, simplify in igc_set_ltr_i225() 962 /* Only write the LTR thresholds if they differ from before. */ in igc_set_ltr_i225() 1057 * thresholds. in igc_check_for_link_i225()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_scan.c | 57 * Roaming-related defaults. RSSI thresholds are as returned by the 58 * driver (.5dBm). Transmit rate thresholds are IEEE rate codes (i.e 61 /* rssi thresholds */ 65 /* transmit rate thresholds */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineCost.h | 36 // Various thresholds used by inline cost analysis. 197 /// Thresholds to tune inline cost analysis. The inline cost analysis decides 310 /// Get the cost estimate ignoring thresholds. This is similar to getInlineCost
|
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
H A D | us5182d.txt | 11 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
|
H A D | upisemi,us5182.yaml | 31 16-bit thresholds (adc counts) corresponding to every scale.
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ibm,emac.txt | 39 thresholds). 41 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_freebsd_inc.h | 84 * Green Tx, Based on different RSSI of Received Beacon thresholds, 86 * The thresholds are decided by system team.
|
/freebsd/sys/contrib/device-tree/Bindings/interconnect/ |
H A D | qcom,bcm-voter.yaml | 16 thresholds values from consumers by communicating through their respective
|
/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/ |
H A D | ti,tmag5273.yaml | 52 thresholds or when a conversion is completed.
|
/freebsd/share/man/man4/ |
H A D | max44009.4 | 89 driver does not support illuminance thresholds and the corresponding
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs43130.txt | 36 Define 2 DC impedance thresholds in ohms for HP output control.
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | nxp,imx93-adc.yaml | 17 watchdog thresholds, select threshold through input ports. And
|
/freebsd/sys/vm/ |
H A D | vm_pagequeue.h | 104 * it uses thresholds derived from the number of pages in the domain: 194 * The system uses the free_min and free_severe thresholds to apply 285 /* Paging thresholds and targets. */
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 24 cl::desc("Merge context profiles before calculating thresholds.")); 203 // hot thresholds. To compensate for that, by default we merge context in computeSummaryForProfiles()
|