函数逻辑报告

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

函数名称:hash value of the content of @attr

函数原型:static unsigned int wqattrs_hash(const struct workqueue_attrs *attrs)

返回类型:unsigned int

参数:

类型参数名称
const struct workqueue_attrs *attrs
3382  hash等于0
3384  hash等于jhash_1word(@nice: nice level, hash)
3385  hash等于jhash - hash an arbitrary key*@k: sequence of bytes as key*@length: the length of the key*@initval: the previous hash, or an arbitray value* The generic version, hashes an arbitrary sequence of bytes.
3387  返回:hash
调用者
名称描述
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