/linux/drivers/remoteproc/ |
H A D | ti_sci_proc.h | 35 struct ti_sci_proc *tsp; in ti_sci_proc_of_get_tsp() local 57 static inline int ti_sci_proc_request(struct ti_sci_proc *tsp) in ti_sci_proc_request() 68 static inline int ti_sci_proc_release(struct ti_sci_proc *tsp) in ti_sci_proc_release() 79 static inline int ti_sci_proc_handover(struct ti_sci_proc *tsp) in ti_sci_proc_handover() 90 static inline int ti_sci_proc_set_config(struct ti_sci_proc *tsp, in ti_sci_proc_set_config() 104 static inline int ti_sci_proc_set_control(struct ti_sci_proc *tsp, in ti_sci_proc_set_control() 116 static inline int ti_sci_proc_get_status(struct ti_sci_proc *tsp, in ti_sci_proc_get_status()
|
H A D | ti_k3_m4_remoteproc.c | 71 struct ti_sci_proc *tsp; member 465 struct ti_sci_proc *tsp = data; in k3_m4_release_tsp() local
|
H A D | ti_k3_dsp_remoteproc.c | 89 struct ti_sci_proc *tsp; member 608 struct ti_sci_proc *tsp = data; in k3_dsp_release_tsp() local
|
H A D | ti_k3_r5_remoteproc.c | 144 struct ti_sci_proc *tsp; member
|
/linux/security/smack/ |
H A D | smack_access.c | 218 int smk_tskacc(struct task_smack *tsp, struct smack_known *obj_known, in smk_tskacc() 273 struct task_smack *tsp = smack_cred(current_cred()); in smk_curacc() local 652 struct task_smack *tsp = smack_cred(cred); in smack_privileged_cred() local
|
H A D | smack_lsm.c | 154 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_current() local 175 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_task() local 197 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_inode() local 227 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_file() local 257 struct task_smack *tsp = smack_cred(cred); in smk_bu_credfile() local 340 static void init_task_smack(struct task_smack *tsp, struct smack_known *task, in init_task_smack() 435 struct task_smack *tsp; in smk_ptrace_rule_check() local 996 struct task_smack *tsp = smack_cred(current_cred()); in smack_inode_init_security() local 1821 struct task_smack *tsp; in smack_mmap_file() local 1986 struct task_smack *tsp; in smack_file_receive() local [all …]
|
H A D | smackfs.c | 2225 struct task_smack *tsp = smack_cred(current_cred()); in load_self_seq_start() local 2232 struct task_smack *tsp = smack_cred(current_cred()); in load_self_seq_next() local 2279 struct task_smack *tsp = smack_cred(current_cred()); in smk_write_load_self() local 2434 struct task_smack *tsp = smack_cred(current_cred()); in load_self2_seq_start() local 2441 struct task_smack *tsp = smack_cred(current_cred()); in load_self2_seq_next() local 2487 struct task_smack *tsp = smack_cred(current_cred()); in smk_write_load_self2() local 2705 struct task_smack *tsp = smack_cred(current_cred()); in relabel_self_seq_start() local 2712 struct task_smack *tsp = smack_cred(current_cred()); in relabel_self_seq_next() local 2788 struct task_smack *tsp; in smk_write_relabel_self() local
|
H A D | smack.h | 391 static inline struct smack_known *smk_of_task(const struct task_smack *tsp) in smk_of_task() 415 static inline struct smack_known *smk_of_forked(const struct task_smack *tsp) in smk_of_forked()
|
/linux/fs/ |
H A D | select.c | 730 fd_set __user *exp, void __user *tsp, in do_pselect() 795 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument 809 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument 1102 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument 1128 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument 1315 void __user *tsp, compat_sigset_t __user *sigmask, in do_compat_pselect() 1370 struct __kernel_timespec __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument 1385 struct old_timespec32 __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6() argument 1400 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument 1426 unsigned int, nfds, struct __kernel_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
|
/linux/net/sctp/ |
H A D | diag.c | 245 static int sctp_sock_dump_one(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump_one() 286 static int sctp_sock_dump(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump() 341 static int sctp_sock_filter(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_filter()
|
H A D | proc.c | 303 struct sctp_transport *transport, *tsp; in sctp_remaddr_seq_show() local
|
H A D | socket.c | 5369 struct sctp_transport *tsp; in sctp_transport_traverse_process() local
|
/linux/tools/bpf/runqslower/ |
H A D | runqslower.bpf.c | 72 u64 *tsp, delta_us; in handle__sched_switch() local
|
/linux/samples/bpf/ |
H A D | offwaketime.bpf.c | 120 u64 delta, ts, *tsp; local
|
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi.c | 286 struct timespec ts, *tsp = NULL; in unit_test() local
|
/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_getrandom.c | 33 #define timespecsub(tsp, usp, vsp) \ argument
|
/linux/kernel/rcu/ |
H A D | tree_nocb.h | 1508 static char *show_rcu_should_be_on_cpu(struct task_struct *tsp) in show_rcu_should_be_on_cpu() 1513 static char *show_rcu_should_be_on_cpu(struct task_struct *tsp) in show_rcu_should_be_on_cpu()
|
H A D | rcutorture.c | 3290 struct task_struct *tsp; in rcu_torture_read_exit() local
|
/linux/drivers/i2c/busses/ |
H A D | i2c-qcom-cci.c | 105 u16 tsp; /* pulse width of spikes suppressed by the input filter */ member
|
/linux/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 73 static inline u8 payload(const u8 *tsp) in payload()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ptp.c | 988 struct timespec64 tsp; in bnxt_ptp_init_rtc() local
|