Home
last modified time | relevance | path

Searched defs:shp (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/ipc/
H A Dshm.c97 #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()
282 struct shmid_kernel *shp; in __shm_open() local
322 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp) in shm_destroy()
352 static bool shm_may_destroy(struct shmid_kernel *shp) in shm_may_destroy()
369 struct shmid_kernel *shp; in shm_close() local
399 struct shmid_kernel *shp = container_of(ipcp, struct shmid_kernel, shm_perm); in shm_try_destroy_orphaned() local
429 struct shmid_kernel *shp; in exit_shm() local
[all …]
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debt_arpreply.c27 const unsigned char *shp; in ebt_arpreply_tg() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1211 static inline int security_shm_alloc(struct kern_ipc_perm *shp) in security_shm_alloc()
1216 static inline void security_shm_free(struct kern_ipc_perm *shp) in security_shm_free()
1219 static inline int security_shm_associate(struct kern_ipc_perm *shp, in security_shm_associate()
1225 static inline int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in security_shm_shmctl()
1230 static inline int security_shm_shmat(struct kern_ipc_perm *shp, in security_shm_shmat()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dgdth.c3189 static const char *gdth_info(struct Scsi_Host *shp) in gdth_info()
4015 struct Scsi_Host *shp; in gdth_pci_probe_one() local
4144 struct Scsi_Host *shp = ha->shost; in gdth_remove_one() local
H A Dscsi_debug.c5746 static const char *scsi_debug_info(struct Scsi_Host *shp) in scsi_debug_info()
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c1888 int security_shm_alloc(struct kern_ipc_perm *shp) in security_shm_alloc()
1900 void security_shm_free(struct kern_ipc_perm *shp) in security_shm_free()
1907 int security_shm_associate(struct kern_ipc_perm *shp, int shmflg) in security_shm_associate()
1912 int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in security_shm_shmctl()
1917 int security_shm_shmat(struct kern_ipc_perm *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
/OK3568_Linux_fs/kernel/drivers/staging/unisys/visorhba/
H A Dvisorhba_main.c463 static const char *visorhba_get_info(struct Scsi_Host *shp) in visorhba_get_info()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c6153 static int selinux_shm_alloc_security(struct kern_ipc_perm *shp) in selinux_shm_alloc_security()
6172 static int selinux_shm_associate(struct kern_ipc_perm *shp, int shmflg) in selinux_shm_associate()
6189 static int selinux_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in selinux_shm_shmctl()
6224 static int selinux_shm_shmat(struct kern_ipc_perm *shp, in selinux_shm_shmat()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Deni.c1961 int error,rate,rsv,shp; in eni_change_qos() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol-elf.c210 GElf_Shdr *shp, const char *name, size_t *idx) in elf_section_by_name()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c354 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp) in wlc_phy_shared_attach()