/lib/ |
D | random32.c | 60 u32 prandom_u32_state(struct rnd_state *state) in prandom_u32_state() 81 struct rnd_state *state = &get_cpu_var(net_rand_state); in prandom_u32() local 101 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t bytes) in prandom_bytes_state() 129 struct rnd_state *state = &get_cpu_var(net_rand_state); in prandom_bytes() local 136 static void prandom_warmup(struct rnd_state *state) in prandom_warmup() 161 static void prandom_seed_early(struct rnd_state *state, u32 seed, in prandom_seed_early() 186 struct rnd_state *state = &per_cpu(net_rand_state, i); in prandom_seed() local 205 struct rnd_state *state = &per_cpu(net_rand_state, i); in prandom_init() local 246 struct rnd_state *state = per_cpu_ptr(pcpu_state, i); in prandom_seed_full_state() local 430 struct rnd_state state; in prandom_state_selftest() local [all …]
|
D | xxhash.c | 245 struct xxh32_state state; in xxh32_reset() local 259 struct xxh64_state state; in xxh64_reset() local 270 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update() 339 uint32_t xxh32_digest(const struct xxh32_state *state) in xxh32_digest() 377 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update() 444 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest()
|
D | debugobjects.c | 494 debug_object_fixup(bool (*fixup)(void *addr, enum debug_obj_state state), in debug_object_fixup() 530 enum debug_obj_state state; in __debug_object_init() local 618 enum debug_obj_state state; in debug_object_activate() local 748 enum debug_obj_state state; in debug_object_destroy() local 798 enum debug_obj_state state; in debug_object_free() local 934 enum debug_obj_state state; in __debug_check_no_obj_freed() local 1075 static bool __init fixup_init(void *addr, enum debug_obj_state state) in fixup_init() 1094 static bool __init fixup_activate(void *addr, enum debug_obj_state state) in fixup_activate() 1115 static bool __init fixup_destroy(void *addr, enum debug_obj_state state) in fixup_destroy() 1133 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() [all …]
|
D | textsearch.c | 206 struct ts_state *state) in get_linear_data() 232 struct ts_state *state, in textsearch_find_continuous()
|
D | syscall.c | 64 long state; in task_current_syscall() local
|
D | chacha.c | 75 void chacha_block(u32 *state, u8 *stream, int nrounds) in chacha_block()
|
D | ts_kmp.c | 42 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state) in kmp_find()
|
D | ts_fsm.c | 134 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state) in fsm_find()
|
D | ts_bm.c | 58 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) in bm_find()
|
D | percpu_counter.c | 22 static bool percpu_counter_fixup_free(void *addr, enum debug_obj_state state) in percpu_counter_fixup_free()
|
D | sbitmap.c | 687 struct sbq_wait *sbq_wait, int state) in sbitmap_prepare_to_wait()
|
D | decompress_unlzma.c | 288 int state; member
|
/lib/zlib_inflate/ |
D | inflate.c | 25 struct inflate_state *state; in zlib_inflateReset() local 50 struct inflate_state *state; in zlib_inflateInit2() local 78 static void zlib_fixedtables(struct inflate_state *state) in zlib_fixedtables() 103 struct inflate_state *state; in zlib_updatewindow() local 148 struct inflate_state *state; in zlib_inflateSyncPacket() local 319 struct inflate_state *state; in zlib_inflate() local 771 struct inflate_state *state = (struct inflate_state *)z->state; in zlib_inflateIncomp() local
|
D | inffast.c | 90 struct inflate_state *state; in inflate_fast() local
|
/lib/xz/ |
D | xz_lzma2.h | 64 static inline void lzma_state_literal(enum lzma_state *state) in lzma_state_literal() 75 static inline void lzma_state_match(enum lzma_state *state) in lzma_state_match() 81 static inline void lzma_state_long_rep(enum lzma_state *state) in lzma_state_long_rep() 87 static inline void lzma_state_short_rep(enum lzma_state *state) in lzma_state_short_rep() 93 static inline bool lzma_state_is_literal(enum lzma_state state) in lzma_state_is_literal()
|
D | xz_dec_test.c | 33 static struct xz_dec *state; variable
|
D | xz_dec_lzma2.c | 140 enum lzma_state state; member
|
/lib/dim/ |
D | rdma_dim.c | 47 u8 state = dim->tune_state; in rdma_dim_decision() local
|
/lib/lzo/ |
D | lzo1x_decompress_safe.c | 45 size_t state = 0; in lzo1x_decompress_safe() local
|
/lib/crypto/ |
D | sha256.c | 46 static void sha256_transform(u32 *state, const u8 *input) in sha256_transform()
|
/lib/lz4/ |
D | lz4_compress.c | 459 void *state, in LZ4_compress_fast_extState() 721 LZ4_stream_t *state, in LZ4_compress_destSize_extState()
|
D | lz4hc_compress.c | 582 void *state, in LZ4_compress_HC_extStateHC()
|
/lib/zstd/ |
D | fse.h | 354 size_t state; member
|