Searched refs:rethooks (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/trace/
H A Drethook.c25 node = __llist_del_all(&tk->rethooks);
198 __llist_add(&node->llist, &current->rethooks);
210 node = tsk->rethooks.first;
303 first = current->rethooks.first;
322 first = current->rethooks.first;
323 current->rethooks.first = node->next;
/linux-master/include/linux/
H A Dsched.h1526 struct llist_head rethooks; member in struct:task_struct
/linux-master/kernel/
H A Dfork.c2477 p->rethooks.first = NULL;

Completed in 123 milliseconds