Searched defs:tp (Results 201 - 225 of 399) sorted by relevance

1234567891011>>

/linux-master/include/net/
H A Dtcp_ao.h342 tcp_ao_time_wait(struct tcp_timewait_sock *tcptw, struct tcp_sock *tp) argument
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c670 struct tcp_sock *tp = tcp_sk(s->sk); local
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-tangier.c68 static const struct tng_family *tng_get_family(struct tng_pinctrl *tp, argument
85 static bool tng_buf_available(struct tng_pinctrl *tp, unsigned int pin) argument
96 static void __iomem *tng_get_bufcfg(struct tng_pinctrl *tp, unsigned int pin) argument
109 static int tng_read_bufcfg(struct tng_pinctrl *tp, unsigned int pin, u32 *value) argument
122 tng_update_bufcfg(struct tng_pinctrl *tp, unsigned int pin, u32 bits, u32 mask) argument
137 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
145 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
153 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
163 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
191 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
199 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
209 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
220 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
248 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
273 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
356 tng_config_set_pin(struct tng_pinctrl *tp, unsigned int pin, unsigned long config) argument
443 struct tng_pinctrl *tp = pinctrl_dev_get_drvdata(pctldev); local
526 struct tng_pinctrl *tp; local
[all...]
/linux-master/security/apparmor/
H A Ddomain.c131 struct aa_profile *tp; local
87 match_component(struct aa_profile *profile, struct aa_profile *tp, bool stack, aa_state_t state) argument
193 struct aa_profile *tp; local
[all...]
/linux-master/fs/ufs/
H A Dsuper.c1396 const struct match_token *tp = tokens; local
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhal.c687 u32 tp, hp; local
710 u32 tp, hp; local
[all...]
/linux-master/net/sched/
H A Dact_tunnel_key.c357 tunnel_key_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, struct tcf_proto *tp, u32 act_flags, struct netlink_ext_ack *extack) argument
H A Dcls_bpf.c50 struct tcf_proto *tp; member in struct:cls_bpf_prog
145 static int cls_bpf_offload_cmd(struct tcf_proto *tp, struct cls_bpf_prog *prog, argument
81 cls_bpf_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
197 cls_bpf_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, struct cls_bpf_prog *oldprog, struct netlink_ext_ack *extack) argument
216 cls_bpf_stop_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, struct netlink_ext_ack *extack) argument
227 cls_bpf_offload_update_stats(struct tcf_proto *tp, struct cls_bpf_prog *prog) argument
243 cls_bpf_init(struct tcf_proto *tp) argument
288 __cls_bpf_delete(struct tcf_proto *tp, struct cls_bpf_prog *prog, struct netlink_ext_ack *extack) argument
303 cls_bpf_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
313 cls_bpf_destroy(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
326 cls_bpf_get(struct tcf_proto *tp, u32 handle) argument
376 cls_bpf_prog_from_efd(struct nlattr **tb, struct cls_bpf_prog *prog, u32 gen_flags, const struct tcf_proto *tp) argument
409 cls_bpf_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
577 cls_bpf_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *tm, bool rtnl_held) argument
638 cls_bpf_walk(struct tcf_proto *tp, struct tcf_walker *arg, bool rtnl_held) argument
650 cls_bpf_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
[all...]
H A Dcls_flow.c42 struct tcf_proto *tp; member in struct:flow_filter
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...]
H A Dact_mirred.c103 tcf_mirred_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) argument
H A Dact_ife.c480 tcf_ife_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) argument
H A Dact_gate.c299 tcf_gate_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) argument
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_dp.c565 static void radeon_dp_set_tp(struct radeon_dp_link_train_info *dp_info, int tp) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c516 amdgpu_atombios_dp_set_tp(struct amdgpu_atombios_dp_link_train_info *dp_info, int tp) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_syncobj.c1327 ktime_t t, *tp = NULL; local
1370 ktime_t t, *tp = NULL; local
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c476 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_bmap_btree.c278 struct xfs_trans *tp = cur->bc_tp; local
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_ag.c1053 xfs_ag_extend_space( struct xfs_perag *pag, struct xfs_trans *tp, xfs_extlen_t len) argument
H A Dxfs_dir2_block.c377 xfs_trans_t *tp; /* transaction structure */ local
136 xfs_dir3_block_read( struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_buf **bpp) argument
165 xfs_dir3_block_init( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *bp, struct xfs_inode *dp) argument
595 xfs_dir2_block_log_leaf( xfs_trans_t *tp, struct xfs_buf *bp, int first, int last) argument
615 xfs_dir2_block_log_tail( xfs_trans_t *tp, struct xfs_buf *bp) argument
694 xfs_trans_t *tp; /* transaction pointer */ local
795 xfs_trans_t *tp; /* transaction pointer */ local
946 xfs_trans_t *tp; /* transaction pointer */ local
1073 struct xfs_trans *tp = args->trans; local
[all...]
H A Dxfs_rmap_btree.c526 xfs_rmapbt_init_cursor( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_perag *pag) argument
639 xfs_rmapbt_mem_cursor( struct xfs_perag *pag, struct xfs_trans *tp, struct xfbtree *xfbt) argument
696 xfs_rmapbt_commit_staged_btree( struct xfs_btree_cur *cur, struct xfs_trans *tp, struct xfs_buf *agbp) argument
830 xfs_rmapbt_calc_reserves( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used) argument
[all...]
H A Dxfs_rtbitmap.c930 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...]
/linux-master/fs/xfs/
H A Dxfs_bmap_util.c578 struct xfs_trans *tp; local
641 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
769 struct xfs_trans *tp; local
962 struct xfs_trans *tp; local
1030 struct xfs_trans *tp; local
1222 struct xfs_trans *tp = *tpp; local
1347 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
1457 struct xfs_trans *tp = *tpp; local
1491 struct xfs_trans *tp; local
[all...]
H A Dxfs_extfree_item.c352 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_attr_item.c581 struct xfs_trans *tp; local
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_fsmap.c201 xfs_getfsmap_is_shared( struct xfs_trans *tp, struct xfs_getfsmap_info *info, const struct xfs_rmap_irec *rec, bool *stat) argument
268 xfs_getfsmap_helper( struct xfs_trans *tp, struct xfs_getfsmap_info *info, const struct xfs_rmap_irec *rec, xfs_daddr_t rec_daddr, xfs_daddr_t len_daddr) argument
432 xfs_getfsmap_logdev( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
475 xfs_getfsmap_rtdev_rtbitmap_helper( struct xfs_mount *mp, struct xfs_trans *tp, const struct xfs_rtalloc_rec *rec, void *priv) argument
503 xfs_getfsmap_rtdev_rtbitmap( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
580 __xfs_getfsmap_datadev( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info, int (*query_fn)(struct xfs_trans *, struct xfs_getfsmap_info *, struct xfs_btree_cur **, void *), void *priv) argument
722 xfs_getfsmap_datadev_rmapbt_query( struct xfs_trans *tp, struct xfs_getfsmap_info *info, struct xfs_btree_cur **curpp, void *priv) argument
741 xfs_getfsmap_datadev_rmapbt( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
753 xfs_getfsmap_datadev_bnobt_query( struct xfs_trans *tp, struct xfs_getfsmap_info *info, struct xfs_btree_cur **curpp, void *priv) argument
776 xfs_getfsmap_datadev_bnobt( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
885 struct xfs_trans *tp = NULL; local
[all...]

Completed in 334 milliseconds

1234567891011>>