Searched defs:shp (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/ipc/ |
H A D | shm.c | 97 #define shm_unlock(shp) \ argument 124 struct shmid_kernel *shp; in do_shm_rmid() local 232 struct shmid_kernel *shp = container_of(ptr, struct shmid_kernel, in shm_rcu_free() local 242 static inline void shm_clist_rm(struct shmid_kernel *shp) in shm_clist_rm() 280 struct shmid_kernel *shp; in __shm_open() local 328 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp) in shm_destroy() 355 static bool shm_may_destroy(struct shmid_kernel *shp) in shm_may_destroy() 370 struct shmid_kernel *shp; in __shm_close() local 412 struct shmid_kernel *shp = container_of(ipcp, struct shmid_kernel, shm_perm); in shm_try_destroy_orphaned() local 442 struct shmid_kernel *shp; in exit_shm() local [all …]
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebt_arpreply.c | 27 const unsigned char *shp; in ebt_arpreply_tg() local
|
/openbmc/linux/include/linux/ |
H A D | security.h | 1295 static inline int security_shm_alloc(struct kern_ipc_perm *shp) in security_shm_alloc() 1300 static inline void security_shm_free(struct kern_ipc_perm *shp) in security_shm_free() 1303 static inline int security_shm_associate(struct kern_ipc_perm *shp, in security_shm_associate() 1309 static inline int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in security_shm_shmctl() 1314 static inline int security_shm_shmat(struct kern_ipc_perm *shp, in security_shm_shmat()
|
/openbmc/linux/security/ |
H A D | security.c | 3648 int security_shm_alloc(struct kern_ipc_perm *shp) in security_shm_alloc() 3666 void security_shm_free(struct kern_ipc_perm *shp) in security_shm_free() 3685 int security_shm_associate(struct kern_ipc_perm *shp, int shmflg) in security_shm_associate() 3700 int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in security_shm_shmctl() 3717 int security_shm_shmat(struct kern_ipc_perm *shp, in security_shm_shmat()
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 6131 static int selinux_shm_alloc_security(struct kern_ipc_perm *shp) in selinux_shm_alloc_security() 6147 static int selinux_shm_associate(struct kern_ipc_perm *shp, int shmflg) in selinux_shm_associate() 6163 static int selinux_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in selinux_shm_shmctl() 6195 static int selinux_shm_shmat(struct kern_ipc_perm *shp, in selinux_shm_shmat()
|
/openbmc/linux/drivers/atm/ |
H A D | eni.c | 1961 int error,rate,rsv,shp; in eni_change_qos() local
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_cmn.c | 354 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp) in wlc_phy_shared_attach()
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol-elf.c | 200 GElf_Shdr *shp, const char *name, size_t *idx) in elf_section_by_name()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_debug.c | 5851 static const char *scsi_debug_info(struct Scsi_Host *shp) in scsi_debug_info()
|