Searched refs:tp (Results 176 - 200 of 575) sorted by relevance

1234567891011>>

/linux-master/net/mptcp/
H A Dfastopen.c14 struct tcp_sock *tp; local
24 tp = tcp_sk(ssk);
40 tp->copied_seq += skb->len;
/linux-master/fs/xfs/scrub/
H A Dsymlink_repair.c125 error = xfs_trans_read_buf(sc->mp, sc->tp, sc->mp->m_ddev_targp,
247 struct xfs_trans *tp,
256 xfs_symlink_local_to_remote(tp, bp, ip, ifp, NULL);
262 xfs_trans_log_buf(tp, bp, 0,
286 error = xfs_bmap_local_to_extents(sc->tp, sc->tempip, 1,
293 xfs_trans_log_inode(sc->tp, sc->ip, 0);
295 error = xfs_defer_finish(&sc->tp);
316 xfs_trans_log_inode(sc->tp, sc->ip,
377 return xfs_symlink_write_target(sc->tp, sc->tempip, sc->tempip->i_ino,
416 xfs_trans_ijoin(sc->tp, s
246 xrep_symlink_local_to_remote( struct xfs_trans *tp, struct xfs_buf *bp, struct xfs_inode *ip, struct xfs_ifork *ifp, void *priv) argument
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.h24 struct ieee80211_channel *chan, s8 *tp);
/linux-master/arch/loongarch/include/asm/
H A Dgpr-num.h14 .equ .L__gpr_num_$tp, 2
36 " .equ .L__gpr_num_$tp, 2\n" \
/linux-master/fs/xfs/
H A Dxfs_buf_mem.h25 void xmbuf_trans_bdetach(struct xfs_trans *tp, struct xfs_buf *bp);
H A Dxfs_exchrange.h32 void xfs_exchrange_ilock(struct xfs_trans *tp, struct xfs_inode *ip1,
H A Dxfs_refcount_item.c268 struct xfs_trans *tp,
290 struct xfs_trans *tp,
295 struct xfs_mount *mp = tp->t_mountp;
304 xfs_refcount_update_log_item(tp, cuip, ri);
311 struct xfs_trans *tp,
319 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD,
350 struct xfs_trans *tp,
361 error = xfs_refcount_finish_one(tp, ri, state);
449 struct xfs_trans *tp; local
485 XFS_TRANS_RESERVE, &tp);
267 xfs_refcount_update_log_item( struct xfs_trans *tp, struct xfs_cui_log_item *cuip, struct xfs_refcount_intent *ri) argument
289 xfs_refcount_update_create_intent( struct xfs_trans *tp, struct list_head *items, unsigned int count, bool sort) argument
310 xfs_refcount_update_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) argument
349 xfs_refcount_update_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) argument
506 xfs_refcount_relog_intent( struct xfs_trans *tp, struct xfs_log_item *intent, struct xfs_log_item *done_item) argument
[all...]
H A Dxfs_extfree_item.c353 struct xfs_trans *tp,
374 struct xfs_trans *tp,
379 struct xfs_mount *mp = tp->t_mountp;
388 xfs_extent_free_log_item(tp, efip, xefi);
395 struct xfs_trans *tp,
412 xfs_log_item_init(tp->t_mountp, &efdp->efd_item, XFS_LI_EFD,
444 struct xfs_trans *tp,
452 struct xfs_mount *mp = tp->t_mountp;
467 trace_xfs_bmap_free_deferred(tp->t_mountp, xefi->xefi_pag->pag_agno, 0,
477 error = __xfs_free_extent(tp, xef
352 xfs_extent_free_log_item( struct xfs_trans *tp, struct xfs_efi_log_item *efip, struct xfs_extent_free_item *xefi) argument
373 xfs_extent_free_create_intent( struct xfs_trans *tp, struct list_head *items, unsigned int count, bool sort) argument
394 xfs_extent_free_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) argument
443 xfs_extent_free_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) argument
524 xfs_agfl_free_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) argument
606 struct xfs_trans *tp; local
649 xfs_extent_free_relog_intent( struct xfs_trans *tp, struct xfs_log_item *intent, struct xfs_log_item *done_item) argument
[all...]
H A Dxfs_exchrange.c30 struct xfs_trans *tp,
39 if (tp) {
40 xfs_trans_ijoin(tp, ip1, 0);
42 xfs_trans_ijoin(tp, ip2, 0);
86 struct xfs_trans *tp,
98 if (!XFS_IS_QUOTA_ON(tp->t_mountp) || req->ip1 == req->ip2 ||
114 error = xfs_trans_reserve_quota_nblks(tp, req->ip1,
131 error = xfs_trans_reserve_quota_nblks(tp, req->ip2,
150 error = xfs_trans_reserve_quota_nblks(tp, req->ip1, req->ip1_bcount,
155 return xfs_trans_reserve_quota_nblks(tp, re
29 xfs_exchrange_ilock( struct xfs_trans *tp, struct xfs_inode *ip1, struct xfs_inode *ip2) argument
85 xfs_exchrange_reserve_quota( struct xfs_trans *tp, const struct xfs_exchmaps_req *req, unsigned int *qretry) argument
174 struct xfs_trans *tp; local
[all...]
H A Dxfs_extent_busy.h49 xfs_extent_busy_insert(struct xfs_trans *tp, struct xfs_perag *pag,
73 xfs_extent_busy_flush(struct xfs_trans *tp, struct xfs_perag *pag,
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c20 struct tcp_sock *tp; local
25 tp = bpf_skc_to_tcp_sock(sk);
26 if (!tp)
28 return tp->window_clamp;
/linux-master/fs/xfs/libxfs/
H A Dxfs_parent.h82 int xfs_parent_addname(struct xfs_trans *tp, struct xfs_parent_args *ppargs,
85 int xfs_parent_removename(struct xfs_trans *tp, struct xfs_parent_args *ppargs,
88 int xfs_parent_replacename(struct xfs_trans *tp,
100 int xfs_parent_lookup(struct xfs_trans *tp, struct xfs_inode *ip,
H A Dxfs_rmap.h118 int xfs_rmap_alloc(struct xfs_trans *tp, struct xfs_buf *agbp,
121 int xfs_rmap_free(struct xfs_trans *tp, struct xfs_buf *agbp,
173 void xfs_rmap_map_extent(struct xfs_trans *tp, struct xfs_inode *ip,
175 void xfs_rmap_unmap_extent(struct xfs_trans *tp, struct xfs_inode *ip,
177 void xfs_rmap_convert_extent(struct xfs_mount *mp, struct xfs_trans *tp,
180 void xfs_rmap_alloc_extent(struct xfs_trans *tp, xfs_agnumber_t agno,
182 void xfs_rmap_free_extent(struct xfs_trans *tp, xfs_agnumber_t agno,
185 void xfs_rmap_finish_one_cleanup(struct xfs_trans *tp,
187 int xfs_rmap_finish_one(struct xfs_trans *tp, struct xfs_rmap_intent *ri,
H A Dxfs_dir2.c234 xfs_trans_t *tp,
242 error = xfs_dir_ino_validate(tp->t_mountp, pdp->i_ino);
252 args->trans = tp;
321 struct xfs_trans *tp,
333 rval = xfs_dir_ino_validate(tp->t_mountp, inum);
352 args->trans = tp;
423 struct xfs_trans *tp,
445 args->trans = tp;
490 struct xfs_trans *tp,
515 args->trans = tp;
233 xfs_dir_init( xfs_trans_t *tp, xfs_inode_t *dp, xfs_inode_t *pdp) argument
320 xfs_dir_createname( struct xfs_trans *tp, struct xfs_inode *dp, const struct xfs_name *name, xfs_ino_t inum, xfs_extlen_t total) argument
422 xfs_dir_lookup( struct xfs_trans *tp, struct xfs_inode *dp, const struct xfs_name *name, xfs_ino_t *inum, struct xfs_name *ci_name) argument
489 xfs_dir_removename( struct xfs_trans *tp, struct xfs_inode *dp, const struct xfs_name *name, xfs_ino_t ino, xfs_extlen_t total) argument
546 xfs_dir_replace( struct xfs_trans *tp, struct xfs_inode *dp, const struct xfs_name *name, xfs_ino_t inum, xfs_extlen_t total) argument
586 xfs_dir_canenter( xfs_trans_t *tp, xfs_inode_t *dp, struct xfs_name *name) argument
662 struct xfs_trans *tp; local
[all...]
H A Dxfs_btree_mem.h69 int xfbtree_trans_commit(struct xfbtree *xfbt, struct xfs_trans *tp);
70 void xfbtree_trans_cancel(struct xfbtree *xfbt, struct xfs_trans *tp);
H A Dxfs_btree_staging.h24 void xfs_btree_commit_afakeroot(struct xfs_btree_cur *cur, struct xfs_trans *tp,
45 void xfs_btree_commit_ifakeroot(struct xfs_btree_cur *cur, struct xfs_trans *tp,
/linux-master/net/sctp/
H A Dtransport.c488 void sctp_transport_update_rto(struct sctp_transport *tp, __u32 rtt) argument
490 if (unlikely(!tp->rto_pending))
492 pr_debug("%s: rto_pending not set on transport %p!\n", __func__, tp);
494 if (tp->rttvar || tp->srtt) {
495 struct net *net = tp->asoc->base.net;
507 tp->rttvar = tp->rttvar - (tp->rttvar >> net->sctp.rto_beta)
508 + (((__u32)abs((__s64)tp
[all...]
H A Doutput.c76 struct sctp_transport *tp = packet->transport; local
77 struct sctp_association *asoc = tp->asoc;
89 packet->max_size = tp->pathmtu;
102 if (!sctp_transport_dst_check(tp)) {
103 sctp_transport_route(tp, NULL, sp);
106 } else if (!sctp_transport_pl_enabled(tp) &&
108 if (!sctp_transport_pmtu_check(tp))
128 if (!tp->dst)
133 if (__sk_dst_get(sk) != tp->dst) {
134 dst_hold(tp
439 struct sctp_transport *tp = packet->transport; local
571 struct sctp_transport *tp = packet->transport; local
[all...]
/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c1200 int tp; local
1202 tp = omen_thermal_profile_get();
1203 if (tp < 0)
1204 return tp;
1206 switch (tp) {
1251 int err, tp, tp_version; local
1262 tp = HP_OMEN_V0_THERMAL_PROFILE_PERFORMANCE;
1264 tp = HP_OMEN_V1_THERMAL_PROFILE_PERFORMANCE;
1268 tp = HP_OMEN_V0_THERMAL_PROFILE_DEFAULT;
1270 tp
1317 int tp; local
1346 int err, tp; local
1387 int tp; local
1413 int err, tp; local
1438 int err, tp; local
[all...]
/linux-master/net/sched/
H A Dcls_flower.c56 struct flow_dissector_key_ports tp; member in struct:fl_flow_key
226 if (ntohs(key->tp_range.tp.dst) < min_val ||
227 ntohs(key->tp_range.tp.dst) > max_val)
249 if (ntohs(key->tp_range.tp.src) < min_val ||
250 ntohs(key->tp_range.tp.src) > max_val)
315 const struct tcf_proto *tp,
318 struct cls_fl_head *head = rcu_dereference_bh(tp->root);
352 static int fl_init(struct tcf_proto *tp) argument
363 rcu_assign_pointer(tp->root, head);
411 static struct cls_fl_head *fl_head_dereference(struct tcf_proto *tp) argument
314 fl_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
438 fl_hw_destroy_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool rtnl_held, struct netlink_ext_ack *extack) argument
453 fl_hw_replace_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool rtnl_held, struct netlink_ext_ack *extack) argument
498 fl_hw_update_stats(struct tcf_proto *tp, struct cls_fl_filter *f, bool rtnl_held) argument
539 fl_get_exts(const struct tcf_proto *tp, u32 handle) argument
548 __fl_delete(struct tcf_proto *tp, struct cls_fl_filter *f, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
589 fl_destroy(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
610 fl_put(struct tcf_proto *tp, void *arg) argument
617 fl_get(struct tcf_proto *tp, u32 handle) argument
2305 fl_change(struct net *net, struct sk_buff *in_skb, struct tcf_proto *tp, unsigned long base, u32 handle, struct nlattr **tca, void **arg, u32 flags, struct netlink_ext_ack *extack) argument
2556 fl_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
2571 fl_walk(struct tcf_proto *tp, struct tcf_walker *arg, bool rtnl_held) argument
2602 fl_get_next_hw_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool add) argument
2626 fl_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
2688 fl_hw_add(struct tcf_proto *tp, void *type_data) argument
2700 fl_hw_del(struct tcf_proto *tp, void *type_data) argument
3601 fl_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
3659 fl_terse_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
3734 fl_delete_empty(struct tcf_proto *tp) argument
[all...]
/linux-master/drivers/scsi/
H A Dscsi_transport_spi.c276 struct spi_transport_attrs *tp; \
278 tp = (struct spi_transport_attrs *)&starget->starget_data; \
279 return snprintf(buf, 20, format_string, tp->field); \
291 struct spi_transport_attrs *tp; \
293 tp = (struct spi_transport_attrs *)&starget->starget_data; \
295 tp->field = val; \
307 struct spi_transport_attrs *tp; \
309 tp = (struct spi_transport_attrs *)&starget->starget_data; \
312 return snprintf(buf, 20, format_string, tp->field); \
343 struct spi_transport_attrs *tp \
487 struct spi_transport_attrs *tp = local
503 struct spi_transport_attrs *tp = local
531 struct spi_transport_attrs *tp = local
546 struct spi_transport_attrs *tp = local
1132 struct spi_transport_attrs *tp; local
[all...]
/linux-master/tools/perf/python/
H A Dtracepoint.py18 tp = tracepoint("sched", "sched_switch")
23 evlist.add(tp)
/linux-master/lib/crypto/mpi/
H A Dmpi-div.c167 mpi_ptr_t tp; local
174 tp = marker[markidx++] = mpi_alloc_limb_space(dsize);
175 mpihelp_lshift(tp, dp, dsize, normalization_steps);
176 dp = tp;
193 mpi_ptr_t tp; local
195 tp = marker[markidx++] = mpi_alloc_limb_space(dsize);
196 MPN_COPY(tp, dp, dsize);
197 dp = tp;
/linux-master/arch/loongarch/kernel/
H A Dentry.S57 cfi_st tp, PT_R2
70 li.d tp, ~_THREAD_MASK
71 and tp, tp, sp
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_trigger.sh8 rawtp tp \

Completed in 319 milliseconds

1234567891011>>