Searched refs:THRESHOLD (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/tests/shell/
H A Dstat+shadow_stat.sh7 THRESHOLD=0.015
41 diff=`echo $ipc $res $THRESHOLD | \
83 diff=`echo $ipc $res $THRESHOLD | \
/linux-master/tools/perf/tests/
H A Dbp_signal_overflow.c60 #define THRESHOLD 100 macro
93 pe.sample_period = THRESHOLD;
133 if (overflows != EXECUTIONS / THRESHOLD) {
135 overflows, EXECUTIONS / THRESHOLD);
/linux-master/sound/soc/amd/acp/
H A Damd.h40 #define THRESHOLD(bit, base) ((bit) + (base)) macro
41 #define I2S_RX_THRESHOLD(base) THRESHOLD(7, base)
42 #define I2S_TX_THRESHOLD(base) THRESHOLD(8, base)
43 #define BT_TX_THRESHOLD(base) THRESHOLD(6, base)
44 #define BT_RX_THRESHOLD(base) THRESHOLD(5, base)
45 #define HS_TX_THRESHOLD(base) THRESHOLD(4, base)
46 #define HS_RX_THRESHOLD(base) THRESHOLD(3, base)
/linux-master/drivers/crypto/caam/
H A Dintern.h21 * size (JOBR_DEPTH) and a THRESHOLD (reserved for the non-crypto-API
24 #define THRESHOLD 15 macro
25 #define CRYPTO_ENGINE_MAX_QLEN (JOBR_DEPTH - THRESHOLD)

Completed in 147 milliseconds