Searched refs:threshold (Results 1 - 6 of 6) sorted by relevance

/openwrt/package/network/utils/rssileds/files/
H A Drssileds.init14 local threshold
19 config_get threshold $1 threshold
23 service_start $RSSILEDS_BIN $dev $refresh $threshold $leds
/openwrt/package/base-files/files/bin/
H A Dconfig_generate222 local refresh threshold
226 json_get_vars refresh threshold
235 set system.$cfg.threshold='$threshold'
/openwrt/package/base-files/files/lib/functions/
H A Duci-defaults.sh547 local threshold="$3"
553 [ -n "$threshold" ] && json_add_int threshold "$threshold"
/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_fw_regs_vdsl.h220 unsigned int threshold :8; member in struct:wtx_qos_q_desc_cfg
/openwrt/package/kernel/gpio-button-hotplug/src/
H A Dgpio-button-hotplug.c71 int threshold; member in struct:gpio_keys_button_data
286 if (bdata->count < bdata->threshold) {
524 bdata->threshold = DIV_ROUND_UP(button->debounce_interval,
527 bdata->threshold = 1;
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c2700 int threshold; local
2745 threshold = dev->param.chunks_per_block;
2758 threshold = background ? (dev->gc_not_done + 2) * 2 : 0;
2759 if (threshold < YAFFS_GC_PASSIVE_THRESHOLD)
2760 threshold = YAFFS_GC_PASSIVE_THRESHOLD;
2761 if (threshold > max_threshold)
2762 threshold = max_threshold;
2794 if (dev->gc_dirtiest > 0 && dev->gc_pages_in_use <= threshold)
2837 "GC none: finder %d skip %d threshold %d dirtiest %d using %d oldest %d%s",
2838 dev->gc_block_finder, dev->gc_not_done, threshold,
[all...]

Completed in 73 milliseconds