Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 66) sorted by relevance

123

/lib/
Dflex_proportions.c38 int fprop_global_init(struct fprop_global *p, gfp_t gfp) in fprop_global_init()
51 void fprop_global_destroy(struct fprop_global *p) in fprop_global_destroy()
64 bool fprop_new_period(struct fprop_global *p, int periods) in fprop_new_period()
106 static void fprop_reflect_period_single(struct fprop_global *p, in fprop_reflect_period_single()
131 void __fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl) in __fprop_inc_single()
139 void fprop_fraction_single(struct fprop_global *p, in fprop_fraction_single()
189 static void fprop_reflect_period_percpu(struct fprop_global *p, in fprop_reflect_period_percpu()
220 void __fprop_inc_percpu(struct fprop_global *p, struct fprop_local_percpu *pl) in __fprop_inc_percpu()
227 void fprop_fraction_percpu(struct fprop_global *p, in fprop_fraction_percpu()
259 void __fprop_inc_percpu_max(struct fprop_global *p, in __fprop_inc_percpu_max()
Dcrc32.c118 u8 *p = (u8 *)(b + 1) - 1; local
146 static inline u32 __pure crc32_le_generic(u32 crc, unsigned char const *p,
186 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len)
190 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len)
195 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len)
200 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len)
294 static inline u32 __pure crc32_be_generic(u32 crc, unsigned char const *p,
335 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len)
340 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len)
Dtest_string.c10 u16 v, *p; in memset16_selftest() local
46 u32 v, *p; in memset32_selftest() local
82 u64 v, *p; in memset64_selftest() local
Dkasprintf.c18 char *p; in kvasprintf() local
56 char *p; in kasprintf() local
Dxxhash.c104 const uint8_t *p = (const uint8_t *)input; in xxh32() local
174 const uint8_t *p = (const uint8_t *)input; in xxh64() local
272 const uint8_t *p = (const uint8_t *)input; in xxh32_update() local
341 const uint8_t *p = (const uint8_t *)state->mem32; in xxh32_digest() local
379 const uint8_t *p = (const uint8_t *)input; in xxh64_update() local
446 const uint8_t *p = (const uint8_t *)state->mem64; in xxh64_digest() local
Dstring_helpers.c135 char *p = *dst, *q = *src; in unescape_space() local
163 char *p = *dst, *q = *src; in unescape_octal() local
182 char *p = *dst, *q = *src; in unescape_hex() local
206 char *p = *dst, *q = *src; in unescape_special() local
500 char *p = dst; in string_escape_mem() local
549 char *p = dst; in string_escape_mem_ascii() local
Dtest_kasan.c381 char *p; in kmem_cache_oob() local
406 char *p; in memcg_accounted_kmem_cache() local
439 char *p = &global_array[ARRAY_SIZE(global_array) + i]; in kasan_global_oob() local
449 char *p = &stack_array[ARRAY_SIZE(stack_array) + i]; in kasan_stack_oob() local
523 char *p = alloca_array - 1; in kasan_alloca_oob_left() local
533 char *p = alloca_array + i; in kasan_alloca_oob_right() local
541 char *p; in kmem_cache_double_free() local
565 char *p; in kmem_cache_invalid_free() local
Dparser.c24 static int match_one(char *s, const char *p, substring_t args[]) in match_one()
107 const struct match_token *p; in match_token() local
252 const char *p = pattern; in match_wildcard() local
Ddecompress_unlzma.c148 static inline uint32_t INIT rc_is_bit_0_helper(struct rc *rc, uint16_t *p) in rc_is_bit_0_helper()
154 static inline int INIT rc_is_bit_0(struct rc *rc, uint16_t *p) in rc_is_bit_0()
161 static inline void INIT rc_update_bit_0(struct rc *rc, uint16_t *p) in rc_update_bit_0()
166 static inline void INIT rc_update_bit_1(struct rc *rc, uint16_t *p) in rc_update_bit_1()
174 static int INIT rc_get_bit(struct rc *rc, uint16_t *p, int *symbol) in rc_get_bit()
201 rc_bit_tree_decode(struct rc *rc, uint16_t *p, int num_levels, int *symbol) in rc_bit_tree_decode()
348 struct cstate *cst, uint16_t *p, in process_bit0()
392 struct cstate *cst, uint16_t *p, in process_bit1()
549 uint16_t *p; in unlzma() local
Dmemcat_p.c12 void **p = a, **new; in __memcat_p() local
/lib/842/
D842_compress.c109 #define get_input_data(p, o, b) \ argument
112 #define init_hashtable_nodes(p, b) do { \ argument
122 #define find_index(p, b, n) ({ \ argument
134 #define check_index(p, b, n) \ argument
139 #define replace_hash(p, b, i, d) do { \ argument
154 static int __split_add_bits(struct sw842_param *p, u64 d, u8 n, u8 s) in __split_add_bits()
167 static int add_bits(struct sw842_param *p, u64 d, u8 n) in add_bits()
222 static int add_template(struct sw842_param *p, u8 c) in add_template()
305 static int add_repeat_template(struct sw842_param *p, u8 r) in add_repeat_template()
327 static int add_short_data_template(struct sw842_param *p, u8 b) in add_short_data_template()
[all …]
D842_decompress.c67 static int __split_next_bits(struct sw842_param *p, u64 *d, u8 n, u8 s) in __split_next_bits()
87 static int next_bits(struct sw842_param *p, u64 *d, u8 n) in next_bits()
131 static int do_data(struct sw842_param *p, u8 n) in do_data()
163 static int __do_index(struct sw842_param *p, u8 size, u8 bits, u64 fsize) in __do_index()
212 static int do_index(struct sw842_param *p, u8 n) in do_index()
226 static int do_op(struct sw842_param *p, u8 o) in do_op()
280 struct sw842_param p; in sw842_decompress() local
/lib/math/
Dprime_numbers.c91 unsigned long *p, in clear_multiples()
111 const struct primes *p; in expand_to_next_prime() local
163 const struct primes *p; in free_primes() local
190 const struct primes *p; in next_prime_number() local
223 const struct primes *p; in is_prime_number() local
246 const struct primes *p; in dump_primes() local
/lib/raid6/
Dsse2.c39 u8 *p, *q; in raid6_sse21_gen_syndrome() local
91 u8 *p, *q; in raid6_sse21_xor_syndrome() local
149 u8 *p, *q; in raid6_sse22_gen_syndrome() local
202 u8 *p, *q; in raid6_sse22_xor_syndrome() local
281 u8 *p, *q; in raid6_sse24_gen_syndrome() local
368 u8 *p, *q; in raid6_sse24_xor_syndrome() local
Davx2.c39 u8 *p, *q; in raid6_avx21_gen_syndrome() local
88 u8 *p, *q; in raid6_avx21_xor_syndrome() local
146 u8 *p, *q; in raid6_avx22_gen_syndrome() local
198 u8 *p, *q; in raid6_avx22_xor_syndrome() local
278 u8 *p, *q; in raid6_avx24_gen_syndrome() local
359 u8 *p, *q; in raid6_avx24_xor_syndrome() local
Davx512.c47 u8 *p, *q; in raid6_avx5121_gen_syndrome() local
105 u8 *p, *q; in raid6_avx5121_xor_syndrome() local
174 u8 *p, *q; in raid6_avx5122_gen_syndrome() local
237 u8 *p, *q; in raid6_avx5122_xor_syndrome() local
333 u8 *p, *q; in raid6_avx5124_gen_syndrome() local
427 u8 *p, *q; in raid6_avx5124_xor_syndrome() local
Drecov_ssse3.c21 u8 *p, *q, *dp, *dq; in raid6_2data_recov_ssse3() local
196 u8 *p, *q, *dq; in raid6_datap_recov_ssse3() local
Drecov_avx2.c21 u8 *p, *q, *dp, *dq; in raid6_2data_recov_avx2() local
191 u8 *p, *q, *dq; in raid6_datap_recov_avx2() local
Drecov_avx512.c27 u8 *p, *q, *dp, *dq; in raid6_2data_recov_avx512() local
230 u8 *p, *q, *dq; in raid6_datap_recov_avx512() local
Dsse1.c43 u8 *p, *q; in raid6_sse11_gen_syndrome() local
102 u8 *p, *q; in raid6_sse12_gen_syndrome() local
Drecov_neon.c32 u8 *p, *q, *dp, *dq; in raid6_2data_recov_neon() local
72 u8 *p, *q, *dq; in raid6_datap_recov_neon() local
Dmmx.c38 u8 *p, *q; in raid6_mmx1_gen_syndrome() local
86 u8 *p, *q; in raid6_mmx2_gen_syndrome() local
Drecov_s390xc.c26 u8 *p, *q, *dp, *dq; in raid6_2data_recov_s390xc() local
75 u8 *p, *q, *dq; in raid6_datap_recov_s390xc() local
Drecov.c23 u8 *p, *q, *dp, *dq; in raid6_2data_recov_intx1() local
67 u8 *p, *q, *dq; in raid6_datap_recov_intx1() local
Drecov_neon_inner.c27 void __raid6_2data_recov_neon(int bytes, uint8_t *p, uint8_t *q, uint8_t *dp, in __raid6_2data_recov_neon()
77 void __raid6_datap_recov_neon(int bytes, uint8_t *p, uint8_t *q, uint8_t *dq, in __raid6_datap_recov_neon()

123