/lib/ |
D | kstrtox.c | 55 unsigned long long res; in _parse_integer_limit() local 96 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() 132 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() 156 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() 181 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() 197 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() 228 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() 259 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() 275 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16() 291 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16() [all …]
|
D | devres.c | 16 void devm_ioremap_release(struct device *dev, void *res) in devm_ioremap_release() 21 static int devm_ioremap_match(struct device *dev, void *res, void *match_data) in devm_ioremap_match() 122 __devm_ioremap_resource(struct device *dev, const struct resource *res, in __devm_ioremap_resource() 186 const struct resource *res) in devm_ioremap_resource() 202 const struct resource *res) in devm_ioremap_resource_wc() 240 struct resource res; in devm_of_iomap() local 254 static void devm_ioport_map_release(struct device *dev, void *res) in devm_ioport_map_release() 259 static int devm_ioport_map_match(struct device *dev, void *res, in devm_ioport_map_match() 324 static void pcim_iomap_release(struct device *gendev, void *res) in pcim_iomap_release() 520 static void devm_arch_phys_ac_add_release(struct device *dev, void *res) in devm_arch_phys_ac_add_release() [all …]
|
D | bitfield_kunit.c | 11 #define CHECK_ENC_GET_U(tp, v, field, res) do { \ argument 24 #define CHECK_ENC_GET_LE(tp, v, field, res) do { \ argument 39 #define CHECK_ENC_GET_BE(tp, v, field, res) do { \ argument 54 #define CHECK_ENC_GET(tp, v, field, res) do { \ argument
|
D | hweight.c | 32 unsigned int res = w - ((w >> 1) & 0x5555); in __sw_hweight16() local 41 unsigned int res = w - ((w >> 1) & 0x55); in __sw_hweight8() local
|
D | usercopy.c | 13 unsigned long res = n; in _copy_from_user() local
|
D | strnlen_user.c | 26 unsigned long align, res = 0; in do_strnlen_user() local
|
D | strncpy_from_user.c | 32 unsigned long res = 0; in do_strncpy_from_user() local
|
D | cmdline.c | 110 int res, i = 1; in get_options() local
|
D | iov_iter.c | 177 size_t res = n; in copyin() local 715 size_t res = 0; in copy_page_to_iter() local 744 size_t res = 0; in copy_page_from_iter() local 1196 unsigned long res = 0; in iov_iter_alignment_iovec() local 1218 unsigned res = 0; in iov_iter_alignment_bvec() local 1269 unsigned long res = 0; in iov_iter_gap_alignment() local 1295 static int want_pages_array(struct page ***res, size_t size, in want_pages_array() 1447 int res; in __iov_iter_get_pages_alloc() local
|
D | string.c | 179 long res = 0; in strscpy() local 327 size_t res = dsize + len; in strlcat() local 758 int res = 0; in memcmp() local
|
D | digsig.c | 78 MPI in = NULL, res = NULL, pkey[2]; in digsig_verify_rsa() local
|
D | test_string.c | 197 size_t i, res; in strspn_selftest() local
|
D | seq_buf.c | 274 int res = -1; local
|
D | string_helpers.c | 669 int i, res; in kstrdup_quotable_cmdline() local 783 static void devm_kfree_strarray(struct device *dev, void *res) in devm_kfree_strarray()
|
D | test_bpf.c | 543 static bool __bpf_alu_result(u64 *res, u64 v1, u64 v2, u8 op) in __bpf_alu_result() 749 u64 res; in __bpf_fill_alu_shift_same_reg() local 921 u64 res; in __bpf_emit_alu64_imm() local 942 u64 res; in __bpf_emit_alu32_imm() local 963 u64 res; in __bpf_emit_alu64_reg() local 985 u64 res; in __bpf_emit_alu32_reg() local 1222 u64 dst, res; in __bpf_fill_alu_imm_regs() local 1404 u64 dst, src, res, same; in __bpf_fill_alu_reg_pairs() local 1598 u64 keep, fetch, res; in __bpf_emit_atomic64() local 1645 u64 keep, fetch, res; in __bpf_emit_atomic32() local [all …]
|
D | logic_iomem.c | 12 const struct resource *res; member
|
D | genalloc.c | 780 static void devm_gen_pool_release(struct device *dev, void *res) in devm_gen_pool_release() 785 static int devm_gen_pool_match(struct device *dev, void *res, void *data) in devm_gen_pool_match()
|
/lib/kunit/ |
D | kunit-test.c | 117 static int fake_resource_init(struct kunit_resource *res, void *context) in fake_resource_init() 126 static void fake_resource_free(struct kunit_resource *res) in fake_resource_free() 145 struct kunit_resource *res; in kunit_resource_test_alloc_resource() local 165 struct kunit_resource *res, in kunit_resource_instance_match() 182 struct kunit_resource *res = kunit_alloc_and_get_resource( in kunit_resource_test_destroy_resource() local 203 struct kunit_resource *res = kunit_alloc_and_get_resource( in kunit_resource_test_remove_resource() local 271 static int fake_resource_2_init(struct kunit_resource *res, void *context) in fake_resource_2_init() 282 static void fake_resource_2_free(struct kunit_resource *res) in fake_resource_2_free() 289 static int fake_resource_1_init(struct kunit_resource *res, void *context) in fake_resource_1_init() 309 static void fake_resource_1_free(struct kunit_resource *res) in fake_resource_1_free() [all …]
|
D | resource.c | 22 struct kunit_resource *res, in __kunit_add_resource() 48 void kunit_remove_resource(struct kunit *test, struct kunit_resource *res) in kunit_remove_resource() 66 struct kunit_resource *res = kunit_find_resource(test, match, in kunit_destroy_resource() local
|
D | test.c | 696 static int kunit_kmalloc_array_init(struct kunit_resource *res, void *context) in kunit_kmalloc_array_init() 707 static void kunit_kmalloc_array_free(struct kunit_resource *res) in kunit_kmalloc_array_free() 729 struct kunit_resource *res, void *match_data) in kunit_kfree_match() 747 struct kunit_resource *res; in kunit_cleanup() local
|
D | executor_test.c | 128 static void kfree_res_free(struct kunit_resource *res) in kfree_res_free()
|
/lib/vdso/ |
D | gettimeofday.c | 274 struct old_timespec32 *res) in __cvdso_clock_gettime32_data() 292 __cvdso_clock_gettime32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_gettime32() 358 struct __kernel_timespec *res) in __cvdso_clock_getres_common() 399 struct __kernel_timespec *res) in __cvdso_clock_getres_data() 409 int __cvdso_clock_getres(clockid_t clock, struct __kernel_timespec *res) in __cvdso_clock_getres() 417 struct old_timespec32 *res) in __cvdso_clock_getres_time32_data() 435 __cvdso_clock_getres_time32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_getres_time32()
|
/lib/math/ |
D | div64.c | 35 uint64_t res, d = 1; in __div64_32() local 199 u64 res = 0, div, rem; in mul_u64_u64_div_u64() local
|
/lib/fonts/ |
D | fonts.c | 112 int i, c, cc, res; in get_default_font() local
|
/lib/mpi/ |
D | mpi-pow.c | 24 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
|