Home
last modified time | relevance | path

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

/linux/drivers/nvdimm/
H A Dlabel.c968 static int init_labels(struct nd_mapping *nd_mapping, int num_labels) in init_labels() argument
984 for (i = old_num_labels; i < num_labels; i++) { in init_labels()
996 return max(num_labels, old_num_labels); in init_labels()
1009 return max(num_labels, old_num_labels); in init_labels()
/linux/net/openvswitch/
H A Dflow_netlink.c2142 u8 i, num_labels; in __ovs_nla_put_key() local
2145 num_labels = hweight_long(output->mpls.num_labels_mask); in __ovs_nla_put_key()
2147 num_labels * sizeof(*mpls_key)); in __ovs_nla_put_key()
2152 for (i = 0; i < num_labels; i++) in __ovs_nla_put_key()