Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c257 u16 old_limit; member
352 } else if (tr->old_limit) { /* change limit w/o reset */ in threshold_restart_bank()
354 (tr->old_limit - tr->b->threshold_limit); in threshold_restart_bank()
1012 tr.old_limit = b->threshold_limit; in store_threshold_limit()
/Linux-v4.19/net/mpls/
Daf_mpls.c2280 size_t old_limit; in resize_platform_label_table() local
2325 old_limit = net->mpls.platform_labels; in resize_platform_label_table()
2328 for (index = limit; index < old_limit; index++) in resize_platform_label_table()
2333 if (old_limit < limit) in resize_platform_label_table()
2334 cp_size = old_limit * sizeof(struct mpls_route *); in resize_platform_label_table()
2339 if ((old_limit <= MPLS_LABEL_IPV6NULL) && in resize_platform_label_table()
2345 if ((old_limit <= MPLS_LABEL_IPV4NULL) && in resize_platform_label_table()