Lines Matching +defs:suffix +defs:y
368 * The suffix of a type that indicates it cannot alias another type when
1023 * We start by pointing at the end of pointer and array suffix
1362 const char *suffix)
1365 btf_show(show, "%s%s%s%s", btf_show_indent(show), suffix,
1933 * type: is an array (e.g. u32 array[x][y])
1934 * return type: type "u32[x][y]", i.e. BTF_KIND_ARRAY,
1935 * *type_size: (x * y * sizeof(u32)). Hence, *type_size always
1939 * *total_nelems: (x * y). Hence, individual elem size is
5437 const struct btf_sec_info *y = b;
5439 return (int)(x->off - y->off) ? : (int)(x->len - y->len);
9345 const char *field_name, u32 btf_id, const char *suffix)
9361 ret = snprintf(safe_tname, sizeof(safe_tname), "%s%s", tname, suffix);
9438 /* ___init suffix must come at the end of the name */
9565 const char *suffix)
9567 int suffix_len = strlen(suffix), len;
9578 return !strncmp(param_name, suffix, suffix_len);