Home
last modified time | relevance | path

Searched refs:high_thresh (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/iio/adc/
H A Dti-ads1015.c240 int high_thresh; member
621 data->thresh_data[chan->address].high_thresh : in ads1015_read_event()
658 data->thresh_data[chan->address].high_thresh = val; in ads1015_write_event()
702 int high_thresh = data->thresh_data[chan->address].high_thresh; in ads1015_enable_event_config() local
717 high_thresh - 1); in ads1015_enable_event_config()
725 high_thresh << chan->scan_type.shift); in ads1015_enable_event_config()
971 data->thresh_data[i].high_thresh = (1 << (realbits - 1)) - 1; in ads1015_probe()
/linux/net/ipv4/
H A Dinet_fragment.c229 WRITE_ONCE(fqdir->high_thresh, 0); in fqdir_pre_exit()
417 long high_thresh = READ_ONCE(fqdir->high_thresh); in inet_frag_find() local
420 if (!high_thresh || frag_mem_limit(fqdir) > high_thresh) in inet_frag_find()
H A Dip_fragment.c603 table[0].data = &net->ipv4.fqdir->high_thresh; in ip4_frags_ns_ctl_register()
606 table[1].extra2 = &net->ipv4.fqdir->high_thresh; in ip4_frags_ns_ctl_register()
674 net->ipv4.fqdir->high_thresh = 4 * 1024 * 1024; in ipv4_frags_init_net()
/linux/net/ieee802154/6lowpan/
H A Dreassembly.c382 table[0].data = &ieee802154_lowpan->fqdir->high_thresh; in lowpan_frags_ns_sysctl_register()
385 table[1].extra2 = &ieee802154_lowpan->fqdir->high_thresh; in lowpan_frags_ns_sysctl_register()
460 ieee802154_lowpan->fqdir->high_thresh = IPV6_FRAG_HIGH_THRESH; in lowpan_frags_init_net()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c85 table[1].extra2 = &nf_frag->fqdir->high_thresh; in nf_ct_frag6_sysctl_register()
86 table[2].data = &nf_frag->fqdir->high_thresh; in nf_ct_frag6_sysctl_register()
513 nf_frag->fqdir->high_thresh = IPV6_FRAG_HIGH_THRESH; in nf_ct_net_init()
/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.c198 int low_thresh, high_thresh; in get_apm_status() local
201 high_thresh = sharpsl_pm.machinfo->status_high_acin; in get_apm_status()
204 high_thresh = sharpsl_pm.machinfo->status_high_noac; in get_apm_status()
208 if (voltage >= high_thresh) in get_apm_status()
/linux/include/net/
H A Dinet_frag.h15 long high_thresh; member