Searched hist:ddbc7d0657e9fd38b69f16bd0310703367b52d29 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | itimer.c | diff ddbc7d0657e9fd38b69f16bd0310703367b52d29 Fri Oct 25 14:37:43 CDT 2019 Arnd Bergmann <arnd@arndb.de> y2038: move itimer reset into itimer.c
Preparing for a change to the itimer internals, stop using the do_setitimer() symbol and instead use a new higher-level interface.
The do_getitimer()/do_setitimer functions can now be made static, allowing the compiler to potentially produce better object code.
Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/include/linux/ |
H A D | time.h | diff ddbc7d0657e9fd38b69f16bd0310703367b52d29 Fri Oct 25 14:37:43 CDT 2019 Arnd Bergmann <arnd@arndb.de> y2038: move itimer reset into itimer.c
Preparing for a change to the itimer internals, stop using the do_setitimer() symbol and instead use a new higher-level interface.
The do_getitimer()/do_setitimer functions can now be made static, allowing the compiler to potentially produce better object code.
Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | diff ddbc7d0657e9fd38b69f16bd0310703367b52d29 Fri Oct 25 14:37:43 CDT 2019 Arnd Bergmann <arnd@arndb.de> y2038: move itimer reset into itimer.c
Preparing for a change to the itimer internals, stop using the do_setitimer() symbol and instead use a new higher-level interface.
The do_getitimer()/do_setitimer functions can now be made static, allowing the compiler to potentially produce better object code.
Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|