Home
last modified time | relevance | path

Searched refs:__latent_entropy (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/include/linux/
Drandom.h34 unsigned int value) __latent_entropy;
35 extern void add_interrupt_randomness(int irq, int irq_flags) __latent_entropy;
Dcompiler_types.h126 #ifndef __latent_entropy
127 # define __latent_entropy macro
Dinit.h50 #define __init __section(.init.text) __cold __latent_entropy __noinitretpoline
87 __latent_entropy
Dfdtable.h112 struct files_struct *dup_fd(struct files_struct *, int *) __latent_entropy;
Dcompiler-gcc.h93 #define __latent_entropy __attribute__((latent_entropy)) macro
Dgenhd.h434 extern void add_disk_randomness(struct gendisk *disk) __latent_entropy;
/Linux-v4.19/block/
Dblk-softirq.c23 static __latent_entropy void blk_done_softirq(struct softirq_action *h) in blk_done_softirq()
/Linux-v4.19/lib/
Dirq_poll.c78 static void __latent_entropy irq_poll_softirq(struct softirq_action *h) in irq_poll_softirq()
Drandom32.c51 static DEFINE_PER_CPU(struct rnd_state, net_rand_state) __latent_entropy;
/Linux-v4.19/kernel/rcu/
Dtiny.c165 static __latent_entropy void rcu_process_callbacks(struct softirq_action *unused) in rcu_process_callbacks()
Dtree.c2856 static __latent_entropy void rcu_process_callbacks(struct softirq_action *unused) in rcu_process_callbacks()
/Linux-v4.19/kernel/
Dsoftirq.c538 static __latent_entropy void tasklet_action(struct softirq_action *a) in tasklet_action()
543 static __latent_entropy void tasklet_hi_action(struct softirq_action *a) in tasklet_hi_action()
Dfork.c421 static __latent_entropy int dup_mmap(struct mm_struct *mm, in dup_mmap()
1628 static __latent_entropy struct task_struct *copy_process( in copy_process()
/Linux-v4.19/drivers/char/
Drandom.c487 static __u32 input_pool_data[INPUT_POOL_WORDS] __latent_entropy;
488 static __u32 blocking_pool_data[OUTPUT_POOL_WORDS] __latent_entropy;
/Linux-v4.19/kernel/time/
Dtimer.c1691 static __latent_entropy void run_timer_softirq(struct softirq_action *h) in run_timer_softirq()
Dhrtimer.c1465 static __latent_entropy void hrtimer_run_softirq(struct softirq_action *h) in hrtimer_run_softirq()
/Linux-v4.19/fs/
Dnamespace.c2856 __latent_entropy
/Linux-v4.19/net/core/
Ddev.c4517 static __latent_entropy void net_tx_action(struct softirq_action *h) in net_tx_action()
6292 static __latent_entropy void net_rx_action(struct softirq_action *h) in net_rx_action()
/Linux-v4.19/mm/
Dpage_alloc.c103 volatile unsigned long latent_entropy __latent_entropy; variable
/Linux-v4.19/kernel/sched/
Dfair.c9587 static __latent_entropy void run_rebalance_domains(struct softirq_action *h) in run_rebalance_domains()