函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kthread.c Create Date:2022-07-27 10:30:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kthread_create_worker_on_cpu - create a kthread worker and bind it* it to a given CPU and the associated NUMA node

函数原型:struct kthread_worker *kthread_create_worker_on_cpu(int cpu, unsigned int flags, const char namefmt[], ...)

返回类型:struct kthread_worker

参数:

类型参数名称
intcpu
unsigned intflags
const charnamefmt
763  va_start(args, namefmt)
764  worker等于__kthread_create_worker(cpu, flags, namefmt, args)
765  va_end(args)
767  返回:worker