Searched refs:latent_entropy (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dcompiler-gcc.h43 #define __latent_entropy __attribute__((latent_entropy))
H A Drandom.h24 add_device_randomness((const void *)&latent_entropy, sizeof(latent_entropy));
/linux-master/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c38 * tmp_latent_entropy = latent_entropy;
55 * latent_entropy = tmp_latent_entropy;
70 * Attribute: __attribute__((latent_entropy))
71 * The latent_entropy gcc attribute can be only on functions and variables.
256 latent_entropy_attr.name = "latent_entropy";
276 return lookup_attribute("latent_entropy", list) != NULL_TREE;
361 /* 1. create temporary copy of latent_entropy */
377 /* 4. ...write latent_entropy */
454 /* 3. create temporary copy of latent_entropy */
487 if (DECL_NAME_LENGTH(var) < sizeof("latent_entropy")
[all...]
/linux-master/mm/
H A Dpage_alloc.c186 volatile unsigned long latent_entropy __latent_entropy;
187 EXPORT_SYMBOL(latent_entropy); variable

Completed in 144 milliseconds