Home
last modified time | relevance | path

Searched defs:state (Results 1 – 23 of 23) sorted by relevance

/lib/
Drandom32.c60 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 …]
Dxxhash.c245 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()
Ddebugobjects.c494 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 …]
Dtextsearch.c206 struct ts_state *state) in get_linear_data()
232 struct ts_state *state, in textsearch_find_continuous()
Dsyscall.c64 long state; in task_current_syscall() local
Dchacha.c75 void chacha_block(u32 *state, u8 *stream, int nrounds) in chacha_block()
Dts_kmp.c42 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state) in kmp_find()
Dts_fsm.c134 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state) in fsm_find()
Dts_bm.c58 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) in bm_find()
Dpercpu_counter.c22 static bool percpu_counter_fixup_free(void *addr, enum debug_obj_state state) in percpu_counter_fixup_free()
Dsbitmap.c687 struct sbq_wait *sbq_wait, int state) in sbitmap_prepare_to_wait()
Ddecompress_unlzma.c288 int state; member
/lib/zlib_inflate/
Dinflate.c25 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
Dinffast.c90 struct inflate_state *state; in inflate_fast() local
/lib/xz/
Dxz_lzma2.h64 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()
Dxz_dec_test.c33 static struct xz_dec *state; variable
Dxz_dec_lzma2.c140 enum lzma_state state; member
/lib/dim/
Drdma_dim.c47 u8 state = dim->tune_state; in rdma_dim_decision() local
/lib/lzo/
Dlzo1x_decompress_safe.c45 size_t state = 0; in lzo1x_decompress_safe() local
/lib/crypto/
Dsha256.c46 static void sha256_transform(u32 *state, const u8 *input) in sha256_transform()
/lib/lz4/
Dlz4_compress.c459 void *state, in LZ4_compress_fast_extState()
721 LZ4_stream_t *state, in LZ4_compress_destSize_extState()
Dlz4hc_compress.c582 void *state, in LZ4_compress_HC_extStateHC()
/lib/zstd/
Dfse.h354 size_t state; member