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()
324 if (first == node) in rethook_trampoline_handler()
326 first = first->next; in rethook_trampoline_handler()
333 first = current->rethooks.first; in rethook_trampoline_handler()
334 current->rethooks.first = node->next; in rethook_trampoline_handler()
337 while (first) { in rethook_trampoline_handler()
338 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
339 first = first->next; in rethook_trampoline_handler()