Home
last modified time | relevance | path

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

/linux-3.3/security/smack/
Dsmack_lsm.c98 struct task_smack *tsp; in new_task_smack() local
158 char *tsp; in smack_ptrace_access_check() local
184 char *tsp; in smack_ptrace_traceme() local
501 struct task_smack *tsp = current_security(); in smack_bprm_secureexec() local
1177 struct task_smack *tsp; in smack_file_mmap() local
1305 char *tsp = smk_of_task(tsk->cred->security); in smack_file_send_sigiotask() local
1381 struct task_smack *tsp; in smack_cred_alloc_blank() local
1400 struct task_smack *tsp = cred->security; in smack_cred_free() local
1496 struct task_smack *tsp = new->security; in smack_kernel_create_files_as() local
1697 char *tsp = smk_of_forked(task_security(p)); in smack_task_wait() local
[all …]
Dsmack.h270 static inline char *smk_of_task(const struct task_smack *tsp) in smk_of_task()
278 static inline char *smk_of_forked(const struct task_smack *tsp) in smk_of_forked()
Dsmackfs.c1383 struct task_smack *tsp = current_security(); in load_self_seq_start() local
1390 struct task_smack *tsp = current_security(); in load_self_seq_next() local
1455 struct task_smack *tsp = current_security(); in smk_write_load_self() local
Dsmack_access.c206 struct task_smack *tsp = current_security(); in smk_curacc() local
/linux-3.3/arch/arm/plat-omap/
Dcounter_32k.c58 struct timespec *tsp = &persistent_ts; in read_persistent_clock() local
/linux-3.3/arch/arm/mach-tegra/
Dtimer.c139 struct timespec *tsp = &persistent_ts; in read_persistent_clock() local
/linux-3.3/fs/
Dselect.c621 fd_set __user *exp, struct timespec __user *tsp, in do_pselect()
675 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() argument
950 struct timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument
Dcompat.c1540 struct compat_timespec __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect()
1591 struct compat_timespec __user *tsp, void __user *sig) in compat_sys_pselect6()
1609 unsigned int nfds, struct compat_timespec __user *tsp, in compat_sys_ppoll()
/linux-3.3/net/sctp/
Dproc.c419 struct sctp_transport *tsp; in sctp_remaddr_seq_show() local
/linux-3.3/drivers/media/dvb/dvb-core/
Ddvb_demux.c72 static inline u8 payload(const u8 *tsp) in payload()
/linux-3.3/arch/s390/include/asm/
Detr.h116 unsigned long long tsp; member
/linux-3.3/drivers/acpi/
Dthermal.c152 unsigned long tsp; member
/linux-3.3/fs/logfs/
Dreadwrite.c109 static __be64 timespec_to_be64(struct timespec tsp) in timespec_to_be64()