Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 34) sorted by relevance

12

/lib/
Dkstrtox.c55 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 …]
Ddevres.c16 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 …]
Dbitfield_kunit.c11 #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
Dhweight.c32 unsigned int res = w - ((w >> 1) & 0x5555); in __sw_hweight16() local
41 unsigned int res = w - ((w >> 1) & 0x55); in __sw_hweight8() local
Dusercopy.c13 unsigned long res = n; in _copy_from_user() local
Dstrnlen_user.c26 unsigned long align, res = 0; in do_strnlen_user() local
Dstrncpy_from_user.c32 unsigned long res = 0; in do_strncpy_from_user() local
Dcmdline.c110 int res, i = 1; in get_options() local
Diov_iter.c177 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
Dstring.c179 long res = 0; in strscpy() local
327 size_t res = dsize + len; in strlcat() local
758 int res = 0; in memcmp() local
Ddigsig.c78 MPI in = NULL, res = NULL, pkey[2]; in digsig_verify_rsa() local
Dtest_string.c197 size_t i, res; in strspn_selftest() local
Dseq_buf.c274 int res = -1; local
Dstring_helpers.c669 int i, res; in kstrdup_quotable_cmdline() local
783 static void devm_kfree_strarray(struct device *dev, void *res) in devm_kfree_strarray()
Dtest_bpf.c543 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 …]
Dlogic_iomem.c12 const struct resource *res; member
Dgenalloc.c780 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/
Dkunit-test.c117 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 …]
Dresource.c22 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
Dtest.c696 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
Dexecutor_test.c128 static void kfree_res_free(struct kunit_resource *res) in kfree_res_free()
/lib/vdso/
Dgettimeofday.c274 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/
Ddiv64.c35 uint64_t res, d = 1; in __div64_32() local
199 u64 res = 0, div, rem; in mul_u64_u64_div_u64() local
/lib/fonts/
Dfonts.c112 int i, c, cc, res; in get_default_font() local
/lib/mpi/
Dmpi-pow.c24 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()

12