Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Drethook.c26 node = __llist_del_all(&tk->rethooks); in rethook_flush_task()
210 __llist_add(&node->llist, &current->rethooks); in rethook_hook()
222 node = tsk->rethooks.first; in __rethook_find_ret_addr()
315 first = current->rethooks.first; in rethook_trampoline_handler()
334 first = current->rethooks.first; in rethook_trampoline_handler()
335 current->rethooks.first = node->next; in rethook_trampoline_handler()
/openbmc/linux/include/linux/
H A Dsched.h1512 struct llist_head rethooks; member
/openbmc/linux/kernel/
H A Dfork.c2587 p->rethooks.first = NULL; in copy_process()