Lines Matching refs:first
222 node = tsk->rethooks.first; in __rethook_find_ret_addr()
292 struct llist_node *first, *node = NULL; in rethook_trampoline_handler() local
315 first = current->rethooks.first; in rethook_trampoline_handler()
316 while (first) { in rethook_trampoline_handler()
317 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
325 if (first == node) in rethook_trampoline_handler()
327 first = first->next; in rethook_trampoline_handler()
334 first = current->rethooks.first; in rethook_trampoline_handler()
335 current->rethooks.first = node->next; in rethook_trampoline_handler()
338 while (first) { in rethook_trampoline_handler()
339 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
340 first = first->next; in rethook_trampoline_handler()