Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 199) sorted by relevance

12345678

/kernel/liteos_m/testsuites/unittest/posix/src/
Dposix_test.h66 #define TEST_ASSERT_LESS_THAN(threshold, actual) TEST_ASSERT_TRUE((actual) < (threshold)) argument
67 #define TEST_ASSERT_LESS_THAN_INT(threshold, actual) TEST_ASSERT_LESS_THAN(threshold, actual) argument
68 #define TEST_ASSERT_GREATER_THAN(threshold, actual) TEST_ASSERT_TRUE((actual) > (threshold)) argument
69 #define TEST_ASSERT_GREATER_THAN_INT(threshold, actual) TEST_ASSERT_GREATER_THAN(threshold, actual) argument
70 #define TEST_ASSERT_GREATER_OR_EQUAL(threshold, actual) TEST_ASSERT_TRUE((actual) >= (threshold)) argument
71 #define TEST_ASSERT_LESS_OR_EQUAL_INT64(threshold, actual) TEST_ASSERT_TRUE((actual) <= (threshold)) argument
/kernel/linux/linux-5.10/net/wireless/
Dwext-spy.c116 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; in iw_handler_set_thrspy() local
143 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; in iw_handler_get_thrspy() local
167 struct iw_thrspy threshold; in iw_send_thrspy_event() local
/kernel/linux/linux-5.10/drivers/md/persistent-data/
Ddm-space-map-metadata.c23 struct threshold { struct
24 bool threshold_set; argument
26 dm_block_t threshold; argument
28 dm_sm_threshold_fn fn; argument
32 static void threshold_init(struct threshold *t) in threshold_init() argument
178 struct threshold threshold; member
520 dm_block_t threshold, in sm_metadata_register_threshold_callback()
/kernel/linux/linux-5.10/drivers/soc/tegra/fuse/
Dspeedo-tegra114.c34 int *threshold) in rev_sku_to_speedo_ids()
77 int threshold; in tegra114_init_speedo_data() local
Dspeedo-tegra124.c51 int *threshold) in rev_sku_to_speedo_ids()
104 int i, threshold, cpu_speedo_0_value, soc_speedo_0_value; in tegra124_init_speedo_data() local
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/
Dia_css_anr_param.h23 s32 threshold; member
Dia_css_anr_types.h31 s32 threshold; /** Threshold */ member
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
Dhost1x02_hardware.h19 unsigned indx, unsigned threshold) in host1x_class_host_wait_syncpt()
26 unsigned indx, unsigned threshold) in host1x_class_host_load_syncpt_base()
Dhost1x07_hardware.h20 unsigned indx, unsigned threshold) in host1x_class_host_wait_syncpt()
27 unsigned indx, unsigned threshold) in host1x_class_host_load_syncpt_base()
Dhost1x04_hardware.h19 unsigned indx, unsigned threshold) in host1x_class_host_wait_syncpt()
26 unsigned indx, unsigned threshold) in host1x_class_host_load_syncpt_base()
Dhost1x06_hardware.h20 unsigned indx, unsigned threshold) in host1x_class_host_wait_syncpt()
27 unsigned indx, unsigned threshold) in host1x_class_host_load_syncpt_base()
Dhost1x01_hardware.h19 unsigned indx, unsigned threshold) in host1x_class_host_wait_syncpt()
26 unsigned indx, unsigned threshold) in host1x_class_host_load_syncpt_base()
Dhost1x05_hardware.h19 unsigned indx, unsigned threshold) in host1x_class_host_wait_syncpt()
26 unsigned indx, unsigned threshold) in host1x_class_host_load_syncpt_base()
/kernel/linux/linux-5.10/drivers/nvme/host/
Dhwmon.c22 unsigned int threshold = sensor << NVME_TEMP_THRESH_SELECT_SHIFT; in nvme_get_temp_thresh() local
43 unsigned int threshold = sensor << NVME_TEMP_THRESH_SELECT_SHIFT; in nvme_set_temp_thresh() local
/kernel/linux/linux-5.10/include/net/
Dipcomp.h12 u16 threshold; member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/
Dia_css_xnr_param.h41 u16 threshold; member
Dia_css_xnr_types.h68 u16 threshold; member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/
Dia_css_dp_types.h31 ia_css_u0_16 threshold; /** The threshold of defect pixel correction, member
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_mtl.c104 int threshold) in sxgbe_mtl_fc_active()
125 int threshold) in sxgbe_mtl_fc_deactive()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
Dxt_NFLOG.h29 __u16 threshold; member
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
Dxt_NFLOG.h19 __u16 threshold; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
Dxt_NFLOG.h17 __u16 threshold; member
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_bridge/
Debt_nflog.h18 __u16 threshold; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_bridge/
Debt_nflog.h17 __u16 threshold; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_bridge/
Debt_nflog.h30 __u16 threshold; member

12345678