Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dwti.c26 struct wti_state { struct
42 static DEFINE_PER_CPU(struct wti_state, wti_state); argument
80 static void store_debug_data(struct wti_state *st) in store_debug_data()
93 struct wti_state *st = this_cpu_ptr(&wti_state); in wti_interrupt()
104 struct wti_state *st = per_cpu_ptr(&wti_state, cpu); in wti_pending()
109 static void wti_dbf_grace_period(struct wti_state *st) in wti_dbf_grace_period()
124 struct wti_state *st; in wti_show()
133 st = per_cpu_ptr(&wti_state, cpu); in wti_show()
144 struct wti_state *st = per_cpu_ptr(&wti_state, cpu); in wti_thread_fn()
158 .store = &wti_state.thread,
[all …]