Function report |
Source Code:ipc\shm.c |
Create Date:2022-07-28 16:48:05 |
Last Modify:2020-03-17 22:58:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:put_compat_shm_info
Proto:static int put_compat_shm_info(struct shm_info *ip, struct compat_shm_info __user *uip)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct shm_info * | ip | |
struct compat_shm_info __user * | uip |
1280 | shm_tot = total allocated shm |
1281 | shm_rss = total resident shm |
1282 | shm_swp = total swapped shm |
1283 | swap_attempts = swap_attempts |
1284 | swap_successes = swap_successes |
1285 | Return copy_to_user(uip, & info, size of info ) |
Name | Describe |
---|---|
compat_ksys_shmctl |
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 |