Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Initialize all percpu queues used by serial workers

Proto:static void padata_init_squeues(struct parallel_data *pd)

Type:void

Parameter:

TypeParameterName
struct parallel_data *pd
405  squeue = per_cpu_ptr(squeue, cpu)
406  pd = pd
407  __padata_list_init( & serial)
408  INIT_WORK( & work, padata_serial_worker)
Caller
NameDescribe
padata_alloc_pdAllocate and initialize the internal cpumask dependend resources.