#ifndef _KERNEL_TIME_TIMEKEEPING_H #define _KERNEL_TIME_TIMEKEEPING_H /* * Internal interfaces for kernel/time/ */ extern ktime_t ktime_get_update_offsets_now(unsigned int *cwsseq, ktime_t *offs_real, ktime_t *offs_boot, ktime_t *offs_tai); extern int timekeeping_valid_for_hres(void); extern u64 timekeeping_max_deferment(void); extern int timekeeping_inject_offset(struct timespec *ts); extern s32 timekeeping_get_tai_offset(void); extern void timekeeping_set_tai_offset(s32 tai_offset); extern int timekeeping_suspend(void); extern void timekeeping_resume(void); extern void do_timer(unsigned long ticks); extern void update_wall_time(void); extern seqlock_t jiffies_lock; #define CS_NAME_LEN 32 #endif class='logo' rowspan='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/dt-bindings/reset/altr,rst-mgr.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-27 12:25:26 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-27 12:25:26 -0800
commit69978aa0f21f43529e11f924504dadb6ce2f229a (patch)
treecad7f9c9b01b7d1839a3d12e9178ceb5b2b33873 /include/dt-bindings/reset/altr,rst-mgr.h
parent2b4321503e62523e701405163a034875e92d68cf (diff)
parent0d6da872d3e4a60f43c295386d7ff9a4cdcd57e9 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fixes from Martin Schwidefsky: "Another two bug fixes: - ptrace partial write information leak - a guest page hinting regression introduced with v4.6" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390/mm: Fix cmma unused transfer from pgste into pte s390/ptrace: Preserve previous registers for short regset write
Diffstat (limited to 'include/dt-bindings/reset/altr,rst-mgr.h')