Home
last modified time | relevance | path

Searched refs:old_limit (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/mpls/
Daf_mpls.c933 size_t old_limit; in resize_platform_label_table() local
973 old_limit = net->mpls.platform_labels; in resize_platform_label_table()
976 for (index = limit; index < old_limit; index++) in resize_platform_label_table()
981 if (old_limit < limit) in resize_platform_label_table()
982 cp_size = old_limit * sizeof(struct mpls_route *); in resize_platform_label_table()
987 if ((old_limit <= MPLS_LABEL_IPV6NULL) && in resize_platform_label_table()
993 if ((old_limit <= MPLS_LABEL_IPV4NULL) && in resize_platform_label_table()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c73 u16 old_limit; member
156 } else if (tr->old_limit) { /* change limit w/o reset */ in threshold_restart_bank()
158 (tr->old_limit - tr->b->threshold_limit); in threshold_restart_bank()
390 tr.old_limit = b->threshold_limit; in store_threshold_limit()