We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e1e98 commit cb5021cCopy full SHA for cb5021c
include/trace/events/sched.h
@@ -366,7 +366,7 @@ TRACE_EVENT(sched_process_wait,
366
);
367
368
/*
369
- * Tracepoint for do_fork:
+ * Tracepoint for kernel_clone:
370
*/
371
TRACE_EVENT(sched_process_fork,
372
kernel/kthread.c
@@ -294,7 +294,7 @@ static int kthread(void *_create)
294
do_exit(ret);
295
}
296
297
-/* called from do_fork() to get node information for about to be created task */
+/* called from kernel_clone() to get node information for about to be created task */
298
int tsk_fork_get_node(struct task_struct *tsk)
299
{
300
#ifdef CONFIG_NUMA
0 commit comments