Searched refs:tsp (Results 1 - 20 of 20) sorted by last modified time

/linux-master/drivers/remoteproc/
H A Dti_k3_dsp_remoteproc.c74 * @tsp: TI-SCI processor control handle
89 struct ti_sci_proc *tsp; member in struct:k3_dsp_rproc
331 ret = ti_sci_proc_set_config(kproc->tsp, boot_addr, 0, 0);
634 struct ti_sci_proc *tsp = data; local
636 ti_sci_proc_release(tsp);
643 struct ti_sci_proc *tsp; local
652 tsp = devm_kzalloc(dev, sizeof(*tsp), GFP_KERNEL);
653 if (!tsp)
656 tsp
[all...]
H A Dti_k3_r5_remoteproc.c125 * @tsp: TI-SCI processor control handle
141 struct ti_sci_proc *tsp; member in struct:k3_r5_core
374 return ti_sci_proc_set_control(core->tsp,
380 return ti_sci_proc_set_control(core->tsp,
449 ret = ti_sci_proc_get_status(core->tsp, &boot_vec, &cfg, &ctrl, &stat);
559 ret = ti_sci_proc_set_config(core->tsp, boot_addr, 0, 0);
853 ret = ti_sci_proc_get_status(core->tsp, &boot_vec, &cfg, &ctrl,
931 ret = ti_sci_proc_set_config(temp->tsp, boot_vec,
939 ret = ti_sci_proc_set_config(core->tsp, boot_vec,
946 ret = ti_sci_proc_set_config(core->tsp, boot_ve
1486 struct ti_sci_proc *tsp; local
[all...]
H A Dti_sci_proc.h31 static inline int ti_sci_proc_request(struct ti_sci_proc *tsp) argument
35 ret = tsp->ops->request(tsp->sci, tsp->proc_id);
37 dev_err(tsp->dev, "ti-sci processor request failed: %d\n",
42 static inline int ti_sci_proc_release(struct ti_sci_proc *tsp) argument
46 ret = tsp->ops->release(tsp->sci, tsp->proc_id);
48 dev_err(tsp
53 ti_sci_proc_handover(struct ti_sci_proc *tsp) argument
64 ti_sci_proc_set_config(struct ti_sci_proc *tsp, u64 boot_vector, u32 cfg_set, u32 cfg_clr) argument
78 ti_sci_proc_set_control(struct ti_sci_proc *tsp, u32 ctrl_set, u32 ctrl_clr) argument
90 ti_sci_proc_get_status(struct ti_sci_proc *tsp, u64 *boot_vector, u32 *cfg_flags, u32 *ctrl_flags, u32 *status_flags) argument
[all...]
/linux-master/security/smack/
H A Dsmack_lsm.c154 struct task_smack *tsp = smack_cred(current_cred()); local
164 tsp->smk_task->smk_known, oskp->smk_known,
175 struct task_smack *tsp = smack_cred(current_cred()); local
186 tsp->smk_task->smk_known, smk_task->smk_known, acc,
197 struct task_smack *tsp = smack_cred(current_cred()); local
216 tsp->smk_task->smk_known, isp->smk_inode->smk_known, acc,
227 struct task_smack *tsp = smack_cred(current_cred()); local
228 struct smack_known *sskp = tsp->smk_task;
257 struct task_smack *tsp = smack_cred(cred); local
258 struct smack_known *sskp = tsp
340 init_task_smack(struct task_smack *tsp, struct smack_known *task, struct smack_known *forked) argument
435 struct task_smack *tsp; local
996 struct task_smack *tsp = smack_cred(current_cred()); local
1796 struct task_smack *tsp; local
1961 struct task_smack *tsp; local
2014 struct task_smack *tsp = smack_cred(file->f_cred); local
2054 struct task_smack *tsp = smack_cred(cred); local
2153 struct task_smack *tsp = smack_cred(new); local
3712 struct task_smack *tsp = smack_cred(current_cred()); local
4865 struct task_smack *tsp; local
4950 struct task_smack *tsp = smack_cred(current_cred()); local
4992 struct task_smack *tsp; local
5222 struct task_smack *tsp; local
[all...]
H A Dsmackfs.c2225 struct task_smack *tsp = smack_cred(current_cred()); local
2227 return smk_seq_start(s, pos, &tsp->smk_rules);
2232 struct task_smack *tsp = smack_cred(current_cred()); local
2234 return smk_seq_next(s, v, pos, &tsp->smk_rules);
2279 struct task_smack *tsp = smack_cred(current_cred()); local
2281 return smk_write_rules_list(file, buf, count, ppos, &tsp->smk_rules,
2282 &tsp->smk_rules_lock, SMK_FIXED24_FMT);
2434 struct task_smack *tsp = smack_cred(current_cred()); local
2436 return smk_seq_start(s, pos, &tsp->smk_rules);
2441 struct task_smack *tsp local
2487 struct task_smack *tsp = smack_cred(current_cred()); local
2705 struct task_smack *tsp = smack_cred(current_cred()); local
2712 struct task_smack *tsp = smack_cred(current_cred()); local
2788 struct task_smack *tsp; local
[all...]
H A Dsmack.h379 static inline struct smack_known *smk_of_task(const struct task_smack *tsp) argument
381 return tsp->smk_task;
403 static inline struct smack_known *smk_of_forked(const struct task_smack *tsp) argument
405 return tsp->smk_forked;
H A Dsmack_access.c208 * @tsp: a pointer to the subject's task
218 int smk_tskacc(struct task_smack *tsp, struct smack_known *obj_known, argument
221 struct smack_known *sbj_known = smk_of_task(tsp);
236 &tsp->smk_rules);
273 struct task_smack *tsp = smack_cred(current_cred()); local
275 return smk_tskacc(tsp, obj_known, mode, a);
652 struct task_smack *tsp = smack_cred(cred); local
653 struct smack_known *skp = tsp->smk_task;
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c286 struct timespec ts, *tsp = NULL; local
301 tsp = &ts;
320 args[i].timeout = tsp;
/linux-master/net/sctp/
H A Dsocket.c5364 struct sctp_transport *tsp; local
5372 tsp = sctp_transport_get_idx(net, &hti, *pos + 1);
5373 for (; !IS_ERR_OR_NULL(tsp); tsp = sctp_transport_get_next(net, &hti)) {
5374 ep = tsp->asoc->ep;
5376 ret = cb(ep, tsp, p);
5382 sctp_transport_put(tsp);
5387 if (cb_done && !cb_done(ep, tsp, p)) {
5390 sctp_transport_put(tsp);
5394 sctp_transport_put(tsp);
[all...]
H A Ddiag.c245 static int sctp_sock_dump_one(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) argument
247 struct sctp_association *assoc = tsp->asoc;
286 static int sctp_sock_dump(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) argument
297 if (ep != tsp->asoc->ep)
341 static int sctp_sock_filter(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) argument
348 if (!list_is_first(&tsp->asoc->asocs, &ep->asocs))
495 * 5 : to save the sk we get from travelsing the tsp list.
H A Dproc.c303 struct sctp_transport *transport, *tsp; local
314 list_for_each_entry_rcu(tsp, &assoc->peer.transport_addr_list,
319 tsp->af_specific->seq_dump_addr(seq, &tsp->ipaddr);
324 seq_printf(seq, "%d ", tsp->asoc->assoc_id);
330 seq_printf(seq, "%d ", timer_pending(&tsp->hb_timer));
335 seq_printf(seq, "%lu ", tsp->rto);
340 seq_printf(seq, "%d ", tsp->pathmaxrxt);
360 seq_printf(seq, "%d", tsp->state);
/linux-master/kernel/rcu/
H A Dtree_nocb.h1623 static char *show_rcu_should_be_on_cpu(struct task_struct *tsp) argument
1625 return tsp && task_is_running(tsp) && !tsp->on_cpu ? "!" : "";
1628 static char *show_rcu_should_be_on_cpu(struct task_struct *tsp) argument
H A Drcutorture.c3241 struct task_struct *tsp; local
3256 tsp = kthread_run(rcu_torture_read_exit_child,
3258 if (IS_ERR(tsp)) {
3264 kthread_stop(tsp);
/linux-master/fs/
H A Dselect.c733 fd_set __user *exp, void __user *tsp,
740 if (tsp) {
743 if (get_timespec64(&ts, tsp))
747 if (get_old_timespec32(&ts, tsp))
764 return poll_select_finish(&end_time, tsp, type, ret);
796 fd_set __user *, exp, struct __kernel_timespec __user *, tsp,
804 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC);
810 fd_set __user *, exp, struct old_timespec32 __user *, tsp,
818 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC);
1103 struct __kernel_timespec __user *, tsp, cons
732 do_pselect(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, void __user *tsp, const sigset_t __user *sigmask, size_t sigsetsize, enum poll_time_type type) argument
1314 do_compat_pselect(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, void __user *tsp, compat_sigset_t __user *sigmask, compat_size_t sigsetsize, enum poll_time_type type) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c880 struct timespec64 tsp; local
888 ktime_get_real_ts64(&tsp);
889 ns = timespec64_to_ns(&tsp);
/linux-master/include/linux/
H A Dcompat.h644 struct old_timespec32 __user *tsp,
649 struct __kernel_timespec __user *tsp,
653 struct old_timespec32 __user *tsp,
658 struct __kernel_timespec __user *tsp,
/linux-master/drivers/i2c/busses/
H A Di2c-qcom-cci.c105 u16 tsp; /* pulse width of spikes suppressed by the input filter */ member in struct:hw_params
288 val = hw->scl_stretch_en << 8 | hw->trdhld << 4 | hw->tsp;
713 .tsp = 1
725 .tsp = 3
747 .tsp = 1
759 .tsp = 3
781 .tsp = 3
793 .tsp = 3
805 .tsp = 3
/linux-master/samples/bpf/
H A Doffwaketime.bpf.c120 u64 delta, ts, *tsp; local
127 tsp = bpf_map_lookup_elem(&start, &pid);
128 if (!tsp)
132 delta = bpf_ktime_get_ns() - *tsp;
/linux-master/drivers/media/dvb-core/
H A Ddvb_demux.c73 static inline u8 payload(const u8 *tsp) argument
75 if (!(tsp[3] & 0x10)) // no payload?
78 if (tsp[3] & 0x20) { // adaptation field?
79 if (tsp[4] > 183) // corrupted data?
82 return 184 - 1 - tsp[4];
/linux-master/tools/bpf/runqslower/
H A Drunqslower.bpf.c72 u64 *tsp, delta_us; local
87 tsp = bpf_task_storage_get(&start, next, 0, 0);
88 if (!tsp)
91 delta_us = (bpf_ktime_get_ns() - *tsp) / 1000;

Completed in 377 milliseconds