num_labels         44 drivers/gpu/drm/vc4/vc4_bo.c 	for (i = 0; i < vc4->num_labels; i++) {
num_labels         91 drivers/gpu/drm/vc4/vc4_bo.c 	for (i = 0; i < vc4->num_labels; i++) {
num_labels        105 drivers/gpu/drm/vc4/vc4_bo.c 		u32 new_label_count = vc4->num_labels + 1;
num_labels        116 drivers/gpu/drm/vc4/vc4_bo.c 		free_slot = vc4->num_labels;
num_labels        118 drivers/gpu/drm/vc4/vc4_bo.c 		vc4->num_labels = new_label_count;
num_labels       1021 drivers/gpu/drm/vc4/vc4_bo.c 	vc4->num_labels = VC4_BO_TYPE_COUNT;
num_labels       1049 drivers/gpu/drm/vc4/vc4_bo.c 	for (i = 0; i < vc4->num_labels; i++) {
num_labels        105 drivers/gpu/drm/vc4/vc4_drv.h 	u32 num_labels;
num_labels        899 drivers/nvdimm/label.c 		int num_labels)
num_labels       1095 drivers/nvdimm/label.c 	if (nlabel + nsblk->num_resources > num_labels) {
num_labels       1153 drivers/nvdimm/label.c static int init_labels(struct nd_mapping *nd_mapping, int num_labels)
num_labels       1169 drivers/nvdimm/label.c 	for (i = old_num_labels; i < num_labels; i++) {
num_labels       1181 drivers/nvdimm/label.c 		return max(num_labels, old_num_labels);
num_labels       1194 drivers/nvdimm/label.c 	return max(num_labels, old_num_labels);
num_labels        105 net/mpls/internal.h #define MPLS_NH_VIA_OFF(num_labels) \
num_labels        106 net/mpls/internal.h 		ALIGN(sizeof(struct mpls_nh) + (num_labels) * sizeof(u32), \
num_labels        112 net/mpls/internal.h #define MPLS_NH_SIZE(num_labels, max_via_alen)		\
num_labels        113 net/mpls/internal.h 		(MPLS_NH_VIA_OFF((num_labels)) +	\