Home
last modified time | relevance | path

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

/linux/ipc/
H A Dshm.c98 #define shm_unlock(shp) \ argument
125 struct shmid_kernel *shp; in do_shm_rmid() local
281 struct shmid_kernel *shp; in __shm_open() local
371 struct shmid_kernel *shp; in __shm_close() local
443 struct shmid_kernel *shp; in exit_shm() local
703 struct shmid_kernel *shp; in newseg() local
814 struct shmid_kernel *shp; in shm_more_checks() local
992 struct shmid_kernel *shp; in shmctl_down() local
1080 struct shmid_kernel *shp; in shmctl_stat() local
1163 struct shmid_kernel *shp; in shmctl_do_lock() local
[all …]
/linux/net/bridge/netfilter/
H A Debt_arpreply.c27 const unsigned char *shp; in ebt_arpreply_tg() local
/linux/include/linux/
H A Dsecurity.h1381 static inline int security_shm_alloc(struct kern_ipc_perm *shp) in security_shm_alloc()
1386 static inline void security_shm_free(struct kern_ipc_perm *shp) in security_shm_free()
1389 static inline int security_shm_associate(struct kern_ipc_perm *shp, in security_shm_associate()
1395 static inline int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in security_shm_shmctl()
1400 static inline int security_shm_shmat(struct kern_ipc_perm *shp, in security_shm_shmat()
/linux/security/
H A Dsecurity.c3894 int security_shm_alloc(struct kern_ipc_perm *shp) in security_shm_alloc()
3912 void security_shm_free(struct kern_ipc_perm *shp) in security_shm_free()
3931 int security_shm_associate(struct kern_ipc_perm *shp, int shmflg) in security_shm_associate()
3946 int security_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in security_shm_shmctl()
3963 int security_shm_shmat(struct kern_ipc_perm *shp, in security_shm_shmat()
/linux/security/selinux/
H A Dhooks.c6140 static int selinux_shm_alloc_security(struct kern_ipc_perm *shp) in selinux_shm_alloc_security()
6156 static int selinux_shm_associate(struct kern_ipc_perm *shp, int shmflg) in selinux_shm_associate()
6172 static int selinux_shm_shmctl(struct kern_ipc_perm *shp, int cmd) in selinux_shm_shmctl()
6204 static int selinux_shm_shmat(struct kern_ipc_perm *shp, in selinux_shm_shmat()
/linux/drivers/atm/
H A Deni.c1961 int error,rate,rsv,shp; in eni_change_qos() local
/linux/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()
/linux/tools/perf/util/
H A Dsymbol-elf.c201 GElf_Shdr *shp, const char *name, size_t *idx) in elf_section_by_name()
/linux/drivers/scsi/
H A Dscsi_debug.c6729 static const char *scsi_debug_info(struct Scsi_Host *shp) in scsi_debug_info()