Function report |
Source Code:kernel\profile.c |
Create Date:2022-07-28 10:37:41 |
Last Modify:2020-03-17 15:11:09 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:prof_cpu_mask_proc_write
Proto:static ssize_t prof_cpu_mask_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
const char __user * | buffer | |
size_t | count | |
loff_t * | pos |
433 | If Not alloc_cpumask_var( & new_value, GFP_KERNEL) Then Return -ENOMEM |
436 | err = pumask_parse_user - extract a cpumask from a user string*@buf: the buffer to extract from*@len: the length of the buffer*@dstp: the cpumask to set.* Returns -errno, or 0 for success. |
437 | If Not err Then |
442 | Return err |
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 |