/kernel/linux/linux-5.10/lib/ |
H A D | random32.c | 53 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 D | xxhash.c | 245 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 D | inflate.c | 35 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 D | irq_sim.c | 56 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 D | qspinlock_paravirt.h | 53 u8 state; member [all...] |
/kernel/linux/linux-5.10/kernel/power/ |
H A D | power.h | 196 static inline int suspend_devices_and_enter(suspend_state_t state) in suspend_devices_and_enter() argument
|
H A D | suspend.c | 160 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 D | tick-internal.h | 44 clockevent_set_state(struct clock_event_device *dev, enum clock_event_state state) clockevent_set_state() argument
|
H A D | tick-sched.h | 99 __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control() argument
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | fgraph.c | 209 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 D | xenbus.h | 87 enum xenbus_state state; member
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | legacy_freezer.c | 45 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 D | reboot.c | 259 static void kernel_shutdown_prepare(enum system_states state) in kernel_shutdown_prepare() argument
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | idle.c | 391 void cpu_startup_entry(enum cpuhp_state state) in cpu_startup_entry() argument
|
H A D | wait.c | 246 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 D | vcpu.h | 79 int state; member
|
/kernel/linux/linux-5.10/kernel/livepatch/ |
H A D | transition.c | 504 klp_init_transition(struct klp_patch *patch, int state) klp_init_transition() argument [all...] |
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | auth.c | 479 u8 *state; in __ubifs_shash_copy_state() local
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_defer.c | 411 struct xfs_btree_cur *state = NULL; in xfs_defer_finish_one() local
|
H A D | xfs_attr.c | 874 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 D | xfs_inode_fork.c | 107 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 D | br_device.c | 35 u8 state = BR_STATE_FORWARDING; in br_dev_xmit() local
|
H A D | br_stp.c | 29 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 D | nf_conntrack_bridge.c | 37 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 D | utils.c | 193 int state = IN6PTON_COLON_1_2 | IN6PTON_XDIGIT | IN6PTON_NULL; in in6_pton() local [all...] |