Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\verity\verify.c Create Date:2022-07-28 20:24:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fsverity_init_workqueue

Proto:int __init fsverity_init_workqueue(void)

Type:int

Parameter:Nothing

269  fsverity_read_workqueue = alloc_workqueue("fsverity_read_queue", WQ_UNBOUND | WQ_HIGHPRI, num_online_cpus())
272  If Not fsverity_read_workqueue Then Return -ENOMEM
274  Return 0