Lines Matching full:first
204 node = tsk->rethooks.first; in __rethook_find_ret_addr()
232 * first call, but '@cur' itself must NOT NULL.
274 struct llist_node *first, *node = NULL; in rethook_trampoline_handler() local
297 first = current->rethooks.first; in rethook_trampoline_handler()
298 while (first) { in rethook_trampoline_handler()
299 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
306 if (first == node) in rethook_trampoline_handler()
308 first = first->next; in rethook_trampoline_handler()
315 first = current->rethooks.first; in rethook_trampoline_handler()
316 current->rethooks.first = node->next; in rethook_trampoline_handler()
319 while (first) { in rethook_trampoline_handler()
320 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
321 first = first->next; in rethook_trampoline_handler()