Home
last modified time | relevance | path

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

/linux-4.1.27/ipc/
Dshm.c64 #define shm_unlock(shp) \ argument
91 struct shmid_kernel *shp; in do_shm_rmid() local
177 struct shmid_kernel *shp = ipc_rcu_to_struct(p); in shm_rcu_free() local
194 struct shmid_kernel *shp; in __shm_open() local
228 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp) in shm_destroy()
256 static bool shm_may_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp) in shm_may_destroy()
273 struct shmid_kernel *shp; in shm_close() local
303 struct shmid_kernel *shp = container_of(ipcp, struct shmid_kernel, shm_perm); in shm_try_destroy_orphaned() local
333 struct shmid_kernel *shp, *n; in exit_shm() local
523 struct shmid_kernel *shp; in newseg() local
[all …]
/linux-4.1.27/net/bridge/netfilter/
Debt_arpreply.c26 const unsigned char *shp; in ebt_arpreply_tg() local
/linux-4.1.27/drivers/scsi/
Dgdth.c3876 static const char *gdth_info(struct Scsi_Host *shp) in gdth_info()
4692 struct Scsi_Host *shp; in gdth_isa_probe_one() local
4824 struct Scsi_Host *shp; in gdth_eisa_probe_one() local
4957 struct Scsi_Host *shp; in gdth_pci_probe_one() local
5101 struct Scsi_Host *shp = ha->shost; in gdth_remove_one() local
Dscsi_debug.c4160 static const char * scsi_debug_info(struct Scsi_Host * shp) in scsi_debug_info()
/linux-4.1.27/security/
Dcapability.c548 static int cap_shm_alloc_security(struct shmid_kernel *shp) in cap_shm_alloc_security()
553 static void cap_shm_free_security(struct shmid_kernel *shp) in cap_shm_free_security()
557 static int cap_shm_associate(struct shmid_kernel *shp, int shmflg) in cap_shm_associate()
562 static int cap_shm_shmctl(struct shmid_kernel *shp, int cmd) in cap_shm_shmctl()
567 static int cap_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in cap_shm_shmat()
Dsecurity.c1039 int security_shm_alloc(struct shmid_kernel *shp) in security_shm_alloc()
1044 void security_shm_free(struct shmid_kernel *shp) in security_shm_free()
1049 int security_shm_associate(struct shmid_kernel *shp, int shmflg) in security_shm_associate()
1054 int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl()
1059 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
/linux-4.1.27/security/smack/
Dsmack_lsm.c2620 static struct smack_known *smack_of_shm(struct shmid_kernel *shp) in smack_of_shm()
2631 static int smack_shm_alloc_security(struct shmid_kernel *shp) in smack_shm_alloc_security()
2646 static void smack_shm_free_security(struct shmid_kernel *shp) in smack_shm_free_security()
2660 static int smk_curacc_shm(struct shmid_kernel *shp, int access) in smk_curacc_shm()
2682 static int smack_shm_associate(struct shmid_kernel *shp, int shmflg) in smack_shm_associate()
2697 static int smack_shm_shmctl(struct shmid_kernel *shp, int cmd) in smack_shm_shmctl()
2732 static int smack_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in smack_shm_shmat()
/linux-4.1.27/include/linux/
Dsecurity.h2588 static inline int security_shm_alloc(struct shmid_kernel *shp) in security_shm_alloc()
2593 static inline void security_shm_free(struct shmid_kernel *shp) in security_shm_free()
2596 static inline int security_shm_associate(struct shmid_kernel *shp, in security_shm_associate()
2602 static inline int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl()
2607 static inline int security_shm_shmat(struct shmid_kernel *shp, in security_shm_shmat()
/linux-4.1.27/security/selinux/
Dhooks.c5326 static int selinux_shm_alloc_security(struct shmid_kernel *shp) in selinux_shm_alloc_security()
5351 static void selinux_shm_free_security(struct shmid_kernel *shp) in selinux_shm_free_security()
5356 static int selinux_shm_associate(struct shmid_kernel *shp, int shmflg) in selinux_shm_associate()
5372 static int selinux_shm_shmctl(struct shmid_kernel *shp, int cmd) in selinux_shm_shmctl()
5404 static int selinux_shm_shmat(struct shmid_kernel *shp, in selinux_shm_shmat()
/linux-4.1.27/drivers/staging/unisys/virthba/
Dvirthba.c788 virthba_get_info(struct Scsi_Host *shp) in virthba_get_info()
/linux-4.1.27/drivers/atm/
Deni.c1960 int error,rate,rsv,shp; in eni_change_qos() local
/linux-4.1.27/tools/perf/util/
Dsymbol-elf.c173 GElf_Shdr *shp, const char *name, size_t *idx) in elf_section_by_name()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c365 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp) in wlc_phy_shared_attach()