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

1234567891011>>

/linux-master/net/sctp/
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/net/sched/
H A Dcls_flower.c55 struct flow_dissector_key_ports tp; member in struct:fl_flow_key
225 if (ntohs(key->tp_range.tp.dst) < min_val ||
226 ntohs(key->tp_range.tp.dst) > max_val)
248 if (ntohs(key->tp_range.tp.src) < min_val ||
249 ntohs(key->tp_range.tp.src) > max_val)
314 const struct tcf_proto *tp,
317 struct cls_fl_head *head = rcu_dereference_bh(tp->root);
351 static int fl_init(struct tcf_proto *tp) argument
362 rcu_assign_pointer(tp->root, head);
410 static struct cls_fl_head *fl_head_dereference(struct tcf_proto *tp) argument
313 fl_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
437 fl_hw_destroy_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool rtnl_held, struct netlink_ext_ack *extack) argument
452 fl_hw_replace_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool rtnl_held, struct netlink_ext_ack *extack) argument
497 fl_hw_update_stats(struct tcf_proto *tp, struct cls_fl_filter *f, bool rtnl_held) argument
538 fl_get_exts(const struct tcf_proto *tp, u32 handle) argument
547 __fl_delete(struct tcf_proto *tp, struct cls_fl_filter *f, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
588 fl_destroy(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
609 fl_put(struct tcf_proto *tp, void *arg) argument
616 fl_get(struct tcf_proto *tp, u32 handle) argument
2228 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
2479 fl_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
2494 fl_walk(struct tcf_proto *tp, struct tcf_walker *arg, bool rtnl_held) argument
2525 fl_get_next_hw_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool add) argument
2549 fl_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
2611 fl_hw_add(struct tcf_proto *tp, void *type_data) argument
2623 fl_hw_del(struct tcf_proto *tp, void *type_data) argument
3493 fl_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
3551 fl_terse_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
3626 fl_delete_empty(struct tcf_proto *tp) argument
[all...]
/linux-master/fs/xfs/
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_attr_list.c215 struct xfs_trans *tp = context->tp; local
225 error = xfs_da3_node_read(tp, dp, cursor->blkno, &bp,
264 xfs_trans_brelse(tp, bp);
284 xfs_trans_brelse(tp, bp);
313 error = xfs_da3_node_read(context->tp, dp, cursor->blkno, &bp,
327 xfs_trans_brelse(context->tp, bp);
339 xfs_trans_brelse(context->tp, bp);
344 xfs_trans_brelse(context->tp, bp);
350 xfs_trans_brelse(context->tp, b
[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_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,
H A Dxfs_bmap_item.c246 struct xfs_trans *tp,
284 struct xfs_trans *tp,
289 struct xfs_mount *mp = tp->t_mountp;
298 xfs_bmap_update_log_item(tp, buip, bi);
305 struct xfs_trans *tp,
313 xfs_log_item_init(tp->t_mountp, &budp->bud_item, XFS_LI_BUD,
347 struct xfs_trans *tp,
352 xfs_bmap_update_get_group(tp->t_mountp, bi);
353 xfs_defer_add(tp, &bi->bi_list, &xfs_bmap_update_defer_type);
381 struct xfs_trans *tp,
245 xfs_bmap_update_log_item( struct xfs_trans *tp, struct xfs_bui_log_item *buip, struct xfs_bmap_intent *bi) argument
283 xfs_bmap_update_create_intent( struct xfs_trans *tp, struct list_head *items, unsigned int count, bool sort) argument
304 xfs_bmap_update_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) argument
346 xfs_bmap_defer_add( struct xfs_trans *tp, struct xfs_bmap_intent *bi) argument
380 xfs_bmap_update_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) argument
487 struct xfs_trans *tp; local
563 xfs_bmap_relog_intent( struct xfs_trans *tp, struct xfs_log_item *intent, struct xfs_log_item *done_item) argument
[all...]
H A Dxfs_log_cil.c276 struct xfs_trans *tp)
280 list_for_each_entry(lip, &tp->t_items, li_trans) {
451 struct xfs_trans *tp,
457 if (list_empty(&tp->t_items)) {
462 list_for_each_entry(lip, &tp->t_items, li_trans) {
552 struct xfs_trans *tp,
565 ASSERT(tp);
571 xlog_cil_insert_format_items(log, tp, &len);
628 ctx_res += split_res * (tp->t_ticket->t_iclog_hdrs - 1);
630 ctx_res = split_res * tp
274 xlog_cil_alloc_shadow_bufs( struct xlog *log, struct xfs_trans *tp) argument
449 xlog_cil_insert_format_items( struct xlog *log, struct xfs_trans *tp, int *diff_len) argument
550 xlog_cil_insert_items( struct xlog *log, struct xfs_trans *tp, uint32_t released_space) argument
1530 xlog_cil_process_intents( struct xfs_cil *cil, struct xfs_trans *tp) argument
1570 xlog_cil_commit( struct xlog *log, struct xfs_trans *tp, xfs_csn_t *commit_seq, bool regrant) argument
[all...]
H A Dxfs_qm_syscalls.c59 struct xfs_trans *tp; local
71 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
78 xfs_trans_ijoin(tp, ip, 0);
81 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
83 error = xfs_itruncate_extents(&tp, ip, XFS_DATA_FORK, 0);
85 xfs_trans_cancel(tp);
91 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
92 error = xfs_trans_commit(tp);
281 struct xfs_trans *tp; local
309 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_qm_setqlim, 0, 0, 0, &tp);
[all...]
/linux-master/fs/xfs/scrub/
H A Dreaddir.c102 error = xfs_dir3_block_read(sc->tp, dp, &bp);
137 xfs_trans_brelse(sc->tp, bp);
144 struct xfs_trans *tp,
178 return xfs_dir3_data_read(tp, dp, map.br_startoff, 0, bpp);
211 xfs_trans_brelse(sc->tp, bp);
215 error = xchk_read_leaf_dir_buf(sc->tp, dp, geo, &curoff,
256 xfs_trans_brelse(sc->tp, bp);
275 .trans = sc->tp,
290 error = xfs_iread_extents(sc->tp, dp, XFS_DATA_FORK);
320 .trans = sc->tp,
143 xchk_read_leaf_dir_buf( struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_da_geometry *geo, xfs_dir2_off_t *curoff, struct xfs_buf **bpp) argument
[all...]
H A Dcommon.c448 error = xfs_ialloc_read_agi(sa->pag, sc->tp, &sa->agi_bp);
452 error = xfs_alloc_read_agf(sa->pag, sc->tp, 0, &sa->agf_bp);
517 xfs_trans_brelse(sc->tp, sa->agf_bp);
522 xfs_trans_brelse(sc->tp, sa->agi_bp);
593 sa->bno_cur = xfs_bnobt_init_cursor(mp, sc->tp, sa->agf_bp,
599 sa->cnt_cur = xfs_cntbt_init_cursor(mp, sc->tp, sa->agf_bp,
606 sa->rmap_cur = xfs_rmapbt_init_cursor(mp, sc->tp,
614 sa->refc_cur = xfs_refcountbt_init_cursor(mp, sc->tp,
623 sa->ino_cur = xfs_inobt_init_cursor(sa->pag, sc->tp,
630 sa->fino_cur = xfs_finobt_init_cursor(sa->pag, sc->tp,
811 struct xfs_trans *tp = sc->tp; local
[all...]
H A Discan.c97 struct xfs_trans *tp = sc->tp; local
116 cur = xfs_inobt_init_cursor(pag, tp, agi_bp);
284 ret = xfs_ialloc_read_agi(pag, sc->tp, &agi_bp);
312 xfs_trans_brelse(sc->tp, agi_bp);
322 xfs_trans_brelse(sc->tp, agi_bp);
392 error = xfs_iget(sc->mp, sc->tp, ino, XFS_IGET_NORETRY, 0,
398 xfs_trans_brelse(sc->tp, agi_bp);
411 xfs_trans_brelse(sc->tp, agi_bp);
425 xfs_trans_brelse(sc->tp, agi_b
[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/fs/xfs/libxfs/
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;
264 struct xfs_trans *tp,
277 rval = xfs_dir_ino_validate(tp->t_mountp, inum);
296 args->trans = tp;
361 struct xfs_trans *tp,
384 args->trans = tp;
432 struct xfs_trans *tp,
458 args->trans = tp;
233 xfs_dir_init( xfs_trans_t *tp, xfs_inode_t *dp, xfs_inode_t *pdp) argument
263 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
360 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
431 xfs_dir_removename( struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_name *name, xfs_ino_t ino, xfs_extlen_t total) argument
489 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
550 xfs_dir_canenter( xfs_trans_t *tp, xfs_inode_t *dp, struct xfs_name *name) argument
677 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,
H A Dxfs_bmap.c234 struct xfs_trans *tp, /* transaction pointer */
243 error = xfs_trans_read_buf(mp, tp, mp->m_ddev_targp,
561 struct xfs_trans *tp, /* transaction pointer */
596 error = xfs_bmap_read_buf(mp, tp, cbno, &cbp);
612 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L);
613 xfs_trans_binval(tp, cbp);
629 struct xfs_trans *tp, /* transaction pointer */
670 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
678 args.tp = tp;
232 xfs_bmap_read_buf( struct xfs_mount *mp, struct xfs_trans *tp, xfs_fsblock_t fsbno, struct xfs_buf **bpp) argument
560 xfs_bmap_btree_to_extents( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_btree_cur *cur, int *logflagsp, int whichfork) argument
628 xfs_bmap_extents_to_btree( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_btree_cur **curp, int wasdel, int *logflagsp, int whichfork) argument
762 xfs_bmap_local_to_extents_empty( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork) argument
783 xfs_bmap_local_to_extents( xfs_trans_t *tp, xfs_inode_t *ip, xfs_extlen_t total, int *logflagsp, int whichfork, void (*init_fn)(struct xfs_trans *tp, struct xfs_buf *bp, struct xfs_inode *ip, struct xfs_ifork *ifp)) argument
884 xfs_bmap_add_attrfork_btree( xfs_trans_t *tp, xfs_inode_t *ip, int *flags) argument
929 xfs_bmap_add_attrfork_extents( struct xfs_trans *tp, struct xfs_inode *ip, int *flags) argument
962 xfs_bmap_add_attrfork_local( struct xfs_trans *tp, struct xfs_inode *ip, int *flags) argument
1036 xfs_trans_t *tp; /* transaction pointer */ local
1207 xfs_iread_extents( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork) argument
1259 xfs_bmap_first_unused( struct xfs_trans *tp, struct xfs_inode *ip, xfs_extlen_t len, xfs_fileoff_t *first_unused, int whichfork) argument
1307 xfs_bmap_last_before( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *last_block, int whichfork) argument
1341 xfs_bmap_last_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *rec, int *is_empty) argument
2006 xfs_bmap_add_extent_unwritten_real( struct xfs_trans *tp, xfs_inode_t *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_btree_cur **curp, xfs_bmbt_irec_t *new, int *logflagsp) argument
2704 xfs_bmap_add_extent_hole_real( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_btree_cur **curp, struct xfs_bmbt_irec *new, int *logflagsp, uint32_t flags) argument
3267 xfs_bmap_longest_free_extent( struct xfs_perag *pag, struct xfs_trans *tp, xfs_extlen_t *blen) argument
4363 xfs_bmapi_minleft( struct xfs_trans *tp, struct xfs_inode *ip, int fork) argument
4411 xfs_bmapi_write( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags, xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap) argument
4615 struct xfs_trans *tp; local
4735 xfs_bmapi_remap( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock, uint32_t flags) argument
5098 xfs_bmap_del_extent_real( xfs_inode_t *ip, xfs_trans_t *tp, struct xfs_iext_cursor *icur, struct xfs_btree_cur *cur, xfs_bmbt_irec_t *del, int *logflagsp, int whichfork, uint32_t bflags) argument
5350 __xfs_bunmapi( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t start, xfs_filblks_t *rlen, uint32_t flags, xfs_extnum_t nexts) argument
5659 xfs_bunmapi( xfs_trans_t *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags, xfs_extnum_t nexts, int *done) argument
5712 xfs_bmse_merge( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_fileoff_t shift, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *left, struct xfs_btree_cur *cur, int *logflags) argument
5798 xfs_bmap_shift_update_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_btree_cur *cur, int *logflags, xfs_fileoff_t startoff) argument
5842 xfs_bmap_collapse_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, bool *done) argument
5956 xfs_bmap_insert_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, bool *done, xfs_fileoff_t stop_fsb) argument
6061 xfs_bmap_split_extent( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t split_fsb) argument
6178 __xfs_bmap_add( struct xfs_trans *tp, enum xfs_bmap_intent_type type, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *bmap) argument
6204 xfs_bmap_map_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) argument
6215 xfs_bmap_unmap_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) argument
6229 xfs_bmap_finish_one( struct xfs_trans *tp, struct xfs_bmap_intent *bi) argument
[all...]
H A Dxfs_ialloc_btree.c113 args.tp = cur->bc_tp;
473 * For staging cursors tp and agbp are NULL.
478 struct xfs_trans *tp,
484 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_inobt_ops,
499 * For staging cursors tp and agbp are NULL.
504 struct xfs_trans *tp,
510 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_finobt_ops,
529 struct xfs_trans *tp,
546 xfs_ialloc_log_agi(tp, agbp, fields);
547 xfs_btree_commit_afakeroot(cur, tp, agb
476 xfs_inobt_init_cursor( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp) argument
502 xfs_finobt_init_cursor( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp) argument
527 xfs_inobt_commit_staged_btree( struct xfs_btree_cur *cur, struct xfs_trans *tp, struct xfs_buf *agbp) argument
739 xfs_finobt_count_blocks( struct xfs_perag *pag, struct xfs_trans *tp, xfs_extlen_t *tree_blocks) argument
762 xfs_finobt_read_blocks( struct xfs_perag *pag, struct xfs_trans *tp, xfs_extlen_t *tree_blocks) argument
785 xfs_finobt_calc_reserves( struct xfs_perag *pag, struct xfs_trans *tp, xfs_extlen_t *ask, xfs_extlen_t *used) argument
[all...]
H A Dxfs_dir2_leaf.c272 struct xfs_trans *tp,
279 err = xfs_da_read_buf(tp, dp, fbno, 0, bpp, XFS_DATA_FORK,
281 if (!err && tp && *bpp)
282 xfs_trans_buf_set_type(tp, *bpp, XFS_BLFT_DIR_LEAF1_BUF);
288 struct xfs_trans *tp,
295 err = xfs_da_read_buf(tp, dp, fbno, 0, bpp, XFS_DATA_FORK,
297 if (!err && tp && *bpp)
298 xfs_trans_buf_set_type(tp, *bpp, XFS_BLFT_DIR_LEAFN_BUF);
308 struct xfs_trans *tp,
343 xfs_trans_buf_set_type(tp, b
271 xfs_dir3_leaf_read( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t fbno, struct xfs_buf **bpp) argument
287 xfs_dir3_leafn_read( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t fbno, struct xfs_buf **bpp) argument
306 xfs_dir3_leaf_init( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *bp, xfs_ino_t owner, uint16_t type) argument
358 struct xfs_trans *tp = args->trans; local
401 xfs_trans_t *tp; /* transaction pointer */ local
619 struct xfs_trans *tp = args->trans; local
1170 xfs_trans_t *tp; /* transaction pointer */ local
1233 xfs_trans_t *tp; /* transaction pointer */ local
1506 xfs_trans_t *tp; /* transaction pointer */ local
1610 xfs_trans_t *tp; /* transaction pointer */ local
1696 xfs_trans_t *tp; /* transaction pointer */ 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/arch/riscv/kernel/
H A Dpatch.c187 u32 *tp = addr; local
190 ret = patch_insn_set(tp, c, len);
193 flush_icache_range((uintptr_t)tp, (uintptr_t)tp + len);
222 u32 *tp = addr; local
225 ret = patch_insn_write(tp, insns, len);
228 flush_icache_range((uintptr_t) tp, (uintptr_t) tp + len);
/linux-master/kernel/time/
H A Dposix-timers.c131 static int posix_get_realtime_timespec(clockid_t which_clock, struct timespec64 *tp) argument
133 ktime_get_real_ts64(tp);
143 const struct timespec64 *tp)
145 return do_sys_settimeofday64(tp, NULL);
154 static int posix_get_monotonic_timespec(clockid_t which_clock, struct timespec64 *tp) argument
156 ktime_get_ts64(tp);
157 timens_add_monotonic(tp);
166 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) argument
168 ktime_get_raw_ts64(tp);
169 timens_add_monotonic(tp);
142 posix_clock_realtime_set(const clockid_t which_clock, const struct timespec64 *tp) argument
173 posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) argument
179 posix_get_monotonic_coarse(clockid_t which_clock, struct timespec64 *tp) argument
187 posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) argument
193 posix_get_boottime_timespec(const clockid_t which_clock, struct timespec64 *tp) argument
205 posix_get_tai_timespec(clockid_t which_clock, struct timespec64 *tp) argument
216 posix_get_hrtimer_res(clockid_t which_clock, struct timespec64 *tp) argument
[all...]
/linux-master/arch/x86/kernel/
H A Dalternative.c2132 static __always_inline void *text_poke_addr(struct text_poke_loc *tp) argument
2134 return _stext + tp->rel_addr;
2139 struct text_poke_loc *tp = (struct text_poke_loc *) elt; local
2141 if (key < text_poke_addr(tp))
2143 if (key > text_poke_addr(tp))
2151 struct text_poke_loc *tp; local
2181 tp = __inline_bsearch(ip, desc->vec, desc->nr_entries,
2184 if (!tp)
2187 tp = desc->vec;
2188 if (text_poke_addr(tp) !
2255 text_poke_bp_batch(struct text_poke_loc *tp, unsigned int nr_entries) argument
2388 text_poke_loc_init(struct text_poke_loc *tp, void *addr, const void *opcode, size_t len, const void *emulate) argument
2469 struct text_poke_loc *tp; local
2499 struct text_poke_loc *tp; local
2520 struct text_poke_loc tp; local
[all...]

Completed in 257 milliseconds

1234567891011>>