Function report |
Source Code:ipc\util.c |
Create Date:2022-07-28 16:39:46 |
Last Modify:2022-05-23 18:05:07 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pc_kht_remove - remove an ipc from the key hashtable*@ids: ipc identifier set*@ipcp: ipc perm structure containing the key to remove* ipc_ids.rwsem (as a writer) and the spinlock for this ID are held
Proto:static void ipc_kht_remove(struct ipc_ids *ids, struct kern_ipc_perm *ipcp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct ipc_ids * | ids | |
struct kern_ipc_perm * | ipcp |
Name | Describe |
---|---|
ipc_rmid | pc_rmid - remove an ipc identifier*@ids: ipc identifier set*@ipcp: ipc perm structure containing the identifier to remove* ipc_ids.rwsem (as a writer) and the spinlock for this ID are held* before this function is called, and remain locked on the exit. |
ipc_set_key_private | pc_set_key_private - switch the key of an existing ipc to IPC_PRIVATE*@ids: ipc identifier set*@ipcp: ipc perm structure containing the key to modify* ipc_ids.rwsem (as a writer) and the spinlock for this ID are held |
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 |