Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ent equality test

Proto:static bool wqattrs_equal(const struct workqueue_attrs *a, const struct workqueue_attrs *b)

Type:bool

Parameter:

TypeParameterName
const struct workqueue_attrs *a
const struct workqueue_attrs *b
3394  If @nice: nice level != @nice: nice level Then Return false
3396  If Not pumask_equal - *src1p == *src2p*@src1p: the first input*@src2p: the second input Then Return false
3398  Return true
Caller
NameDescribe
get_unbound_poolget_unbound_pool - get a worker_pool with the specified attributes*@attrs: the attributes of the worker_pool to get* Obtain a worker_pool which has the same attributes as @attrs, bump the* reference count and return it