Searched refs:rethooks (Results 1 – 3 of 3) sorted by relevance
25 node = __llist_del_all(&tk->rethooks); in rethook_flush_task()200 __llist_add(&node->llist, ¤t->rethooks); in rethook_hook()212 node = tsk->rethooks.first; in __rethook_find_ret_addr()305 first = current->rethooks.first; in rethook_trampoline_handler()324 first = current->rethooks.first; in rethook_trampoline_handler()325 current->rethooks.first = node->next; in rethook_trampoline_handler()
1568 struct llist_head rethooks; member
2461 p->rethooks.first = NULL; in copy_process()
Completed in 19 milliseconds