Searched refs:tp (Results 101 - 125 of 575) sorted by relevance

1234567891011>>

/linux-master/fs/xfs/
H A Dxfs_exchmaps_item.h61 void xfs_exchmaps_defer_add(struct xfs_trans *tp,
H A Dxfs_quota.h100 int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip,
105 int xfs_trans_reserve_quota_icreate(struct xfs_trans *tp,
129 void xfs_trans_mod_ino_dquot(struct xfs_trans *tp, struct xfs_inode *ip,
147 # define xfs_trans_mod_ino_dquot(tp, ip, dqp, field, delta) \
148 xfs_trans_mod_dquot((tp), (dqp), (field), (delta))
162 #define xfs_trans_dup_dqinfo(tp, tp2)
163 #define xfs_trans_free_dqinfo(tp)
164 static inline void xfs_trans_mod_dquot_byino(struct xfs_trans *tp, argument
168 #define xfs_trans_apply_dquot_deltas(tp)
169 #define xfs_trans_unreserve_and_mod_dquots(tp)
170 xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, bool force) argument
176 xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, struct xfs_mount *mp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t nblks, long nions, uint flags) argument
185 xfs_trans_reserve_quota_icreate(struct xfs_trans *tp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, int64_t dblocks) argument
[all...]
H A Dxfs_bmap_util.c105 struct xfs_trans *tp,
125 error = xfs_iread_extents(tp, ip, whichfork);
129 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
575 struct xfs_trans *tp; local
587 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
594 xfs_trans_ijoin(tp, ip, 0);
602 error = xfs_itruncate_extents_flags(&tp, ip, XFS_DATA_FORK,
607 error = xfs_trans_commit(tp);
619 xfs_trans_cancel(tp);
638 xfs_trans_t *tp; local
104 xfs_bmap_count_blocks( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_extnum_t *nextents, xfs_filblks_t *count) argument
762 struct xfs_trans *tp; local
953 struct xfs_trans *tp; local
1021 struct xfs_trans *tp; local
1211 struct xfs_trans *tp = *tpp; local
1330 xfs_swap_extent_forks( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_inode *tip, int *src_log_flags, int *target_log_flags) argument
1440 struct xfs_trans *tp = *tpp; local
1474 struct xfs_trans *tp; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_exchmaps.h110 void xfs_exchmaps_ensure_reflink(struct xfs_trans *tp,
112 void xfs_exchmaps_upgrade_extent_counts(struct xfs_trans *tp,
115 int xfs_exchmaps_finish_one(struct xfs_trans *tp,
121 void xfs_exchange_mappings(struct xfs_trans *tp,
H A Dxfs_ialloc.h43 int xfs_difree(struct xfs_trans *tp, struct xfs_perag *pag,
52 struct xfs_trans *tp, /* transaction pointer */
62 struct xfs_trans *tp, /* transaction pointer */
66 int xfs_read_agi(struct xfs_perag *pag, struct xfs_trans *tp, xfs_buf_flags_t flags,
68 int xfs_ialloc_read_agi(struct xfs_perag *pag, struct xfs_trans *tp,
88 int xfs_ialloc_inode_init(struct xfs_mount *mp, struct xfs_trans *tp,
113 int xfs_ialloc_check_shrink(struct xfs_perag *pag, struct xfs_trans *tp,
H A Dxfs_parent.c147 * the contents of @args. @tp is only required for updates.
152 struct xfs_trans *tp,
162 args->trans = tp;
175 struct xfs_trans *tp,
184 return xfs_iread_extents(tp, child, XFS_ATTR_FORK);
190 struct xfs_trans *tp,
198 error = xfs_parent_iread_extents(tp, child);
203 xfs_parent_da_args_init(&ppargs->args, tp, &ppargs->rec, child,
212 struct xfs_trans *tp,
220 error = xfs_parent_iread_extents(tp, chil
150 xfs_parent_da_args_init( struct xfs_da_args *args, struct xfs_trans *tp, struct xfs_parent_rec *rec, struct xfs_inode *child, xfs_ino_t owner, const struct xfs_name *parent_name) argument
174 xfs_parent_iread_extents( struct xfs_trans *tp, struct xfs_inode *child) argument
189 xfs_parent_addname( struct xfs_trans *tp, struct xfs_parent_args *ppargs, struct xfs_inode *dp, const struct xfs_name *parent_name, struct xfs_inode *child) argument
211 xfs_parent_removename( struct xfs_trans *tp, struct xfs_parent_args *ppargs, struct xfs_inode *dp, const struct xfs_name *parent_name, struct xfs_inode *child) argument
233 xfs_parent_replacename( struct xfs_trans *tp, struct xfs_parent_args *ppargs, struct xfs_inode *old_dp, const struct xfs_name *old_name, struct xfs_inode *new_dp, const struct xfs_name *new_name, struct xfs_inode *child) argument
305 xfs_parent_lookup( struct xfs_trans *tp, struct xfs_inode *ip, const struct xfs_name *parent_name, struct xfs_parent_rec *pptr, struct xfs_da_args *scratch) argument
[all...]
H A Dxfs_exchmaps.c85 struct xfs_trans *tp,
90 struct xfs_mount *mp = tp->t_mountp;
105 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
162 struct xfs_trans *tp,
183 xfs_trans_mod_dquot_byino(tp, xmi->xmi_ip1, qflag, ip1_delta);
184 xfs_trans_mod_dquot_byino(tp, xmi->xmi_ip2, qflag, ip2_delta);
187 # define xfs_exchmaps_update_quota(tp, xmi, irec1, irec2) ((void)0)
382 struct xfs_trans *tp,
389 xfs_exchmaps_update_quota(tp, xmi, irec1, irec2);
392 xfs_bmap_unmap_extent(tp, xm
84 xfs_exchmaps_update_size( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_bmbt_irec *imap, xfs_fsize_t new_isize) argument
161 xfs_exchmaps_update_quota( struct xfs_trans *tp, struct xfs_exchmaps_intent *xmi, struct xfs_bmbt_irec *irec1, struct xfs_bmbt_irec *irec2) argument
381 xfs_exchmaps_one_step( struct xfs_trans *tp, struct xfs_exchmaps_intent *xmi, struct xfs_bmbt_irec *irec1, struct xfs_bmbt_irec *irec2) argument
423 xfs_exchmaps_attr_to_sf( struct xfs_trans *tp, struct xfs_exchmaps_intent *xmi) argument
455 xfs_exchmaps_dir_to_sf( struct xfs_trans *tp, struct xfs_exchmaps_intent *xmi) argument
487 xfs_exchmaps_link_to_sf( struct xfs_trans *tp, struct xfs_exchmaps_intent *xmi) argument
530 xfs_exchmaps_clear_reflink( struct xfs_trans *tp, struct xfs_inode *ip) argument
542 xfs_exchmaps_do_postop_work( struct xfs_trans *tp, struct xfs_exchmaps_intent *xmi) argument
575 xfs_exchmaps_finish_one( struct xfs_trans *tp, struct xfs_exchmaps_intent *xmi) argument
1142 xfs_exchmaps_set_reflink( struct xfs_trans *tp, struct xfs_inode *ip) argument
1158 xfs_exchmaps_ensure_reflink( struct xfs_trans *tp, const struct xfs_exchmaps_intent *xmi) argument
1178 xfs_exchmaps_ensure_large_extent_counts( struct xfs_trans *tp, struct xfs_inode *ip) argument
1191 xfs_exchmaps_upgrade_extent_counts( struct xfs_trans *tp, const struct xfs_exchmaps_intent *xmi) argument
1213 xfs_exchange_mappings( struct xfs_trans *tp, const struct xfs_exchmaps_req *req) argument
[all...]
H A Dxfs_alloc.h35 struct xfs_trans *tp; /* transaction pointer */ member in struct:xfs_alloc_arg
78 int xfs_alloc_get_freelist(struct xfs_perag *pag, struct xfs_trans *tp,
80 int xfs_alloc_put_freelist(struct xfs_perag *pag, struct xfs_trans *tp,
96 struct xfs_trans *tp, /* transaction pointer */
144 struct xfs_trans *tp, /* transaction pointer */
154 struct xfs_trans *tp,
161 return __xfs_free_extent(tp, pag, agbno, len, oinfo, type, false);
191 int xfs_read_agf(struct xfs_perag *pag, struct xfs_trans *tp, int flags,
193 int xfs_alloc_read_agf(struct xfs_perag *pag, struct xfs_trans *tp, int flags,
195 int xfs_alloc_read_agfl(struct xfs_perag *pag, struct xfs_trans *tp,
153 xfs_free_extent( struct xfs_trans *tp, struct xfs_perag *pag, xfs_agblock_t agbno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type) argument
[all...]
H A Dxfs_symlink_remote.c169 struct xfs_trans *tp,
178 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_SYMLINK_BUF);
183 xfs_trans_log_buf(tp, bp, 0, ifp->if_bytes - 1);
199 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsymlink_hdr) +
312 struct xfs_trans *tp,
321 struct xfs_mount *mp = tp->t_mountp;
339 xfs_trans_log_inode(tp, ip, XFS_ILOG_DDATA | XFS_ILOG_CORE);
344 error = xfs_bmapi_write(tp, ip, 0, fs_blocks, XFS_BMAPI_METADATA,
350 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
359 error = xfs_trans_get_buf(tp, m
168 xfs_symlink_local_to_remote( struct xfs_trans *tp, struct xfs_buf *bp, struct xfs_inode *ip, struct xfs_ifork *ifp, void *priv) argument
311 xfs_symlink_write_target( struct xfs_trans *tp, struct xfs_inode *ip, xfs_ino_t owner, const char *target_path, int pathlen, xfs_fsblock_t fs_blocks, uint resblks) argument
387 xfs_symlink_remote_truncate( struct xfs_trans *tp, struct xfs_inode *ip) argument
[all...]
H A Dxfs_refcount.h74 void xfs_refcount_increase_extent(struct xfs_trans *tp,
76 void xfs_refcount_decrease_extent(struct xfs_trans *tp,
79 extern void xfs_refcount_finish_one_cleanup(struct xfs_trans *tp,
81 extern int xfs_refcount_finish_one(struct xfs_trans *tp,
88 void xfs_refcount_alloc_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb,
90 void xfs_refcount_free_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb,
H A Dxfs_ag_resv.c239 struct xfs_trans *tp)
251 error = xfs_refcountbt_calc_reserves(mp, tp, pag, &ask, &used);
255 error = xfs_finobt_calc_reserves(pag, tp, &ask, &used);
273 error = xfs_refcountbt_calc_reserves(mp, tp, pag, &ask,
291 error = xfs_rmapbt_calc_reserves(mp, tp, pag, &ask, &used);
313 error2 = xfs_alloc_read_agf(pag, tp, 0, NULL);
361 xfs_trans_mod_sb(args->tp, field, -(int64_t)args->len);
370 xfs_trans_mod_sb(args->tp, XFS_TRANS_SB_RES_FDBLOCKS, -(int64_t)len);
373 xfs_trans_mod_sb(args->tp, XFS_TRANS_SB_FDBLOCKS,
382 struct xfs_trans *tp,
237 xfs_ag_resv_init( struct xfs_perag *pag, struct xfs_trans *tp) argument
379 xfs_ag_resv_free_extent( struct xfs_perag *pag, enum xfs_ag_resv_type type, struct xfs_trans *tp, xfs_extlen_t len) argument
[all...]
/linux-master/kernel/trace/
H A Dtrace_eprobe.c36 struct trace_probe tp; member in struct:trace_eprobe
46 list_for_each_entry(ep, trace_probe_probe_list(_tp), tp.list)
54 trace_probe_cleanup(&ep->tp);
78 seq_printf(m, "e:%s/%s", trace_probe_group_name(&ep->tp),
79 trace_probe_name(&ep->tp));
82 for (i = 0; i < ep->tp.nr_args; i++)
83 seq_printf(m, " %s=%s", ep->tp.args[i].name, ep->tp.args[i].comm);
92 if (trace_probe_has_sibling(&ep->tp))
96 if (trace_probe_is_enabled(&ep->tp))
237 struct trace_probe *tp; local
262 struct trace_probe *tp; local
355 get_eprobe_size(struct trace_probe *tp, void *rec) argument
647 struct trace_probe *tp; local
704 struct trace_probe *tp; local
[all...]
/linux-master/net/ipv4/
H A Dtcp_bbr.c108 u32 lt_last_delivered; /* LT intvl start: tp->delivered */
109 u32 lt_last_stamp; /* LT intvl start: tp->delivered_mstamp */
110 u32 lt_last_lost; /* LT intvl start: tp->lost */
268 struct tcp_sock *tp = tcp_sk(sk); local
273 if (tp->srtt_us) { /* any RTT sample yet? */
274 rtt_us = max(tp->srtt_us >> 3, 1U);
279 bw = (u64)tcp_snd_cwnd(tp) * BW_UNIT;
288 struct tcp_sock *tp = tcp_sk(sk); local
292 if (unlikely(!bbr->has_seen_rtt && tp->srtt_us))
306 struct tcp_sock *tp local
323 struct tcp_sock *tp = tcp_sk(sk); local
334 struct tcp_sock *tp = tcp_sk(sk); local
439 struct tcp_sock *tp = tcp_sk(sk); local
483 struct tcp_sock *tp = tcp_sk(sk); local
522 struct tcp_sock *tp = tcp_sk(sk); local
557 struct tcp_sock *tp = tcp_sk(sk); local
593 struct tcp_sock *tp = tcp_sk(sk); local
637 struct tcp_sock *tp = tcp_sk(sk); local
690 struct tcp_sock *tp = tcp_sk(sk); local
763 struct tcp_sock *tp = tcp_sk(sk); local
822 struct tcp_sock *tp = tcp_sk(sk); local
910 struct tcp_sock *tp = tcp_sk(sk); local
943 struct tcp_sock *tp = tcp_sk(sk); local
1041 struct tcp_sock *tp = tcp_sk(sk); local
1112 struct tcp_sock *tp = tcp_sk(sk); local
[all...]
H A Dtcp_cubic.c120 struct tcp_sock *tp = tcp_sk(sk); local
124 ca->end_seq = tp->snd_nxt;
326 struct tcp_sock *tp = tcp_sk(sk); local
332 if (tcp_in_slow_start(tp)) {
333 acked = tcp_slow_start(tp, acked);
337 bictcp_update(ca, tcp_snd_cwnd(tp), acked);
338 tcp_cong_avoid_ai(tp, ca->cnt, acked);
343 const struct tcp_sock *tp = tcp_sk(sk); local
349 if (tcp_snd_cwnd(tp) < ca->last_max_cwnd && fast_convergence)
350 ca->last_max_cwnd = (tcp_snd_cwnd(tp) * (BICTCP_BETA_SCAL
388 struct tcp_sock *tp = tcp_sk(sk); local
450 const struct tcp_sock *tp = tcp_sk(sk); local
[all...]
/linux-master/include/linux/
H A Dtorture.h93 void torture_shuffle_task_register(struct task_struct *tp);
113 char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp));
114 void _torture_stop_kthread(char *m, struct task_struct **tp);
116 #define torture_create_kthread(n, arg, tp) \
118 "Failed to create " #n, &(tp), NULL)
119 #define torture_create_kthread_cb(n, arg, tp, cbf) \
121 "Failed to create " #n, &(tp), cbf)
122 #define torture_stop_kthread(n, tp) \
123 _torture_stop_kthread("Stopping " #n " task", &(tp))
[all...]
/linux-master/kernel/
H A Dtracepoint.c308 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs) argument
310 void *func = tp->iterator;
313 if (!tp->static_call_key)
317 __static_call_update(tp->static_call_key, tp->static_call_tramp, func);
323 static int tracepoint_add_func(struct tracepoint *tp, argument
330 if (tp->regfunc && !static_key_enabled(&tp->key)) {
331 ret = tp->regfunc();
336 tp_funcs = rcu_dereference_protected(tp
396 tracepoint_remove_func(struct tracepoint *tp, struct tracepoint_func *func) argument
472 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data, int prio) argument
501 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data, int prio) argument
529 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) argument
543 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) argument
557 for_each_tracepoint_range( tracepoint_ptr_t *begin, tracepoint_ptr_t *end, void (*fct)(struct tracepoint *tp, void *priv), void *priv) argument
635 tp_module_going_check_quiescent(struct tracepoint *tp, void *priv) argument
745 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), void *priv) argument
[all...]
/linux-master/include/net/
H A Dtcp.h234 /* Flags in tp->nonagle */
398 void tcp_clear_retrans(struct tcp_sock *tp);
644 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb);
703 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) argument
714 if (tp->max_window > TCP_MSS_DEFAULT)
715 cutoff = (tp->max_window >> 1);
717 cutoff = tp->max_window;
720 return max_t(int, cutoff, 68U - tp->tcp_header_len);
747 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) argument
749 return usecs_to_jiffies((tp
752 __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) argument
763 tcp_fast_path_on(struct tcp_sock *tp) argument
770 struct tcp_sock *tp = tcp_sk(sk); local
803 tcp_min_rtt(const struct tcp_sock *tp) argument
812 tcp_receive_window(const struct tcp_sock *tp) argument
867 tcp_time_stamp_ms(const struct tcp_sock *tp) argument
872 tcp_time_stamp_ts(const struct tcp_sock *tp) argument
1266 tcp_is_sack(const struct tcp_sock *tp) argument
1271 tcp_is_reno(const struct tcp_sock *tp) argument
1276 tcp_left_out(const struct tcp_sock *tp) argument
1295 tcp_packets_in_flight(const struct tcp_sock *tp) argument
1302 tcp_snd_cwnd(const struct tcp_sock *tp) argument
1307 tcp_snd_cwnd_set(struct tcp_sock *tp, u32 val) argument
1313 tcp_in_slow_start(const struct tcp_sock *tp) argument
1318 tcp_in_initial_slowstart(const struct tcp_sock *tp) argument
1335 const struct tcp_sock *tp = tcp_sk(sk); local
1354 tcp_max_tso_deferred_mss(const struct tcp_sock *tp) argument
1360 tcp_wnd_end(const struct tcp_sock *tp) argument
1380 const struct tcp_sock *tp = tcp_sk(sk); local
1451 tcp_init_wl(struct tcp_sock *tp, u32 seq) argument
1456 tcp_update_wl(struct tcp_sock *tp, u32 seq) argument
1496 struct tcp_sock *tp = tcp_sk(sk); local
1565 struct tcp_sock *tp = tcp_sk(sk); local
1602 const struct tcp_sock *tp = tcp_sk(sk); local
1619 keepalive_intvl_when(const struct tcp_sock *tp) argument
1632 keepalive_time_when(const struct tcp_sock *tp) argument
1643 keepalive_probes(const struct tcp_sock *tp) argument
1656 keepalive_time_elapsed(const struct tcp_sock *tp) argument
1731 tcp_clear_retrans_hints_partial(struct tcp_sock *tp) argument
1736 tcp_clear_all_retrans_hints(struct tcp_sock *tp) argument
2044 const struct tcp_sock *tp = tcp_sk(sk); local
2100 struct tcp_sock *tp = tcp_sk(sk); local
2110 tcp_highest_sack_seq(struct tcp_sock *tp) argument
2160 tcp_stream_is_thin(struct tcp_sock *tp) argument
2210 tcp_notsent_lowat(const struct tcp_sock *tp) argument
2341 const struct tcp_sock *tp = tcp_sk(sk); local
2482 struct tcp_sock *tp = tcp_sk(sk); local
2506 tcp_segs_in(struct tcp_sock *tp, const struct sk_buff *skb) argument
2727 tcp_add_tx_delay(struct sk_buff *skb, const struct tcp_sock *tp) argument
[all...]
/linux-master/fs/xfs/scrub/
H A Dorphanage.c54 struct xfs_trans *tp; local
66 error = xfs_trans_alloc_ichange(dp, udqp, gdqp, pdqp, true, &tp);
84 oldu = xfs_qm_vop_chown(tp, dp, &dp->i_udquot, udqp);
89 oldg = xfs_qm_vop_chown(tp, dp, &dp->i_gdquot, gdqp);
94 oldp = xfs_qm_vop_chown(tp, dp, &dp->i_pdquot, pdqp);
99 xfs_trans_log_inode(tp, dp, XFS_ILOG_CORE);
104 xfs_trans_set_sync(tp);
105 error = xfs_trans_commit(tp);
138 ASSERT(sc->tp == NULL);
320 ASSERT(sc->tp
[all...]
H A Drtbitmap_repair.c105 error = xfs_bmapi_write(sc->tp, sc->ip, map.br_startoff,
130 struct xfs_trans *tp = sc->tp; local
134 xfs_trans_mod_sb(sc->tp, XFS_TRANS_SB_REXTENTS,
138 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RBMBLOCKS,
142 xfs_trans_mod_sb(tp, XFS_TRANS_SB_REXTSLOG,
152 xfs_trans_log_inode(sc->tp, sc->ip, XFS_ILOG_CORE);
179 error = xfs_trans_reserve_more(sc->tp, blocks, 0);
191 xfs_trans_ijoin(sc->tp, sc->ip, 0);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp6.c74 static int dump_tcp6_sock(struct seq_file *seq, struct tcp6_sock *tp, argument
88 icsk = &tp->tcp.inet_conn;
118 rx_queue = tp->tcp.rcv_nxt - tp->tcp.copied_seq;
131 tp->tcp.write_seq - tp->tcp.snd_una, rx_queue,
139 tp,
143 tp->tcp.snd_cwnd,
145 : (tcp_in_initial_slowstart(&tp->tcp) ? -1
146 : tp
218 struct tcp6_sock *tp; local
[all...]
H A Dbpf_iter_tcp4.c74 static int dump_tcp_sock(struct seq_file *seq, struct tcp_sock *tp, argument
88 icsk = &tp->inet_conn;
118 rx_queue = tp->rcv_nxt - tp->copied_seq;
127 tp->write_seq - tp->snd_una, rx_queue,
135 tp,
139 tp->snd_cwnd,
141 : (tcp_in_initial_slowstart(tp) ? -1 : tp
202 struct tcp_sock *tp; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h91 #define SND_WSCALE(tp) ((tp)->rx_opt.snd_wscale)
92 #define RCV_WSCALE(tp) ((tp)->rx_opt.rcv_wscale)
93 #define USER_MSS(tp) ((tp)->rx_opt.user_mss)
94 #define TS_RECENT_STAMP(tp) ((tp)->rx_opt.ts_recent_stamp)
95 #define WSCALE_OK(tp) ((tp)
[all...]
/linux-master/net/sched/
H A Dcls_u32.c105 const struct tcf_proto *tp,
113 struct tc_u_hnode *ht = rcu_dereference_bh(tp->root);
288 static void *u32_get(struct tcf_proto *tp, u32 handle) argument
291 struct tc_u_common *tp_c = tp->data;
294 ht = rtnl_dereference(tp->root);
321 static void *tc_u_common_ptr(const struct tcf_proto *tp) argument
323 struct tcf_block *block = tp->chain->block;
352 static int u32_init(struct tcf_proto *tp) argument
355 void *key = tc_u_common_ptr(tp);
364 root_ht->prio = tp
104 u32_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
452 u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) argument
479 u32_clear_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, struct netlink_ext_ack *extack) argument
494 u32_replace_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, u32 flags, struct netlink_ext_ack *extack) argument
523 u32_remove_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, struct netlink_ext_ack *extack) argument
537 u32_replace_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, u32 flags, struct netlink_ext_ack *extack) argument
576 u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, struct netlink_ext_ack *extack) argument
599 u32_destroy_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, struct netlink_ext_ack *extack) argument
625 u32_destroy(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
659 u32_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
715 u32_unbind_filter(struct tcf_proto *tp, struct tc_u_knode *n, struct nlattr **tb) argument
722 u32_bind_filter(struct tcf_proto *tp, struct tc_u_knode *n, unsigned long base, struct nlattr **tb) argument
731 u32_set_parms(struct net *net, struct tcf_proto *tp, struct tc_u_knode *n, struct nlattr **tb, struct nlattr *est, u32 flags, u32 fl_flags, struct netlink_ext_ack *extack) argument
785 u32_replace_knode(struct tcf_proto *tp, struct tc_u_common *tp_c, struct tc_u_knode *n) argument
812 u32_init_knode(struct net *net, struct tcf_proto *tp, struct tc_u_knode *n) argument
860 u32_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
1189 u32_walk(struct tcf_proto *tp, struct tcf_walker *arg, bool rtnl_held) argument
1220 u32_reoffload_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
1240 u32_reoffload_knode(struct tcf_proto *tp, struct tc_u_knode *n, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
1274 u32_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
1329 u32_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c70 struct sym_tcb *tp = &np->target[target]; local
71 dev_info(&tp->starget->dev, "%s: ", label);
902 struct sym_tcb *tp = &np->target[i]; local
904 tp->usrflags |= (SYM_DISC_ENABLED | SYM_TAGS_ENABLED);
905 tp->usrtags = SYM_SETUP_MAX_TAG;
906 tp->usr_width = np->maxwide;
907 tp->usr_period = 9;
909 sym_nvram_setup_target(tp, i, nvram);
911 if (!tp->usrtags)
912 tp
1408 struct sym_tcb *tp = &np->target[cp->target]; local
1645 struct sym_tcb *tp = &np->target[cp->target]; local
1877 struct sym_tcb *tp = &np->target[i]; local
1936 struct sym_tcb *tp = &np->target[target]; local
2035 sym_announce_transfer_rate(struct sym_tcb *tp) argument
2064 struct sym_tcb *tp = &np->target[target]; local
2094 struct sym_tcb *tp = &np->target[target]; local
2127 struct sym_tcb *tp = &np->target[target]; local
3273 struct sym_tcb *tp = NULL; /* gcc isn't quite smart enough yet */ local
3745 sym_modify_dp(struct sym_hcb *np, struct sym_tcb *tp, struct sym_ccb *cp, int ofs) argument
4023 sym_sync_nego(struct sym_hcb *np, struct sym_tcb *tp, struct sym_ccb *cp) argument
4062 struct sym_tcb *tp = &np->target[target]; local
4160 sym_ppr_nego(struct sym_hcb *np, struct sym_tcb *tp, struct sym_ccb *cp) argument
4260 sym_wide_nego(struct sym_hcb *np, struct sym_tcb *tp, struct sym_ccb *cp) argument
4324 sym_nego_default(struct sym_hcb *np, struct sym_tcb *tp, struct sym_ccb *cp) argument
4355 sym_nego_rejected(struct sym_hcb *np, struct sym_tcb *tp, struct sym_ccb *cp) argument
4377 struct sym_tcb *tp = &np->target[target]; local
4648 struct sym_tcb *tp = &np->target[tn]; local
4773 struct sym_tcb *tp = &np->target[cp->target]; local
4969 struct sym_tcb *tp = &np->target[tn]; local
5050 struct sym_tcb *tp = &np->target[tn]; local
5096 struct sym_tcb *tp = &np->target[tn]; local
5133 struct sym_tcb *tp; local
5273 struct sym_tcb *tp; local
5355 struct sym_tcb *tp; local
5488 struct sym_tcb *tp; local
5804 struct sym_tcb *tp; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c83 static void print_tp(const struct bpf_tcp_sock *tp, const char *prefix) argument
92 tp->snd_cwnd, tp->srtt_us, tp->rtt_min, tp->snd_ssthresh,
93 tp->rcv_nxt, tp->snd_nxt, tp->snd_una, tp->mss_cache,
94 tp
[all...]

Completed in 191 milliseconds

1234567891011>>