函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ent equality test

函数原型:static bool wqattrs_equal(const struct workqueue_attrs *a, const struct workqueue_attrs *b)

返回类型:bool

参数:

类型参数名称
const struct workqueue_attrs *a
const struct workqueue_attrs *b
3394  如果@nice: nice level不等于@nice: nice level则返回:false
3396  如果非pumask_equal - *src1p == *src2p*@src1p: the first input*@src2p: the second input则返回:false
3398  返回:true
调用者
名称描述
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