Home
last modified time | relevance | path

Searched refs:get_taint (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dpanic.h95 extern unsigned long get_taint(void);
/openbmc/linux/kernel/
H A Dpanic.c529 unsigned long get_taint(void) in get_taint() function
H A Dsysctl.c776 unsigned long tmptaint = get_taint(); in proc_taint()