Lines Matching full:first
47 * call this first and wait RCU, and call rethook_free().
212 node = tsk->rethooks.first; in __rethook_find_ret_addr()
240 * first call, but '@cur' itself must NOT NULL.
282 struct llist_node *first, *node = NULL; in rethook_trampoline_handler() local
305 first = current->rethooks.first; in rethook_trampoline_handler()
306 while (first) { in rethook_trampoline_handler()
307 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
315 if (first == node) in rethook_trampoline_handler()
317 first = first->next; in rethook_trampoline_handler()
324 first = current->rethooks.first; in rethook_trampoline_handler()
325 current->rethooks.first = node->next; in rethook_trampoline_handler()
328 while (first) { in rethook_trampoline_handler()
329 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
330 first = first->next; in rethook_trampoline_handler()