Searched refs:rel_type (Results 1 - 6 of 6) sorted by relevance

/linux-master/mm/kasan/
H A Dreport.c296 const char *rel_type, *region_state = ""; local
304 rel_type = "to the left";
307 rel_type = "to the right";
310 rel_type = "inside";
330 rel_bytes, rel_type, region_state, info->alloc_size,
/linux-master/arch/x86/tools/
H A Drelocs.c205 static const char *rel_type(unsigned type) function
704 rel_type(ELF_R_TYPE(rel->r_info)),
896 rel_type(r_type), symname);
917 rel_type(r_type), r_type);
955 rel_type(r_type), symname);
964 rel_type(r_type), r_type);
1009 rel_type(r_type), symname);
1032 rel_type(r_type), symname);
1037 rel_type(r_type), r_type);
1160 rel_type(ELF_R_TYP
[all...]
/linux-master/net/ipv6/
H A Dip6_tunnel.c467 u8 rel_type = ICMPV6_DEST_UNREACH; local
535 rel_type = ICMPV6_PKT_TOOBIG;
548 *type = rel_type;
566 u8 rel_type = type; local
571 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code,
579 switch (rel_type) {
583 rel_type = ICMP_DEST_UNREACH;
589 rel_type = ICMP_DEST_UNREACH;
637 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) {
644 icmp_send(skb2, rel_type, rel_cod
657 u8 rel_type = type; local
699 u8 rel_type = type; local
[all...]
/linux-master/arch/mips/boot/tools/
H A Drelocs.c60 static const char *rel_type(unsigned type) function
544 rel_type(r_type), r_type);
642 rel_type(ELF_R_TYPE(rel->r_info)),
/linux-master/drivers/pci/
H A Dsetup-bus.c1596 enum release_type rel_type)
1611 if (rel_type == whole_subtree)
1622 if ((rel_type == whole_subtree) || is_leaf_bridge)
2051 enum release_type rel_type = leaf_only; local
2106 rel_type = whole_subtree;
2115 rel_type);
1594 pci_bus_release_bridge_resources(struct pci_bus *bus, unsigned long type, enum release_type rel_type) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c100 * @rel_type: Type of relocation.
106 enum vmw_resource_relocation_type rel_type:3; member in struct:vmw_resource_relocation
501 * @rel_type: Relocation type.
507 rel_type)
519 rel->rel_type = rel_type;
555 switch (rel->rel_type) {
503 vmw_resource_relocation_add(struct vmw_sw_context *sw_context, const struct vmw_resource *res, unsigned long offset, enum vmw_resource_relocation_type rel_type) argument

Completed in 314 milliseconds