Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\preemptirq_delay_test.c Create Date:2022-07-28 12:08:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:preemptirq_start_test

Proto:static struct task_struct *preemptirq_start_test(void)

Type:struct task_struct

Parameter:Nothing

123  snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@
124  Return kthread_run - create and wake a thread.*@threadfn: the function to run until signal_pending(current).*@data: data ptr for @threadfn.*@namefmt: printf-style name for the thread.* Description: Convenient wrapper for kthread_create() followed by(preemptirq_delay_run, NULL, task_name)
Caller
NameDescribe
trigger_store
preemptirq_delay_init