/lib/ |
A D | ubsan.c | 136 static bool type_is_int(struct type_descriptor *type) in type_is_int() 141 static bool type_is_signed(struct type_descriptor *type) in type_is_signed() 147 static unsigned type_bit_width(struct type_descriptor *type) in type_bit_width() 152 static bool is_inline_int(struct type_descriptor *type) in is_inline_int() 162 static s_max get_signed_val(struct type_descriptor *type, void *val) in get_signed_val() 177 static bool val_is_negative(struct type_descriptor *type, void *val) in val_is_negative() 182 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val() 193 static void val_to_string(char *str, size_t size, struct type_descriptor *type, in val_to_string() 245 struct type_descriptor *type = data->type; in handle_overflow() local
|
A D | fw_table.c | 27 enum acpi_subtable_type type; member 102 acpi_table_get_length(enum acpi_subtable_type type, in acpi_table_get_length() 158 enum acpi_subtable_type type; in acpi_parse_entries_array() local 212 cdat_table_parse(enum acpi_cdat_type type, in cdat_table_parse()
|
A D | test-kstrtox.c | 16 #define DECLARE_TEST_OK(type, test_type) \ argument 23 #define DEFINE_TEST_OK(type, test) \ argument 26 #define TEST_FAIL(fn, type, fmt, test) \ argument 45 #define TEST_OK(fn, type, fmt, test) \ argument
|
A D | ubsan.h | 62 struct type_descriptor *type; member 74 struct type_descriptor *type; member 81 struct type_descriptor *type; member 88 struct type_descriptor *type; member 117 struct type_descriptor *type; member 123 struct type_descriptor *type; member
|
A D | kobject.c | 59 static bool kobj_ns_type_is_valid(enum kobj_ns_type type) in kobj_ns_type_is_valid() 1026 enum kobj_ns_type type = ops->type; in kobj_ns_type_register() local 1047 int kobj_ns_type_registered(enum kobj_ns_type type) in kobj_ns_type_registered() 1074 bool kobj_ns_current_may_mount(enum kobj_ns_type type) in kobj_ns_current_may_mount() 1086 void *kobj_ns_grab_current(enum kobj_ns_type type) in kobj_ns_grab_current() 1099 void kobj_ns_drop(enum kobj_ns_type type, void *ns) in kobj_ns_drop()
|
A D | maple_tree.c | 147 enum maple_type type; member 505 unsigned long type; in mas_set_parent() local 1018 enum maple_type type; in mas_descend() local 1454 enum maple_type type; in mas_data_end() local 2762 enum maple_type type; in mtree_range_walk() local 3654 enum maple_type type; in mtree_lookup_walk() local 4518 enum maple_type type; in mas_prev_slot() local 4688 enum maple_type type; in mas_next_slot() local 5196 enum maple_type type; in mte_dead_leaves() local 5253 enum maple_type type; in mt_free_walk() local [all …]
|
A D | devres.c | 31 enum devm_ioremap_type type) in __devm_ioremap() 125 enum devm_ioremap_type type) in __devm_ioremap_resource()
|
A D | logic_pio.c | 232 #define BUILD_LOGIC_IO(bwl, type) \ argument
|
A D | interval_tree_test.c | 11 #define __param(type, name, init, msg) \ argument
|
A D | nlattr.c | 399 int minlen = 0, attrlen = nla_len(nla), type = nla_type(nla); in validate_nla() local 623 u16 type = nla_type(nla); in __nla_validate_parse() local
|
A D | kstrtox.c | 412 #define kstrto_from_user(f, g, type) \ argument
|
A D | rbtree_test.c | 9 #define __param(type, name, init, msg) \ argument
|
A D | test_vmalloc.c | 21 #define __param(type, name, init, msg) \ argument
|
A D | kobject_uevent.c | 62 enum kobject_action *type, in kobject_action_type()
|
A D | iov_iter.c | 1425 static ssize_t __import_iovec_ubuf(int type, const struct iovec __user *uvec, in __import_iovec_ubuf() 1447 ssize_t __import_iovec(int type, const struct iovec __user *uvec, in __import_iovec() 1519 ssize_t import_iovec(int type, const struct iovec __user *uvec, in import_iovec()
|
/lib/zlib_inflate/ |
A D | inftrees.c | 23 int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes, in zlib_inflate_table()
|
/lib/crc/loongarch/ |
A D | crc32.h | 15 #define _CRC32(crc, value, size, type) \ argument
|
/lib/vdso/ |
A D | getrandom.c | 23 #define MEMCPY_AND_ZERO_SRC(type, dst, src, len) do { \ argument
|
/lib/kunit/ |
A D | assert.c | 15 enum kunit_assert_type type, in kunit_assert_prologue()
|
A D | test.c | 282 enum kunit_assert_type type, const struct kunit_assert *assert, in kunit_fail() 322 enum kunit_assert_type type, in __kunit_do_failed_assertion()
|
/lib/pldmfw/ |
A D | pldmfw.c | 203 pldm_check_desc_tlv_len(struct pldmfw_priv *data, u16 type, u16 size) in pldm_check_desc_tlv_len() 270 u16 type, size; in pldm_parse_desc_tlvs() local
|
A D | pldmfw_private.h | 92 __le16 type; /* DescriptorType */ member
|
/lib/xz/ |
A D | xz_dec_bcj.c | 29 } type; member
|
/lib/zstd/compress/ |
A D | zstd_compress_sequences.c | 245 FSE_CTable* nextCTable, U32 FSELog, SymbolEncodingType_e type, in ZSTD_buildCTable()
|
/lib/reed_solomon/ |
A D | test_rslib.c | 27 #define __param(type, name, init, msg) \ argument
|