Home
last modified time | relevance | path

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

/linux-4.1.27/security/smack/
Dsmack_lsm.c113 struct task_smack *tsp = current_security(); in smk_bu_current() local
134 struct task_smack *tsp = current_security(); in smk_bu_task() local
156 struct task_smack *tsp = current_security(); in smk_bu_inode() local
186 struct task_smack *tsp = current_security(); in smk_bu_file() local
216 struct task_smack *tsp = cred->security; in smk_bu_credfile() local
306 struct task_smack *tsp; in new_task_smack() local
380 struct task_smack *tsp; in smk_ptrace_rule_check() local
779 struct task_smack *tsp = current_security(); in smack_bprm_secureexec() local
1526 struct task_smack *tsp; in smack_mmap_file() local
1703 struct task_smack *tsp = cred->security; in smack_file_open() local
[all …]
Dsmack_access.c228 int smk_tskacc(struct task_smack *tsp, struct smack_known *obj_known, in smk_tskacc()
283 struct task_smack *tsp = current_security(); in smk_curacc() local
Dsmackfs.c1882 struct task_smack *tsp = current_security(); in load_self_seq_start() local
1889 struct task_smack *tsp = current_security(); in load_self_seq_next() local
1936 struct task_smack *tsp = current_security(); in smk_write_load_self() local
2088 struct task_smack *tsp = current_security(); in load_self2_seq_start() local
2095 struct task_smack *tsp = current_security(); in load_self2_seq_next() local
2141 struct task_smack *tsp = current_security(); in smk_write_load_self2() local
Dsmack.h305 static inline struct smack_known *smk_of_task(const struct task_smack *tsp) in smk_of_task()
323 static inline struct smack_known *smk_of_forked(const struct task_smack *tsp) in smk_of_forked()
/linux-4.1.27/fs/
Dselect.c647 fd_set __user *exp, struct timespec __user *tsp, in do_pselect()
701 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() argument
992 struct timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
Dcompat.c1350 struct compat_timespec __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect()
1401 struct compat_timespec __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument
1419 unsigned int, nfds, struct compat_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
/linux-4.1.27/net/sctp/
Dproc.c442 struct sctp_transport *tsp; in sctp_remaddr_seq_show() local
/linux-4.1.27/arch/s390/include/asm/
Detr.h114 unsigned long long tsp; member
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_demux.c77 static inline u8 payload(const u8 *tsp) in payload()
/linux-4.1.27/drivers/acpi/
Dthermal.c157 unsigned long tsp; member
/linux-4.1.27/fs/logfs/
Dreadwrite.c109 static __be64 timespec_to_be64(struct timespec tsp) in timespec_to_be64()