Home
last modified time | relevance | path

Searched defs:tp (Results 126 – 150 of 409) sorted by relevance

12345678910>>...17

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c341 struct xfs_trans *tp, in xfs_refcountbt_init_common()
365 struct xfs_trans *tp, in xfs_refcountbt_init_cursor()
399 struct xfs_trans *tp, in xfs_refcountbt_commit_staged_btree()
500 struct xfs_trans *tp, in xfs_refcountbt_calc_reserves()
H A Dxfs_ag_resv.c251 struct xfs_trans *tp) in xfs_ag_resv_init()
394 struct xfs_trans *tp, in xfs_ag_resv_free_extent()
H A Dxfs_rmap_btree.c504 struct xfs_trans *tp, in xfs_rmapbt_init_common()
524 struct xfs_trans *tp, in xfs_rmapbt_init_cursor()
558 struct xfs_trans *tp, in xfs_rmapbt_commit_staged_btree()
691 struct xfs_trans *tp, in xfs_rmapbt_calc_reserves()
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c115 struct tcp_sock *tp = tcp_sk(sk); in tcp_twsk_unique() local
212 struct tcp_sock *tp = tcp_sk(sk); in tcp_v4_connect() local
429 struct tcp_sock *tp = tcp_sk(sk); in tcp_ld_RTO_revert() local
485 struct tcp_sock *tp; in tcp_v4_err() local
1091 const struct tcp_sock *tp = tcp_sk(sk); in __tcp_md5_do_lookup() local
1179 struct tcp_sock *tp = tcp_sk(sk); in tcp_md5sig_info_add() local
1199 struct tcp_sock *tp = tcp_sk(sk); in __tcp_md5_do_add() local
1250 struct tcp_sock *tp = tcp_sk(sk); in tcp_md5_do_add() local
1275 struct tcp_sock *tp = tcp_sk(sk); in tcp_md5_key_copy() local
1315 struct tcp_sock *tp = tcp_sk(sk); in tcp_clear_md5_list() local
[all …]
H A Dtcp_htcp.c105 const struct tcp_sock *tp = tcp_sk(sk); in measure_achieved_throughput() local
224 const struct tcp_sock *tp = tcp_sk(sk); in htcp_recalc_ssthresh() local
233 struct tcp_sock *tp = tcp_sk(sk); in htcp_cong_avoid() local
H A Dtcp_veno.c121 struct tcp_sock *tp = tcp_sk(sk); in tcp_veno_cong_avoid() local
197 const struct tcp_sock *tp = tcp_sk(sk); in tcp_veno_ssthresh() local
H A Dtcp_bic.c142 struct tcp_sock *tp = tcp_sk(sk); in bictcp_cong_avoid() local
163 const struct tcp_sock *tp = tcp_sk(sk); in bictcp_recalc_ssthresh() local
/openbmc/linux/net/sched/
H A Dact_ipt.c98 struct tcf_proto *tp, u32 flags) in __tcf_ipt_init()
218 struct tcf_proto *tp, in tcf_ipt_init()
227 struct tcf_proto *tp, in tcf_xt_init()
H A Dact_simple.c62 struct tc_defact *p, struct tcf_proto *tp, in reset_policy()
90 struct tcf_proto *tp, u32 flags, in tcf_simp_init()
/openbmc/linux/drivers/platform/surface/
H A Dsurface_platform_profile.c112 enum ssam_tmp_profile tp; in ssam_platform_profile_get() local
133 int tp; in ssam_platform_profile_set() local
/openbmc/linux/kernel/trace/
H A Dtrace_probe_tmpl.h235 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size()
254 store_trace_args(void *data, struct trace_probe *tp, void *rec, in store_trace_args()
H A Dtrace_kprobe.c63 struct trace_probe tp; member
210 struct trace_probe *tp; in trace_kprobe_primary_from_call() local
331 static void __disable_trace_kprobe(struct trace_probe *tp) in __disable_trace_kprobe()
352 struct trace_probe *tp; in enable_trace_kprobe() local
402 struct trace_probe *tp; in disable_trace_kprobe() local
1430 struct trace_probe *tp; in print_kprobe_event() local
1460 struct trace_probe *tp; in print_kretprobe_event() local
1495 struct trace_probe *tp; in kprobe_event_define_fields() local
1510 struct trace_probe *tp; in kretprobe_event_define_fields() local
/openbmc/linux/fs/jfs/
H A Djfs_dmap.c2141 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbAllocBits() local
2288 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbFreeBits() local
2624 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl) in dbSplit()
2689 static int dbBackSplit(dmtree_t *tp, int leafno, bool is_ctl) in dbBackSplit()
2768 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl) in dbJoin()
2862 static void dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl) in dbAdjTree()
2942 static int dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl) in dbFindLeaf()
3244 struct dmaptree *tp = (struct dmaptree *) & dp->tree; in dbAllocDmapBU() local
3826 struct dmaptree *tp; in dbInitDmapTree() local
3874 s8 *tp, *cp, *cp1; in dbInitTree() local
/openbmc/linux/fs/xfs/
H A Dxfs_log_cil.c276 struct xfs_trans *tp) in xlog_cil_alloc_shadow_bufs()
451 struct xfs_trans *tp, in xlog_cil_insert_format_items()
552 struct xfs_trans *tp, in xlog_cil_insert_items()
1521 struct xfs_trans *tp) in xlog_cil_process_intents()
1561 struct xfs_trans *tp, in xlog_cil_commit()
H A Dxfs_pnfs.c86 struct xfs_trans *tp; in xfs_fs_map_update_inode() local
267 struct xfs_trans *tp; in xfs_fs_commit_blocks() local
H A Dxfs_qm_syscalls.c59 struct xfs_trans *tp; in xfs_qm_scall_trunc_qfile() local
281 struct xfs_trans *tp; in xfs_qm_scall_setqlim() local
H A Dxfs_symlink.c155 struct xfs_trans *tp = NULL; in xfs_symlink() local
385 xfs_trans_t *tp; in xfs_inactive_symlink_rmt() local
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c160 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_getres()
180 posix_cpu_clock_set(const clockid_t clock, const struct timespec64 *tp) in posix_cpu_clock_set()
358 static int posix_cpu_clock_get(const clockid_t clock, struct timespec64 *tp) in posix_cpu_clock_get()
1633 struct timespec64 *tp) in process_cpu_clock_getres()
1638 struct timespec64 *tp) in process_cpu_clock_get()
1653 struct timespec64 *tp) in thread_cpu_clock_getres()
1658 struct timespec64 *tp) in thread_cpu_clock_get()
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_settls1.c14 unsigned long tp, old_tp; in main() local
/openbmc/linux/net/sctp/
H A Doutput.c76 struct sctp_transport *tp = packet->transport; in sctp_packet_config() local
439 struct sctp_transport *tp = packet->transport; in sctp_packet_pack() local
571 struct sctp_transport *tp = packet->transport; in sctp_packet_transmit() local
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c3935 struct tcb *tp = &np->target[i]; in ncr_prepare_setting() local
4551 struct tcb *tp; in ncr_detach() local
4663 struct tcb *tp; in ncr_complete() local
5176 struct tcb *tp = &np->target[i]; in ncr_init() local
5358 struct tcb *tp; in ncr_setsync() local
5416 struct tcb *tp; in ncr_setwide() local
5460 struct tcb *tp = &np->target[tn]; in ncr_setup_tags() local
6973 struct tcb *tp = &np->target[tn]; in ncr_get_ccb() local
7183 struct tcb *tp = &np->target[tn]; in ncr_alloc_ccb() local
7232 struct tcb *tp = &np->target[tn]; in ncr_init_tcb() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c74 static int dump_tcp_sock(struct seq_file *seq, struct tcp_sock *tp, in dump_tcp_sock()
202 struct tcp_sock *tp; in dump_tcp4() local
H A Dtest_sock_fields.c126 struct bpf_tcp_sock *tp, *tp_ret; in egress_read_sock_fields() local
220 struct bpf_tcp_sock *tp; in ingress_read_sock_fields() local
/openbmc/linux/arch/sparc/kernel/
H A Dprocess_64.c191 static void __global_reg_self(struct thread_info *tp, struct pt_regs *regs, in __global_reg_self()
241 struct thread_info *tp = current_thread_info(); in arch_trigger_cpumask_backtrace() local
660 struct thread_info *tp; in __get_wchan() local
/openbmc/linux/samples/trace_events/
H A Dtrace_custom_sched.c39 static void fct(struct tracepoint *tp, void *priv) in fct()

12345678910>>...17