Function report |
Source Code:kernel\workqueue.c |
Create Date:2022-07-28 09:28:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:workqueue_set_unbound_cpumask - Set the low-level unbound cpumask*@cpumask: the cpumask to set* The low-level workqueues cpumask is a global cpumask that limits* the affinity of all unbound workqueues. This function check the @cpumask
Proto:int workqueue_set_unbound_cpumask(cpumask_var_t cpumask)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
cpumask_var_t | cpumask |
5300 | If Not zalloc_cpumask_var( & saved_cpumask, GFP_KERNEL) Then Return -ENOMEM |
5326 | Return ret |
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 |