Searched refs:tp (Results 201 - 225 of 552) sorted by relevance

1234567891011>>

/linux-master/net/ipv4/
H A Dfib_trie.c203 static inline void node_set_parent(struct key_vector *n, struct key_vector *tp) argument
206 rcu_assign_pointer(tn_info(n)->parent, tp);
235 * Consider a node 'n' and its parent 'tp'.
264 * tp->pos = 22
265 * tp->bits = 3
269 * First, let's just ignore the bits that come before the parent tp, that is
270 * the bits from (tp->pos + tp->bits) to 31. They are *known* but at this
273 * The bits from (tp->pos) to (tp
469 put_child_root(struct key_vector *tp, t_key key, struct key_vector *n) argument
512 struct key_vector *tp = node_parent(oldtnode); local
691 struct key_vector *n, *tp; local
804 should_inflate(struct key_vector *tp, struct key_vector *tn) argument
819 should_halve(struct key_vector *tp, struct key_vector *tn) argument
853 struct key_vector *tp = node_parent(tn); local
936 fib_find_node(struct trie *t, struct key_vector **tp, u32 key) argument
1020 struct key_vector *l, *tp; local
1110 fib_insert_node(struct trie *t, struct key_vector *tp, struct fib_alias *new, t_key key) argument
1160 fib_insert_alias(struct trie *t, struct key_vector *tp, struct key_vector *l, struct fib_alias *new, struct fib_alias *fa, t_key key) argument
1221 struct key_vector *l, *tp; local
1651 fib_remove_alias(struct trie *t, struct key_vector *tp, struct key_vector *l, struct fib_alias *old) argument
1718 struct key_vector *l, *tp; local
1903 struct key_vector *l, *tp = ot->kv; local
2216 struct key_vector *l, *tp = t->kv; local
2360 struct key_vector *l, *tp = t->kv; local
2859 struct key_vector *l, **tp = &iter->tnode; local
[all...]
/linux-master/drivers/scsi/
H A Dncr53c8xx.c1922 static void ncr_negotiate (struct ncb* np, struct tcb* tp);
3935 struct tcb *tp = &np->target[i]; local
3937 tp->usrsync = driver_setup.default_sync;
3938 tp->usrwide = driver_setup.max_wide;
3939 tp->usrtags = MAX_TAGS;
3940 tp->period = 0xffff;
4025 struct tcb *tp = &np->target[cp->target]; local
4028 struct scsi_target *starget = tp->starget;
4031 if (!tp->widedone) {
4035 tp
4085 struct tcb *tp = &np->target[sdev->id]; local
4551 struct tcb *tp; local
4663 struct tcb *tp; local
4944 struct tcb *tp = &np->target[cp->target]; local
5176 struct tcb *tp = &np->target[i]; local
5218 ncr_negotiate(struct ncb* np, struct tcb* tp) argument
5327 struct tcb *tp = &np->target[target]; local
5358 struct tcb *tp; local
5416 struct tcb *tp; local
5460 struct tcb *tp = &np->target[tn]; local
6369 struct tcb *tp = &np->target[cmd->device->id]; local
6525 struct tcb *tp = &np->target[target]; local
6973 struct tcb *tp = &np->target[tn]; local
7082 struct tcb *tp = &np->target[cp->target]; local
7183 struct tcb *tp = &np->target[tn]; local
7232 struct tcb *tp = &np->target[tn]; local
7319 struct tcb *tp = &np->target[tn]; local
7410 struct tcb *tp = &np->target[tn]; local
7793 struct tcb *tp = &np->target[device->id]; local
7803 struct tcb *tp = &np->target[device->id]; local
8326 struct tcb *tp = &np->target[starget->id]; local
8342 struct tcb *tp = &np->target[starget->id]; local
8358 struct tcb *tp = &np->target[starget->id]; local
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_event.c335 struct mwifiex_tx_pause_tlv *tp; local
338 tp = (void *)tlv;
341 tp->peermac, tp->tx_pause,
342 tp->pkt_cnt);
344 if (ether_addr_equal(tp->peermac, priv->netdev->dev_addr)) {
345 if (tp->tx_pause)
349 } else if (is_multicast_ether_addr(tp->peermac)) {
350 mwifiex_update_ralist_tx_pause(priv, tp->peermac, tp
368 struct mwifiex_tx_pause_tlv *tp; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_probe_tmpl.h235 __get_data_size(struct trace_probe *tp, struct pt_regs *regs, void *edata) argument
240 for (i = 0; i < tp->nr_args; i++) {
241 arg = tp->args + i;
254 store_trace_args(void *data, struct trace_probe *tp, void *rec, void *edata, argument
259 void *dyndata = data + tp->size;
263 for (i = 0; i < tp->nr_args; i++) {
264 arg = tp->args + i;
/linux-master/Documentation/arch/arm/samsung/
H A Dclksrc-change-registers.awk24 r = split(l, tp)
26 p[0] = tp[2]
27 p[1] = remove_brackets(tp[3])
/linux-master/lib/crypto/mpi/
H A Dmpih-mul.c368 if (!ctx->tp || ctx->tp_size < vsize) {
369 if (ctx->tp)
370 mpi_free_limb_space(ctx->tp);
371 ctx->tp = mpi_alloc_limb_space(2 * vsize);
372 if (!ctx->tp) {
382 MPN_MUL_N_RECURSE(ctx->tp, up, vp, vsize, ctx->tspace);
383 cy = mpihelp_add_n(prodp, prodp, ctx->tp, vsize);
384 mpihelp_add_1(prodp + vsize, ctx->tp + vsize, vsize,
422 if (ctx->tp)
423 mpi_free_limb_space(ctx->tp);
[all...]
/linux-master/fs/xfs/scrub/
H A Dnlinks_repair.c58 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, &sc->tp);
63 xfs_trans_ijoin(sc->tp, ip, 0);
132 xfs_trans_log_inode(sc->tp, ip, XFS_ILOG_CORE);
H A Dagheader_repair.c49 error = xfs_sb_get_secondary(mp, sc->tp, agno, &bp);
74 xfs_trans_buf_set_type(sc->tp, bp, XFS_BLFT_SB_BUF);
75 xfs_trans_log_buf(sc->tp, bp, 0, BBTOB(bp->b_length) - 1);
258 cur = xfs_bnobt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag);
271 cur = xfs_cntbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag);
279 cur = xfs_rmapbt_init_cursor(mp, sc->tp, agf_bp, sc->sa.pag);
291 cur = xfs_refcountbt_init_cursor(mp, sc->tp, agf_bp,
319 xfs_trans_buf_set_type(sc->tp, agf_bp, XFS_BLFT_AGF_BUF);
320 xfs_trans_log_buf(sc->tp, agf_bp, 0, BBTOB(agf_bp->b_length) - 1);
381 error = xfs_trans_read_buf(mp, sc->tp, m
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.c170 u32 tp = le32_to_cpu(hcmd->time_point); local
178 if (tp == IWL_FW_INI_TIME_POINT_INVALID ||
179 tp >= IWL_FW_INI_TIME_POINT_NUM ||
180 tp == IWL_FW_INI_TIME_POINT_EARLY) {
183 tp);
187 if (!iwl_dbg_tlv_add(tlv, &trans->dbg.time_point[tp].hcmd_list))
260 u32 tp = le32_to_cpu(trig->time_point); local
267 if (tp <= IWL_FW_INI_TIME_POINT_INVALID ||
268 tp >= IWL_FW_INI_TIME_POINT_NUM) {
271 tp);
297 u32 tp = le32_to_cpu(conf_set->time_point); local
446 struct iwl_dbg_tlv_time_point_data *tp = local
536 struct iwl_dbg_tlv_time_point_data *tp = local
1169 iwl_dbg_tlv_gen_active_trig_list(struct iwl_fw_runtime *fwrt, struct iwl_dbg_tlv_time_point_data *tp) argument
1227 u32 tp = le32_to_cpu(dump_data.trig->time_point); local
1300 struct iwl_dbg_tlv_time_point_data *tp = local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.c778 struct xfs_trans *tp,
786 mp, tp, mp->m_ddev_targp,
800 struct xfs_trans *tp,
816 xfs_alloc_log_agf(tp, agbp, XFS_AGF_FREEBLKS);
865 acur->cnt = xfs_cntbt_init_cursor(args->mp, args->tp,
875 acur->bnolt = xfs_bnobt_init_cursor(args->mp, args->tp,
878 acur->bnogt = xfs_bnobt_init_cursor(args->mp, args->tp,
1148 error = xfs_alloc_get_freelist(args->pag, args->tp, args->agbp,
1161 error = xfs_trans_get_buf(args->tp, args->mp->m_ddev_targp,
1166 xfs_trans_binval(args->tp, b
776 xfs_alloc_read_agfl( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf **bpp) argument
799 xfs_alloc_update_counters( struct xfs_trans *tp, struct xfs_buf *agbp, long len) argument
1938 xfs_free_ag_extent( struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type) argument
2428 xfs_free_agfl_block( struct xfs_trans *tp, xfs_agnumber_t agno, xfs_agblock_t agbno, struct xfs_buf *agbp, struct xfs_owner_info *oinfo) argument
2514 xfs_agfl_reset( struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_perag *pag) argument
2552 xfs_defer_agfl_block( struct xfs_trans *tp, xfs_agnumber_t agno, xfs_agblock_t agbno, struct xfs_owner_info *oinfo) argument
2587 xfs_defer_extent_free( struct xfs_trans *tp, xfs_fsblock_t bno, xfs_filblks_t len, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type, bool skip_discard, struct xfs_defer_pending **dfpp) argument
2647 xfs_free_extent_later( struct xfs_trans *tp, xfs_fsblock_t bno, xfs_filblks_t len, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type, bool skip_discard) argument
2710 xfs_alloc_cancel_autoreap( struct xfs_trans *tp, struct xfs_alloc_autoreap *aarp) argument
2733 xfs_alloc_commit_autoreap( struct xfs_trans *tp, struct xfs_alloc_autoreap *aarp) argument
2794 struct xfs_trans *tp = args->tp; local
2978 xfs_alloc_get_freelist( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agblock_t *bnop, int btreeblk) argument
3042 xfs_alloc_log_agf( struct xfs_trans *tp, struct xfs_buf *bp, uint32_t fields) argument
3084 xfs_alloc_put_freelist( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_buf *agflbp, xfs_agblock_t bno, int btreeblk) argument
3318 xfs_read_agf( struct xfs_perag *pag, struct xfs_trans *tp, int flags, struct xfs_buf **agfbpp) argument
3347 xfs_alloc_read_agf( struct xfs_perag *pag, struct xfs_trans *tp, int flags, struct xfs_buf **agfbpp) argument
3898 xfs_free_extent_fix_freelist( struct xfs_trans *tp, struct xfs_perag *pag, struct xfs_buf **agbp) argument
3933 __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, bool skip_discard) argument
[all...]
H A Dxfs_rtbitmap.c57 xfs_trans_brelse(args->tp, args->rbmbp);
62 xfs_trans_brelse(args->tp, args->sumbp);
111 xfs_trans_brelse(args->tp, *cbpp);
126 error = xfs_trans_read_buf(mp, args->tp, mp->m_ddev_targp,
135 xfs_trans_buf_set_type(args->tp, bp, type);
458 xfs_trans_log_buf(args->tp, bp, first, last);
530 xfs_trans_log_buf(args->tp, bp, first, last);
931 struct xfs_trans *tp, /* transaction pointer */
935 struct xfs_mount *mp = tp->t_mountp;
938 .tp
930 xfs_rtfree_extent( struct xfs_trans *tp, xfs_rtxnum_t start, xfs_rtxlen_t len) argument
987 xfs_rtfree_blocks( struct xfs_trans *tp, xfs_fsblock_t rtbno, xfs_filblks_t rtlen) argument
1016 xfs_rtalloc_query_range( struct xfs_mount *mp, struct xfs_trans *tp, const struct xfs_rtalloc_rec *low_rec, const struct xfs_rtalloc_rec *high_rec, xfs_rtalloc_query_range_fn fn, void *priv) argument
1075 xfs_rtalloc_query_all( struct xfs_mount *mp, struct xfs_trans *tp, xfs_rtalloc_query_range_fn fn, void *priv) argument
1092 xfs_rtalloc_extent_is_free( struct xfs_mount *mp, struct xfs_trans *tp, xfs_rtxnum_t start, xfs_rtxlen_t len, bool *is_free) argument
[all...]
H A Dxfs_bmap_btree.c218 args.tp = cur->bc_tp;
224 if (!args.wasdel && args.tp->t_blk_res == 0)
261 xfs_trans_log_inode(args.tp, cur->bc_ino.ip, XFS_ILOG_CORE);
262 xfs_trans_mod_dquot_byino(args.tp, cur->bc_ino.ip,
278 struct xfs_trans *tp = cur->bc_tp; local
290 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
291 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L);
556 struct xfs_trans *tp,
577 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bmbt_ops, maxlevels,
609 struct xfs_trans *tp,
554 xfs_bmbt_init_cursor( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_inode *ip, int whichfork) argument
607 xfs_bmbt_commit_staged_btree( struct xfs_btree_cur *cur, struct xfs_trans *tp, int whichfork) argument
713 xfs_bmbt_change_owner( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_ino_t new_owner, struct list_head *buffer_list) argument
[all...]
H A Dxfs_da_btree.c356 struct xfs_trans *tp,
366 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_DA_NODE_BUF);
370 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_ATTR_LEAF_BUF);
374 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_DIR_LEAFN_BUF);
377 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, tp->t_mountp,
379 xfs_trans_brelse(tp, bp);
387 struct xfs_trans *tp,
395 error = xfs_da_read_buf(tp, dp, bno, 0, bpp, whichfork,
397 if (error || !*bpp || !tp)
399 return xfs_da3_node_set_type(tp, d
355 xfs_da3_node_set_type( struct xfs_trans *tp, struct xfs_inode *dp, int whichfork, struct xfs_buf *bp) argument
386 xfs_da3_node_read( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t bno, struct xfs_buf **bpp, int whichfork) argument
403 xfs_da3_node_read_mapped( struct xfs_trans *tp, struct xfs_inode *dp, xfs_daddr_t mappedbno, struct xfs_buf **bpp, int whichfork) argument
466 struct xfs_trans *tp = args->trans; local
688 struct xfs_trans *tp; local
896 struct xfs_trans *tp; local
1511 struct xfs_trans *tp; local
2166 struct xfs_trans *tp = args->trans; local
2287 struct xfs_trans *tp; local
2500 struct xfs_trans *tp; local
2619 xfs_da_get_buf( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t bno, struct xfs_buf **bpp, int whichfork) argument
2654 xfs_da_read_buf( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t bno, unsigned int flags, struct xfs_buf **bpp, int whichfork, const struct xfs_buf_ops *ops) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dprocess_64.c191 static void __global_reg_self(struct thread_info *tp, struct pt_regs *regs, argument
210 if (kstack_valid(tp, (unsigned long) rw)) {
214 if (kstack_valid(tp, (unsigned long) rw))
221 rp->thread = tp;
241 struct thread_info *tp = current_thread_info(); local
247 regs = tp->kregs;
256 __global_reg_self(tp, regs, this_cpu);
270 tp = gp->thread;
274 ((tp && tp
660 struct thread_info *tp; local
[all...]
/linux-master/fs/jfs/
H A Djfs_dmap.c66 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl);
67 static int dbBackSplit(dmtree_t *tp, int leafno, bool is_ctl);
68 static int dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl);
69 static void dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl);
90 static int dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl);
2141 dmtree_t *tp = (dmtree_t *) & dp->tree; local
2191 dbSplit(tp, word, BUDMIN,
2232 dbSplit(tp, word, size, NOFREE, false);
2288 dmtree_t *tp = (dmtree_t *) & dp->tree; local
2338 rc = dbJoin(tp, wor
2624 dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl) argument
2689 dbBackSplit(dmtree_t *tp, int leafno, bool is_ctl) argument
2768 dbJoin(dmtree_t *tp, int leafno, int newval, bool is_ctl) argument
2862 dbAdjTree(dmtree_t *tp, int leafno, int newval, bool is_ctl) argument
2942 dbFindLeaf(dmtree_t *tp, int l2nb, int *leafidx, bool is_ctl) argument
3244 struct dmaptree *tp = (struct dmaptree *) & dp->tree; local
3826 struct dmaptree *tp; local
3874 s8 *tp, *cp, *cp1; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_attr_item.c314 struct xfs_trans *tp,
338 struct xfs_trans *tp,
343 struct xfs_mount *mp = tp->t_mountp;
376 xfs_attr_log_item(tp, attrip, attr);
402 struct xfs_trans *tp,
414 args->trans = tp;
581 struct xfs_trans *tp; local
604 error = xfs_trans_alloc(mp, &resv, total, 0, XFS_TRANS_RESERVE, &tp);
607 args->trans = tp;
610 xfs_trans_ijoin(tp, i
313 xfs_attr_log_item( struct xfs_trans *tp, struct xfs_attri_log_item *attrip, const struct xfs_attr_intent *attr) argument
337 xfs_attr_create_intent( struct xfs_trans *tp, struct list_head *items, unsigned int count, bool sort) argument
401 xfs_attr_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) argument
631 xfs_attr_relog_intent( struct xfs_trans *tp, struct xfs_log_item *intent, struct xfs_log_item *done_item) argument
662 xfs_attr_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) argument
[all...]
H A Dxfs_bmap_util.h51 int xfs_bmap_last_extent(struct xfs_trans *tp, struct xfs_inode *ip,
75 int xfs_bmap_count_blocks(struct xfs_trans *tp, struct xfs_inode *ip,
/linux-master/arch/loongarch/include/asm/
H A Dregdef.h10 #define tp $r2 macro
/linux-master/kernel/
H A Dtorture.c488 void torture_shuffle_task_register(struct task_struct *tp) argument
492 if (WARN_ON_ONCE(tp == NULL))
497 stp->st_t = tp;
925 char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp))
930 *tp = kthread_create(fn, arg, "%s", s);
931 if (IS_ERR(*tp)) {
932 ret = PTR_ERR(*tp);
934 *tp = NULL;
939 cbf(*tp);
924 _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp)) argument
950 _torture_stop_kthread(char *m, struct task_struct **tp) argument
[all...]
/linux-master/arch/loongarch/kernel/
H A Dhead.S87 la.pcrel tp, init_thread_union
90 PTR_ADD sp, sp, tp
100 PTR_ADD sp, sp, tp
124 * function after setting up the stack and tp registers.
149 ld.d tp, t0, CPU_BOOT_TINFO
/linux-master/net/sched/
H A Dcls_flow.c42 struct tcf_proto *tp; member in struct:flow_filter
297 const struct tcf_proto *tp,
300 struct flow_head *head = rcu_dereference_bh(tp->root);
390 struct tcf_proto *tp, unsigned long base,
395 struct flow_head *head = rtnl_dereference(tp->root);
439 err = tcf_em_tree_validate(tp, tb[TCA_FLOW_EMATCHES], &fnew->ematches);
447 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &fnew->exts, flags,
459 fnew->tp = fold->tp;
505 struct Qdisc *q = tcf_block_q(tp
296 flow_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
389 flow_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
568 flow_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
581 flow_init(struct tcf_proto *tp) argument
593 flow_destroy(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
609 flow_get(struct tcf_proto *tp, u32 handle) argument
620 flow_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
681 flow_walk(struct tcf_proto *tp, struct tcf_walker *arg, bool rtnl_held) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c126 struct bpf_tcp_sock *tp, *tp_ret; local
166 tp = bpf_tcp_sock(sk);
167 if (!tp)
171 tpcpy(tp_ret, tp);
220 struct bpf_tcp_sock *tp; local
244 tp = bpf_tcp_sock(sk);
245 if (!tp)
249 tpcpy(&listen_tp, tp);
/linux-master/drivers/net/can/sja1000/
H A Dsja1000_platform.c73 struct technologic_priv *tp = priv->priv; local
77 spin_lock_irqsave(&tp->io_lock, flags);
80 spin_unlock_irqrestore(&tp->io_lock, flags);
88 struct technologic_priv *tp = priv->priv; local
91 spin_lock_irqsave(&tp->io_lock, flags);
94 spin_unlock_irqrestore(&tp->io_lock, flags);
99 struct technologic_priv *tp = priv->priv; local
103 spin_lock_init(&tp->io_lock);
/linux-master/tools/perf/util/
H A Dprobe-event.c656 static int find_perf_probe_point_from_dwarf(struct probe_trace_point *tp, argument
662 u64 addr = tp->address;
671 ret = get_text_start_address(tp->module, &stext, NULL);
675 } else if (tp->symbol) {
677 ret = kernel_get_symbol_address_by_name(tp->symbol, &addr,
678 false, !!tp->module);
681 addr += tp->offset;
685 tp->module ? : "kernel");
687 dinfo = debuginfo_cache__open(tp->module, verbose <= 0);
694 pp->retprobe = tp
703 post_process_probe_trace_point(struct probe_trace_point *tp, struct map *map, u64 offs) argument
1860 struct probe_trace_point *tp = &tev->point; local
2173 synthesize_uprobe_trace_def(struct probe_trace_point *tp, struct strbuf *buf) argument
2201 synthesize_kprobe_trace_def(struct probe_trace_point *tp, struct strbuf *buf) argument
2215 struct probe_trace_point *tp = &tev->point; local
2242 find_perf_probe_point_from_map(struct probe_trace_point *tp, struct perf_probe_point *pp, bool is_kprobe) argument
2282 convert_to_perf_probe_point(struct probe_trace_point *tp, struct perf_probe_point *pp, bool is_kprobe) argument
2809 struct probe_trace_point *tp = &tev->point; local
3053 struct probe_trace_point *tp; local
3225 struct probe_trace_point *tp; local
3606 struct probe_trace_point *tp = &tev->point; local
[all...]
/linux-master/samples/bpf/
H A Dhbm_kern.h85 struct bpf_tcp_sock *tp; local
92 tp = bpf_tcp_sock(sk);
93 if (tp) {
94 pkti->cwnd = tp->snd_cwnd;
95 pkti->rtt = tp->srtt_us >> 3;
96 pkti->packets_out = tp->packets_out;

Completed in 239 milliseconds

1234567891011>>