Home
last modified time | relevance | path

Searched refs:DEVICE_INT_ATTR (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dcore.c2221 static DEVICE_INT_ATTR(tolerant, 0644, mca_cfg.tolerant);
2222 static DEVICE_INT_ATTR(monarch_timeout, 0644, mca_cfg.monarch_timeout);
/Linux-v5.4/include/linux/
Ddevice.h845 #define DEVICE_INT_ATTR(_name, _mode, _var) \ macro