Searched defs:shp (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/ipc/ | 
| D | shm.c | 88 #define shm_unlock(shp)			\  argument115 	struct shmid_kernel *shp;  in do_shm_rmid()  local
 222 	struct shmid_kernel *shp = container_of(ptr, struct shmid_kernel,  in shm_rcu_free()  local
 239 	struct shmid_kernel *shp;  in __shm_open()  local
 279 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp)  in shm_destroy()
 309 static bool shm_may_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp)  in shm_may_destroy()
 326 	struct shmid_kernel *shp;  in shm_close()  local
 356 	struct shmid_kernel *shp = container_of(ipcp, struct shmid_kernel, shm_perm);  in shm_try_destroy_orphaned()  local
 386 	struct shmid_kernel *shp, *n;  in exit_shm()  local
 606 	struct shmid_kernel *shp;  in newseg()  local
 [all …]
 
 | 
| /Linux-v5.4/net/bridge/netfilter/ | 
| D | ebt_arpreply.c | 27 	const unsigned char *shp;  in ebt_arpreply_tg()  local
 | 
| /Linux-v5.4/include/linux/ | 
| D | security.h | 1161 static inline int security_shm_alloc(struct kern_ipc_perm *shp)  in security_shm_alloc()1166 static inline void security_shm_free(struct kern_ipc_perm *shp)  in security_shm_free()
 1169 static inline int security_shm_associate(struct kern_ipc_perm *shp,  in security_shm_associate()
 1175 static inline int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd)  in security_shm_shmctl()
 1180 static inline int security_shm_shmat(struct kern_ipc_perm *shp,  in security_shm_shmat()
 
 | 
| /Linux-v5.4/security/ | 
| D | security.c | 1801 int security_shm_alloc(struct kern_ipc_perm *shp)  in security_shm_alloc()1813 void security_shm_free(struct kern_ipc_perm *shp)  in security_shm_free()
 1820 int security_shm_associate(struct kern_ipc_perm *shp, int shmflg)  in security_shm_associate()
 1825 int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd)  in security_shm_shmctl()
 1830 int security_shm_shmat(struct kern_ipc_perm *shp, char __user *shmaddr, int shmflg)  in security_shm_shmat()
 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | gdth.c | 3266 static const char *gdth_info(struct Scsi_Host *shp)  in gdth_info()4092 	struct Scsi_Host *shp;  in gdth_pci_probe_one()  local
 4221 	struct Scsi_Host *shp = ha->shost;  in gdth_remove_one()  local
 
 | 
| D | scsi_debug.c | 4534 static const char *scsi_debug_info(struct Scsi_Host *shp)  in scsi_debug_info()
 | 
| /Linux-v5.4/drivers/staging/unisys/visorhba/ | 
| D | visorhba_main.c | 463 static const char *visorhba_get_info(struct Scsi_Host *shp)  in visorhba_get_info()
 | 
| /Linux-v5.4/security/selinux/ | 
| D | hooks.c | 6056 static int selinux_shm_alloc_security(struct kern_ipc_perm *shp)  in selinux_shm_alloc_security()6075 static int selinux_shm_associate(struct kern_ipc_perm *shp, int shmflg)  in selinux_shm_associate()
 6092 static int selinux_shm_shmctl(struct kern_ipc_perm *shp, int cmd)  in selinux_shm_shmctl()
 6127 static int selinux_shm_shmat(struct kern_ipc_perm *shp,  in selinux_shm_shmat()
 
 | 
| /Linux-v5.4/drivers/atm/ | 
| D | eni.c | 1963 	int error,rate,rsv,shp;  in eni_change_qos()  local
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | symbol-elf.c | 208 			     GElf_Shdr *shp, const char *name, size_t *idx)  in elf_section_by_name()
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ | 
| D | phy_cmn.c | 354 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp)  in wlc_phy_shared_attach()
 |