Function report |
Source Code:kernel\workqueue.c |
Create Date:2022-07-28 09:27:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hash value of the content of @attr
Proto:static unsigned int wqattrs_hash(const struct workqueue_attrs *attrs)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct workqueue_attrs * | attrs |
3382 | hash = 0 |
3384 | hash = jhash_1word(@nice: nice level, hash) |
3387 | Return hash |
Name | Describe |
---|---|
get_unbound_pool | get_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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |