Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 28) sorted by relevance

12

/lib/
Dubsan.c134 static bool type_is_int(struct type_descriptor *type) in type_is_int()
139 static bool type_is_signed(struct type_descriptor *type) in type_is_signed()
145 static unsigned type_bit_width(struct type_descriptor *type) in type_bit_width()
150 static bool is_inline_int(struct type_descriptor *type) in is_inline_int()
160 static s_max get_signed_val(struct type_descriptor *type, void *val) in get_signed_val()
175 static bool val_is_negative(struct type_descriptor *type, void *val) in val_is_negative()
180 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
191 static void val_to_string(char *str, size_t size, struct type_descriptor *type, in val_to_string()
243 struct type_descriptor *type = data->type; in handle_overflow() local
Dfw_table.c27 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()
Dtest-kstrtox.c16 #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
Dubsan.h62 struct type_descriptor *type; member
67 struct type_descriptor *type; member
74 struct type_descriptor *type; member
81 struct type_descriptor *type; member
110 struct type_descriptor *type; member
116 struct type_descriptor *type; member
Dkobject.c59 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 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk) in kobj_ns_netlink()
1111 const void *kobj_ns_initial(enum kobj_ns_type type) in kobj_ns_initial()
1123 void kobj_ns_drop(enum kobj_ns_type type, void *ns) in kobj_ns_drop()
Dmaple_tree.c133 enum maple_type type; member
227 static __always_inline bool ma_is_dense(const enum maple_type type) in ma_is_dense()
232 static __always_inline bool ma_is_leaf(const enum maple_type type) in ma_is_leaf()
335 enum maple_type type) in mt_mk_node()
491 unsigned long type; in mas_set_parent() local
653 enum maple_type type) in ma_pivots()
675 enum maple_type type) in ma_gaps()
700 unsigned char piv, enum maple_type type) in mas_safe_pivot()
735 enum maple_type type = mte_node_type(mn); in mte_set_pivot() local
886 enum maple_type type) in mt_clear_meta()
[all …]
Ddevres.c31 enum devm_ioremap_type type) in __devm_ioremap()
126 enum devm_ioremap_type type) in __devm_ioremap_resource()
Dinterval_tree_test.c9 #define __param(type, name, init, msg) \ argument
Dlogic_pio.c232 #define BUILD_LOGIC_IO(bwl, type) \ argument
Dnlattr.c399 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
Dkstrtox.c408 #define kstrto_from_user(f, g, type) \ argument
Drbtree_test.c9 #define __param(type, name, init, msg) \ argument
Dtest_vmalloc.c21 #define __param(type, name, init, msg) \ argument
Dkobject_uevent.c62 enum kobject_action *type, in kobject_action_type()
Diov_iter.c1424 static ssize_t __import_iovec_ubuf(int type, const struct iovec __user *uvec, in __import_iovec_ubuf()
1446 ssize_t __import_iovec(int type, const struct iovec __user *uvec, in __import_iovec()
1518 ssize_t import_iovec(int type, const struct iovec __user *uvec, in import_iovec()
/lib/zlib_inflate/
Dinftrees.c23 int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes, in zlib_inflate_table()
/lib/vdso/
Dgetrandom.c20 #define MEMCPY_AND_ZERO_SRC(type, dst, src, len) do { \ argument
/lib/pldmfw/
Dpldmfw.c203 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
Dpldmfw_private.h92 __le16 type; /* DescriptorType */ member
/lib/kunit/
Dassert.c15 enum kunit_assert_type type, in kunit_assert_prologue()
Dtest.c275 enum kunit_assert_type type, const struct kunit_assert *assert, in kunit_fail()
315 enum kunit_assert_type type, in __kunit_do_failed_assertion()
/lib/xz/
Dxz_dec_bcj.c29 } type; member
/lib/zstd/compress/
Dzstd_compress_sequences.c244 FSE_CTable* nextCTable, U32 FSELog, symbolEncodingType_e type, in ZSTD_buildCTable()
Dzstd_compress_superblock.c325 static size_t ZSTD_estimateSubBlockSize_symbolType(symbolEncodingType_e type, in ZSTD_estimateSubBlockSize_symbolType()
/lib/reed_solomon/
Dtest_rslib.c27 #define __param(type, name, init, msg) \ argument

12