Home
last modified time | relevance | path

Searched refs:latent_entropy_attr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c264 static struct attribute_spec latent_entropy_attr = { }; variable
268 latent_entropy_attr.name = "latent_entropy"; in register_attributes()
269 latent_entropy_attr.decl_required = true; in register_attributes()
270 latent_entropy_attr.handler = handle_latent_entropy_attribute; in register_attributes()
272 register_attribute(&latent_entropy_attr); in register_attributes()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c252 static struct attribute_spec latent_entropy_attr = { }; variable
256 latent_entropy_attr.name = "latent_entropy"; in register_attributes()
257 latent_entropy_attr.decl_required = true; in register_attributes()
258 latent_entropy_attr.handler = handle_latent_entropy_attribute; in register_attributes()
260 register_attribute(&latent_entropy_attr); in register_attributes()

Completed in 2 milliseconds