Function report |
Source Code:ipc\shm.c |
Create Date:2022-07-28 16:47:39 |
Last Modify:2020-03-17 22:58:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:shmctl_shm_info
Proto:static int shmctl_shm_info(struct ipc_namespace *ns, struct shm_info *shm_info)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct ipc_namespace * | ns | |
struct shm_info * | shm_info |
963 | err = security_shm_shmctl(NULL, SHM_INFO) |
964 | If Not err Then |
966 | lock for reading |
969 | total allocated shm = shm_tot |
970 | swap_attempts = 0 |
971 | swap_successes = 0 |
977 | Return err |
Name | Describe |
---|---|
ksys_shmctl | |
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 |