Home
last modified time | relevance | path

Searched defs:state (Results 2101 - 2125 of 8416) sorted by relevance

1...<<81828384858687888990>>...337

/kernel/linux/linux-5.10/lib/
H A Drandom32.c53 u32 prandom_u32_state(struct rnd_state *state) in prandom_u32_state() argument
75 prandom_bytes_state(struct rnd_state *state, void *buf, size_t bytes) prandom_bytes_state() argument
96 prandom_warmup(struct rnd_state *state) prandom_warmup() argument
116 struct rnd_state *state = per_cpu_ptr(pcpu_state, i); prandom_seed_full_state() local
259 prandom_seed_early(struct rnd_state *state, u32 seed, bool mix_with_hwseed) prandom_seed_early() argument
276 struct rnd_state state; prandom_state_selftest() local
291 struct rnd_state state; prandom_state_selftest() local
387 struct siprand_state *state = get_cpu_ptr(&net_rand_state); prandom_u32() local
402 struct siprand_state *state = get_cpu_ptr(&net_rand_state); prandom_bytes() local
439 struct siprand_state *state = per_cpu_ptr(&net_rand_state, i); prandom_seed() local
475 struct siprand_state *state; prandom_init_early() local
508 struct siprand_state *state; prandom_reseed() local
[all...]
H A Dxxhash.c245 struct xxh32_state state; in xxh32_reset() local
259 struct xxh64_state state; xxh64_reset() local
270 xxh32_update(struct xxh32_state *state, const void *input, const size_t len) xxh32_update() argument
339 xxh32_digest(const struct xxh32_state *state) xxh32_digest() argument
377 xxh64_update(struct xxh64_state *state, const void *input, const size_t len) xxh64_update() argument
444 xxh64_digest(const struct xxh64_state *state) xxh64_digest() argument
[all...]
/kernel/linux/linux-5.10/lib/zlib_inflate/
H A Dinflate.c35 struct inflate_state *state; in zlib_inflateReset() local
61 struct inflate_state *state; zlib_inflateInit2() local
97 zlib_fixedtables(struct inflate_state *state) zlib_fixedtables() argument
122 struct inflate_state *state; zlib_updatewindow() local
167 struct inflate_state *state; zlib_inflateSyncPacket() local
333 struct inflate_state *state; zlib_inflate() local
787 struct inflate_state *state = (struct inflate_state *)z->state; zlib_inflateIncomp() local
[all...]
/kernel/linux/linux-5.10/kernel/irq/
H A Dirq_sim.c56 irq_sim_get_irqchip_state(struct irq_data *data, enum irqchip_irq_state which, bool *state) irq_sim_get_irqchip_state() argument
74 irq_sim_set_irqchip_state(struct irq_data *data, enum irqchip_irq_state which, bool state) irq_sim_set_irqchip_state() argument
/kernel/linux/linux-5.10/kernel/locking/
H A Dqspinlock_paravirt.h53 u8 state; member
[all...]
/kernel/linux/linux-5.10/kernel/power/
H A Dpower.h196 static inline int suspend_devices_and_enter(suspend_state_t state) in suspend_devices_and_enter() argument
H A Dsuspend.c160 static bool valid_state(suspend_state_t state) in valid_state() argument
184 suspend_state_t state; in mem_sleep_default_setup() local
230 suspend_valid_only_mem(suspend_state_t state) suspend_valid_only_mem() argument
236 sleep_state_supported(suspend_state_t state) sleep_state_supported() argument
241 platform_suspend_prepare(suspend_state_t state) platform_suspend_prepare() argument
247 platform_suspend_prepare_late(suspend_state_t state) platform_suspend_prepare_late() argument
253 platform_suspend_prepare_noirq(suspend_state_t state) platform_suspend_prepare_noirq() argument
262 platform_resume_noirq(suspend_state_t state) platform_resume_noirq() argument
272 platform_resume_early(suspend_state_t state) platform_resume_early() argument
278 platform_resume_finish(suspend_state_t state) platform_resume_finish() argument
284 platform_suspend_begin(suspend_state_t state) platform_suspend_begin() argument
294 platform_resume_end(suspend_state_t state) platform_resume_end() argument
302 platform_recover(suspend_state_t state) platform_recover() argument
308 platform_suspend_again(suspend_state_t state) platform_suspend_again() argument
341 suspend_prepare(suspend_state_t state) suspend_prepare() argument
387 suspend_enter(suspend_state_t state, bool *wakeup) suspend_enter() argument
472 suspend_devices_and_enter(suspend_state_t state) suspend_devices_and_enter() argument
543 enter_state(suspend_state_t state) enter_state() argument
601 pm_suspend(suspend_state_t state) pm_suspend() argument
[all...]
/kernel/linux/linux-5.10/kernel/time/
H A Dtick-internal.h44 clockevent_set_state(struct clock_event_device *dev, enum clock_event_state state) clockevent_set_state() argument
H A Dtick-sched.h99 __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control() argument
/kernel/linux/linux-5.10/kernel/trace/
H A Dfgraph.c209 ftrace_suspend_notifier_call(struct notifier_block *bl, unsigned long state, in ftrace_suspend_notifier_call() argument
/kernel/linux/linux-5.10/include/xen/
H A Dxenbus.h87 enum xenbus_state state; member
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dlegacy_freezer.c45 unsigned int state; member
76 static const char *freezer_state_strs(unsigned int state) in freezer_state_strs() argument
349 freezer_apply_state(struct freezer *freezer, bool freeze, unsigned int state) freezer_apply_state() argument
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dreboot.c259 static void kernel_shutdown_prepare(enum system_states state) in kernel_shutdown_prepare() argument
/kernel/linux/linux-5.10/kernel/sched/
H A Didle.c391 void cpu_startup_entry(enum cpuhp_state state) in cpu_startup_entry() argument
H A Dwait.c246 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait() argument
261 prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait_exclusive() argument
287 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait_event() argument
[all...]
/kernel/linux/linux-5.10/include/xen/interface/
H A Dvcpu.h79 int state; member
/kernel/linux/linux-5.10/kernel/livepatch/
H A Dtransition.c504 klp_init_transition(struct klp_patch *patch, int state) klp_init_transition() argument
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Dauth.c479 u8 *state; in __ubifs_shash_copy_state() local
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_defer.c411 struct xfs_btree_cur *state = NULL; in xfs_defer_finish_one() local
H A Dxfs_attr.c874 struct xfs_da_state *state; in xfs_attr_node_hasname() local
912 struct xfs_da_state *state; xfs_attr_node_addname() local
1117 xfs_attr_node_shrink( struct xfs_da_args *args, struct xfs_da_state *state) xfs_attr_node_shrink() argument
1151 xfs_attr_leaf_mark_incomplete( struct xfs_da_args *args, struct xfs_da_state *state) xfs_attr_leaf_mark_incomplete() argument
1178 xfs_attr_node_removename_setup( struct xfs_da_args *args, struct xfs_da_state **state) xfs_attr_node_removename_setup() argument
1204 xfs_attr_node_remove_rmt( struct xfs_da_args *args, struct xfs_da_state *state) xfs_attr_node_remove_rmt() argument
1232 struct xfs_da_state *state; xfs_attr_node_removename() local
1299 xfs_attr_fillstate(xfs_da_state_t *state) xfs_attr_fillstate() argument
1347 xfs_attr_refillstate(xfs_da_state_t *state) xfs_attr_refillstate() argument
1407 struct xfs_da_state *state; xfs_attr_node_get() local
[all...]
H A Dxfs_inode_fork.c107 int state = xfs_bmap_fork_to_state(whichfork); in xfs_iformat_extents() local
542 int state = xfs_bmap_fork_to_state(whichfork); in xfs_iextents_copy() local
655 xfs_iext_state_to_fork( struct xfs_inode *ip, int state) xfs_iext_state_to_fork() argument
[all...]
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_device.c35 u8 state = BR_STATE_FORWARDING; in br_dev_xmit() local
H A Dbr_stp.c29 void br_set_state(struct net_bridge_port *p, unsigned int state) in br_set_state() argument
[all...]
/kernel/linux/linux-5.10/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c37 struct ip_frag_state state; in nf_br_ip_fragment() local
144 nf_ct_br_defrag4(struct sk_buff *skb, const struct nf_hook_state *state) nf_ct_br_defrag4() argument
174 nf_ct_br_defrag6(struct sk_buff *skb, const struct nf_hook_state *state) nf_ct_br_defrag6() argument
239 nf_ct_bridge_pre(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nf_ct_bridge_pre() argument
307 nf_ct_bridge_refrag(struct sk_buff *skb, const struct nf_hook_state *state, int (*output)(struct net *, struct sock *sk, const struct nf_bridge_frag_data *data, struct sk_buff *)) nf_ct_bridge_refrag() argument
398 nf_ct_bridge_post(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nf_ct_bridge_post() argument
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dutils.c193 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL; in in6_pton() local
[all...]

Completed in 18 milliseconds

1...<<81828384858687888990>>...337