Home
last modified time | relevance | path

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

/lib/
Drandom32.c59 u32 prandom_u32_state(struct rnd_state *state) in prandom_u32_state()
80 struct rnd_state *state = &get_cpu_var(net_rand_state); in prandom_u32() local
100 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t bytes) in prandom_bytes_state()
128 struct rnd_state *state = &get_cpu_var(net_rand_state); in prandom_bytes() local
135 static void prandom_warmup(struct rnd_state *state) in prandom_warmup()
160 static void prandom_seed_early(struct rnd_state *state, u32 seed, in prandom_seed_early()
185 struct rnd_state *state = &per_cpu(net_rand_state, i); in prandom_seed() local
204 struct rnd_state *state = &per_cpu(net_rand_state, i); in prandom_init() local
245 struct rnd_state *state = per_cpu_ptr(pcpu_state, i); in prandom_seed_full_state() local
429 struct rnd_state state; in prandom_state_selftest() local
[all …]
Ddebugobjects.c273 debug_object_fixup(bool (*fixup)(void *addr, enum debug_obj_state state), in debug_object_fixup()
309 enum debug_obj_state state; in __debug_object_init() local
393 enum debug_obj_state state; in debug_object_activate() local
514 enum debug_obj_state state; in debug_object_destroy() local
561 enum debug_obj_state state; in debug_object_free() local
695 enum debug_obj_state state; in __debug_check_no_obj_freed() local
830 static bool __init fixup_init(void *addr, enum debug_obj_state state) in fixup_init()
849 static bool __init fixup_activate(void *addr, enum debug_obj_state state) in fixup_activate()
870 static bool __init fixup_destroy(void *addr, enum debug_obj_state state) in fixup_destroy()
888 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free()
[all …]
Dchacha20.c24 extern void chacha20_block(u32 *state, void *stream) in chacha20_block()
Dtextsearch.c204 struct ts_state *state) in get_linear_data()
230 struct ts_state *state, in textsearch_find_continuous()
Dsyscall.c66 long state; in task_current_syscall() local
Dts_kmp.c46 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state) in kmp_find()
Dts_fsm.c138 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state) in fsm_find()
Dts_bm.c62 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) in bm_find()
Dpercpu_ida.c144 int percpu_ida_alloc(struct percpu_ida *pool, int state) in percpu_ida_alloc()
Dpercpu_counter.c22 static bool percpu_counter_fixup_free(void *addr, enum debug_obj_state state) in percpu_counter_fixup_free()
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
759 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/lzo/
Dlzo1x_decompress_safe.c44 size_t state = 0; in lzo1x_decompress_safe() local