Home
last modified time | relevance | path

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

12

/lib/
Drefcount.c64 bool refcount_add_not_zero_checked(unsigned int i, refcount_t *r) in refcount_add_not_zero_checked()
103 void refcount_add_checked(unsigned int i, refcount_t *r) in refcount_add_checked()
121 bool refcount_inc_not_zero_checked(refcount_t *r) in refcount_inc_not_zero_checked()
154 void refcount_inc_checked(refcount_t *r) in refcount_inc_checked()
180 bool refcount_sub_and_test_checked(unsigned int i, refcount_t *r) in refcount_sub_and_test_checked()
218 bool refcount_dec_and_test_checked(refcount_t *r) in refcount_dec_and_test_checked()
234 void refcount_dec_checked(refcount_t *r) in refcount_dec_checked()
256 bool refcount_dec_if_one(refcount_t *r) in refcount_dec_if_one()
275 bool refcount_dec_not_one(refcount_t *r) in refcount_dec_not_one()
314 bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock) in refcount_dec_and_mutex_lock()
[all …]
Dgeneric-radix-tree.c40 static inline unsigned genradix_root_to_depth(struct genradix_root *r) in genradix_root_to_depth()
45 static inline struct genradix_node *genradix_root_to_node(struct genradix_root *r) in genradix_root_to_node()
56 struct genradix_root *r = READ_ONCE(radix->root); in __genradix_ptr() local
113 struct genradix_root *r = v, *new_root; in __genradix_ptr_alloc() local
166 struct genradix_root *r; in __genradix_iter_peek() local
232 struct genradix_root *r = xchg(&radix->root, NULL); in __genradix_free() local
Dtest_sort.c17 int *a, i, r = 1, err = -ENOMEM; in test_sort_init() local
Dtest_memcat_p.c25 int err = -ENOMEM, i, r, total = 0; in test_memcat_p_init() local
Datomic64_test.c112 int r; in test_atomic() local
158 long long r = v0; in test_atomic64() local
Dxxhash.c52 #define xxh_rotl32(x, r) ((x << r) | (x >> (32 - r))) argument
53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) argument
Dplist.c223 unsigned int r = local_clock(); in plist_test() local
Ddecompress_unlzo.c104 u8 r = 0; in unlzo() local
Dbch.c196 uint32_t w, r[BCH_ECC_MAX_WORDS]; in encode_bch() local
447 int rem, c, r, p, k, param[BCH_MAX_M]; in solve_linear_system() local
574 unsigned int u, v, r; in find_poly_deg2_roots() local
1126 int i, j, r; in build_deg2_base() local
1179 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local
Dbitmap.c514 static int bitmap_set_region(const struct region *r, in bitmap_set_region()
528 static int bitmap_check_region(const struct region *r) in bitmap_check_region()
578 static const char *bitmap_parse_region(const char *str, struct region *r) in bitmap_parse_region()
644 struct region r; in bitmap_parselist() local
Dkobject_uevent.c120 int r = -EINVAL; in kobject_action_args() local
199 int r; in kobject_synth_uevent() local
Dtest_overflow.c218 #define check_one_op(t, fmt, op, sym, a, b, r, of) do { \ argument
Dtest_hexdump.c167 int ae, he, e, f, r; in test_hexdump_overflow() local
Dinflate.c347 struct huft r; /* table entry for structure assignment */ in huft_build() local
1089 int r; /* result code */ in inflate() local
Dstring.c587 const char *r; in strcspn() local
1053 u8 *r; in memchr_inv() local
Dvsprintf.c185 char *put_dec_trunc8(char *buf, unsigned r) in put_dec_trunc8()
227 char *put_dec_full8(char *buf, unsigned r) in put_dec_full8()
267 put_dec_full4(char *buf, unsigned r) in put_dec_full4()
1729 char *date_str(char *buf, char *end, const struct rtc_time *tm, bool r) in date_str()
1748 char *time_str(char *buf, char *end, const struct rtc_time *tm, bool r) in time_str()
Dtest_vmalloc.c307 unsigned int r; in pcpu_alloc_test() local
/lib/math/
Dgcd.c25 unsigned long r = a | b; in gcd() local
52 unsigned long r = a | b; in gcd() local
/lib/mpi/
Dmpih-div.c105 mpi_limb_t r; in mpihelp_divrem() local
189 mpi_limb_t r; in mpihelp_divrem() local
Dlonglong.h144 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
162 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
287 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
379 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
421 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
440 #define rshift_rhlc(r, h, l, c) \ argument
486 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
499 #define rshift_rhlc(r, h, l, c) \ argument
541 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
549 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
[all …]
/lib/xz/
Dxz_crc32.c36 uint32_t r; in xz_crc32_init() local
/lib/reed_solomon/
Dtest_rslib.c78 uint16_t *r; /* received word */ member
160 uint16_t *r = ws->r; in get_rcw_we() local
269 uint16_t *r = ws->r; in test_uc() local
374 uint16_t *r = ws->r; in test_bc() local
Ddecode_rs.c15 int i, j, r, k, pad; variable
/lib/crypto/
Ddes.c25 #define ROL(x, r) ((x) = rol32((x), (r))) argument
26 #define ROR(x, r) ((x) = ror32((x), (r))) argument
/lib/zstd/
Dhuf_compress.c396 U32 r = BIT_highbit32(count[n] + 1); in HUF_sort() local
405 U32 const r = BIT_highbit32(c + 1) + 1; in HUF_sort() local

12