Searched refs:rethooks (Results 1 – 3 of 3) sorted by relevance
26 node = __llist_del_all(&tk->rethooks); in rethook_flush_task()205 __llist_add(&node->llist, ¤t->rethooks); in rethook_hook()217 node = tsk->rethooks.first; in __rethook_find_ret_addr()310 first = current->rethooks.first; in rethook_trampoline_handler()329 first = current->rethooks.first; in rethook_trampoline_handler()330 current->rethooks.first = node->next; in rethook_trampoline_handler()
1512 struct llist_head rethooks; member
2587 p->rethooks.first = NULL; in copy_process()