rel_type          544 arch/mips/boot/tools/relocs.c 		    rel_type(r_type), r_type);
rel_type          642 arch/mips/boot/tools/relocs.c 		rel_type(ELF_R_TYPE(rel->r_info)),
rel_type          639 arch/x86/tools/relocs.c 				rel_type(ELF_R_TYPE(rel->r_info)),
rel_type          829 arch/x86/tools/relocs.c 			    rel_type(r_type), symname);
rel_type          850 arch/x86/tools/relocs.c 		    rel_type(r_type), r_type);
rel_type          886 arch/x86/tools/relocs.c 			    rel_type(r_type), symname);
rel_type          895 arch/x86/tools/relocs.c 		    rel_type(r_type), r_type);
rel_type          938 arch/x86/tools/relocs.c 		    rel_type(r_type), symname);
rel_type          961 arch/x86/tools/relocs.c 		    rel_type(r_type), symname);
rel_type          966 arch/x86/tools/relocs.c 		    rel_type(r_type), r_type);
rel_type         1089 arch/x86/tools/relocs.c 		rel_type(ELF_R_TYPE(rel->r_info)),
rel_type          104 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	enum vmw_resource_relocation_type rel_type:3;
rel_type          518 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 				       rel_type)
rel_type          530 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	rel->rel_type = rel_type;
rel_type          566 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		switch (rel->rel_type) {
rel_type         1555 drivers/pci/setup-bus.c 					     enum release_type rel_type)
rel_type         1570 drivers/pci/setup-bus.c 		if (rel_type == whole_subtree)
rel_type         1581 drivers/pci/setup-bus.c 	if ((rel_type == whole_subtree) || is_leaf_bridge)
rel_type         1721 drivers/pci/setup-bus.c 	enum release_type rel_type = leaf_only;
rel_type         1774 drivers/pci/setup-bus.c 		rel_type = whole_subtree;
rel_type         1783 drivers/pci/setup-bus.c 						 rel_type);
rel_type          127 mm/kasan/report.c 	const char *rel_type;
rel_type          138 mm/kasan/report.c 		rel_type = "to the left";
rel_type          141 mm/kasan/report.c 		rel_type = "to the right";
rel_type          144 mm/kasan/report.c 		rel_type = "inside";
rel_type          150 mm/kasan/report.c 		rel_bytes, rel_type, cache->object_size, (void *)object_addr,
rel_type          474 net/ipv6/ip6_tunnel.c 	u8 rel_type = ICMPV6_DEST_UNREACH;
rel_type          538 net/ipv6/ip6_tunnel.c 			rel_type = ICMPV6_PKT_TOOBIG;
rel_type          550 net/ipv6/ip6_tunnel.c 	*type = rel_type;
rel_type          568 net/ipv6/ip6_tunnel.c 	u8 rel_type = type;
rel_type          573 net/ipv6/ip6_tunnel.c 	err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code,
rel_type          581 net/ipv6/ip6_tunnel.c 	switch (rel_type) {
rel_type          585 net/ipv6/ip6_tunnel.c 		rel_type = ICMP_DEST_UNREACH;
rel_type          591 net/ipv6/ip6_tunnel.c 		rel_type = ICMP_DEST_UNREACH;
rel_type          639 net/ipv6/ip6_tunnel.c 	if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) {
rel_type          646 net/ipv6/ip6_tunnel.c 	icmp_send(skb2, rel_type, rel_code, htonl(rel_info));
rel_type          659 net/ipv6/ip6_tunnel.c 	u8 rel_type = type;
rel_type          662 net/ipv6/ip6_tunnel.c 	err = ip6_tnl_err(skb, IPPROTO_IPV6, opt, &rel_type, &rel_code,
rel_type          685 net/ipv6/ip6_tunnel.c 		icmpv6_send(skb2, rel_type, rel_code, rel_info);