Home
last modified time | relevance | path

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

/arch/s390/kernel/
Druntime_instr.c23 kfree(tsk->thread.ri_cb); in runtime_instr_release()
31 if (!task->thread.ri_cb) in disable_runtime_instr()
36 kfree(task->thread.ri_cb); in disable_runtime_instr()
37 task->thread.ri_cb = NULL; in disable_runtime_instr()
74 if (!current->thread.ri_cb) { in SYSCALL_DEFINE1()
79 cb = current->thread.ri_cb; in SYSCALL_DEFINE1()
87 current->thread.ri_cb = cb; in SYSCALL_DEFINE1()
Dprocess.c167 p->thread.ri_cb = NULL; in copy_thread()
/arch/s390/include/asm/
Dswitch_to.h38 save_ri_cb(prev->thread.ri_cb); \
41 restore_ri_cb(next->thread.ri_cb, prev->thread.ri_cb); \
Dprocessor.h111 struct runtime_instr_cb *ri_cb; member
194 #define is_ri_task(tsk) (!!(tsk)->thread.ri_cb)