Searched refs:tp (Results 51 - 75 of 552) sorted by relevance

1234567891011>>

/linux-master/net/atm/
H A Datm_misc.c76 int atm_pcr_goal(const struct atm_trafprm *tp) argument
78 if (tp->pcr && tp->pcr != ATM_MAX_PCR)
79 return -tp->pcr;
80 if (tp->min_pcr && !tp->pcr)
81 return tp->min_pcr;
82 if (tp->max_pcr != ATM_MAX_PCR)
83 return -tp->max_pcr;
/linux-master/drivers/input/mouse/
H A Dtrackpoint.c107 struct trackpoint_data *tp = psmouse->private; local
109 u8 value = *(u8 *)((void *)tp + attr->field_offset);
120 struct trackpoint_data *tp = psmouse->private; local
122 u8 *field = (void *)tp + attr->field_offset;
149 struct trackpoint_data *tp = psmouse->private; local
151 bool *field = (void *)tp + attr->field_offset;
207 struct trackpoint_data *tp = psmouse->private; local
209 return tp->variant_id == TP_VARIANT_IBM ||
305 struct trackpoint_data *tp = psmouse->private; local
307 if (!in_power_on_state && tp
347 trackpoint_defaults(struct trackpoint_data *tp) argument
378 struct trackpoint_data *tp = psmouse->private; local
399 struct trackpoint_data *tp; local
[all...]
/linux-master/net/ipv4/
H A Dtcp_timer.c29 const struct tcp_sock *tp = tcp_sk(sk); local
37 elapsed = tcp_time_stamp_ts(tp) - tp->retrans_stamp;
38 if (tp->tcp_usec_ts)
110 struct tcp_sock *tp = tcp_sk(sk); local
115 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset)
125 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN ||
127 (!tp->snd_wnd && !tp->packets_out))
219 struct tcp_sock *tp local
246 struct tcp_sock *tp = tcp_sk(sk); local
311 struct tcp_sock *tp = tcp_sk(sk); local
382 struct tcp_sock *tp = tcp_sk(sk); local
431 struct tcp_sock *tp = tcp_sk(sk); local
448 struct tcp_sock *tp = tcp_sk(sk); local
484 const struct tcp_sock *tp = tcp_sk(sk); local
508 struct tcp_sock *tp = tcp_sk(sk); local
745 struct tcp_sock *tp = tcp_sk(sk); local
830 struct tcp_sock *tp = container_of(timer, struct tcp_sock, compressed_ack_timer); local
[all...]
H A Dtcp_nv.c112 u32 nv_last_snd_una; /* Previous value of tp->snd_una. It is
125 struct tcp_sock *tp = tcp_sk(sk); local
132 ca->nv_rtt_start_seq = tp->snd_una;
134 ca->nv_last_snd_una = tp->snd_una;
182 struct tcp_sock *tp = tcp_sk(sk); local
193 if (tcp_in_slow_start(tp)) {
194 acked = tcp_slow_start(tp, acked);
200 cnt = tcp_snd_cwnd(tp) << -ca->cwnd_growth_factor;
201 tcp_cong_avoid_ai(tp, cnt, acked);
203 cnt = max(4U, tcp_snd_cwnd(tp) >> c
210 const struct tcp_sock *tp = tcp_sk(sk); local
242 struct tcp_sock *tp = tcp_sk(sk); local
[all...]
H A Dtcp.c395 static u64 tcp_compute_delivery_rate(const struct tcp_sock *tp) argument
397 u32 rate = READ_ONCE(tp->rate_delivered);
398 u32 intv = READ_ONCE(tp->rate_interval_us);
402 rate64 = (u64)rate * tp->mss_cache * USEC_PER_SEC;
416 struct tcp_sock *tp = tcp_sk(sk); local
418 tp->out_of_order_queue = RB_ROOT;
421 INIT_LIST_HEAD(&tp->tsq_node);
422 INIT_LIST_HEAD(&tp->tsorted_sent_queue);
427 tp->mdev_us = jiffies_to_usecs(TCP_TIMEOUT_INIT);
428 minmax_reset(&tp
502 const struct tcp_sock *tp = tcp_sk(sk); local
607 struct tcp_sock *tp = tcp_sk(sk); local
652 tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb) argument
658 forced_push(const struct tcp_sock *tp) argument
665 struct tcp_sock *tp = tcp_sk(sk); local
680 tcp_mark_urg(struct tcp_sock *tp, int flags) argument
709 struct tcp_sock *tp = tcp_sk(sk); local
901 struct tcp_sock *tp = tcp_sk(sk); local
984 tcp_free_fastopen_req(struct tcp_sock *tp) argument
995 struct tcp_sock *tp = tcp_sk(sk); local
1041 struct tcp_sock *tp = tcp_sk(sk); local
1352 struct tcp_sock *tp = tcp_sk(sk); local
1372 struct tcp_sock *tp = tcp_sk(sk); local
1447 struct tcp_sock *tp = tcp_sk(sk); local
1498 struct tcp_sock *tp = tcp_sk(sk); local
1558 struct tcp_sock *tp = tcp_sk(sk); local
1660 struct tcp_sock *tp = tcp_sk(sk); local
2086 struct tcp_sock *tp = tcp_sk(sk); local
2291 const struct tcp_sock *tp = tcp_sk(sk); local
2322 struct tcp_sock *tp = tcp_sk(sk); local
2879 struct tcp_sock *tp = tcp_sk(sk); local
2986 struct tcp_sock *tp = tcp_sk(sk); local
3120 tcp_repair_set_window(struct tcp_sock *tp, sockptr_t optbuf, int len) argument
3155 struct tcp_sock *tp = tcp_sk(sk); local
3228 struct tcp_sock *tp = tcp_sk(sk); local
3322 struct tcp_sock *tp = tcp_sk(sk); local
3377 struct tcp_sock *tp = tcp_sk(sk); local
3413 struct tcp_sock *tp = tcp_sk(sk); local
3743 tcp_get_info_chrono_stats(const struct tcp_sock *tp, struct tcp_info *info) argument
3765 const struct tcp_sock *tp = tcp_sk(sk); /* iff sk_type == SOCK_STREAM */ local
3943 const struct tcp_sock *tp = tcp_sk(sk); local
4009 struct tcp_sock *tp = tcp_sk(sk); local
4444 const struct tcp_sock *tp = tcp_sk(sk); local
[all...]
H A Dtcp_dctcp.h6 struct tcp_sock *tp = tcp_sk(sk); local
9 tp->ecn_flags |= TCP_ECN_DEMAND_CWR;
11 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR;
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_firmware.h15 typedef void (*rtl_fw_write_t)(struct rtl8169_private *tp, int reg, int val);
16 typedef int (*rtl_fw_read_t)(struct rtl8169_private *tp, int reg);
39 void rtl_fw_write_firmware(struct rtl8169_private *tp, struct rtl_fw *rtl_fw);
/linux-master/samples/trace_events/
H A Dtrace_custom_sched.c39 static void fct(struct tracepoint *tp, void *priv) argument
41 trace_custom_event_sched_switch_update(tp);
42 trace_custom_event_sched_waking_update(tp);
/linux-master/fs/xfs/
H A Dxfs_iunlink_item.c52 struct xfs_trans *tp,
55 struct xfs_mount *mp = tp->t_mountp;
62 error = xfs_imap_to_bp(mp, tp, &ip->i_imap, &ibp);
92 xfs_trans_inode_buf(tp, ibp);
93 xfs_trans_log_buf(tp, ibp, offset, offset + sizeof(xfs_agino_t) - 1);
96 xfs_trans_brelse(tp, ibp);
110 struct xfs_trans *tp,
116 error = xfs_iunlink_log_dinode(tp, iup);
142 struct xfs_trans *tp,
147 struct xfs_mount *mp = tp
51 xfs_iunlink_log_dinode( struct xfs_trans *tp, struct xfs_iunlink_item *iup) argument
109 xfs_iunlink_item_precommit( struct xfs_trans *tp, struct xfs_log_item *lip) argument
141 xfs_iunlink_log_inode( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_perag *pag, xfs_agino_t next_agino) argument
[all...]
H A Dxfs_trans_buf.c24 struct xfs_trans *tp,
37 list_for_each_entry(lip, &tp->t_items, li_trans) {
62 struct xfs_trans *tp,
75 xfs_buf_item_init(bp, tp->t_mountp);
92 xfs_trans_add_item(tp, &bip->bli_item);
93 bp->b_transp = tp;
99 struct xfs_trans *tp,
102 _xfs_trans_bjoin(tp, bp, 0);
117 struct xfs_trans *tp,
129 if (!tp)
23 xfs_trans_buf_item_match( struct xfs_trans *tp, struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps) argument
61 _xfs_trans_bjoin( struct xfs_trans *tp, struct xfs_buf *bp, int reset_recur) argument
98 xfs_trans_bjoin( struct xfs_trans *tp, struct xfs_buf *bp) argument
116 xfs_trans_get_buf_map( struct xfs_trans *tp, struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp) argument
172 xfs_trans_getsb( struct xfs_trans *tp) argument
211 xfs_trans_read_buf_map( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp, const struct xfs_buf_ops *ops) argument
345 xfs_trans_brelse( struct xfs_trans *tp, struct xfs_buf *bp) argument
401 xfs_trans_bdetach( struct xfs_trans *tp, struct xfs_buf *bp) argument
444 xfs_trans_bhold( xfs_trans_t *tp, struct xfs_buf *bp) argument
465 xfs_trans_bhold_release( xfs_trans_t *tp, struct xfs_buf *bp) argument
486 xfs_trans_dirty_buf( struct xfs_trans *tp, struct xfs_buf *bp) argument
533 xfs_trans_log_buf( struct xfs_trans *tp, struct xfs_buf *bp, uint first, uint last) argument
581 xfs_trans_binval( xfs_trans_t *tp, struct xfs_buf *bp) argument
636 xfs_trans_inode_buf( xfs_trans_t *tp, struct xfs_buf *bp) argument
661 xfs_trans_stale_inode_buf( xfs_trans_t *tp, struct xfs_buf *bp) argument
686 xfs_trans_inode_alloc_buf( xfs_trans_t *tp, struct xfs_buf *bp) argument
709 xfs_trans_ordered_buf( struct xfs_trans *tp, struct xfs_buf *bp) argument
738 xfs_trans_buf_set_type( struct xfs_trans *tp, struct xfs_buf *bp, enum xfs_blft type) argument
780 xfs_trans_dquot_buf( xfs_trans_t *tp, struct xfs_buf *bp, uint type) argument
[all...]
H A Dxfs_iwalk.h18 typedef int (*xfs_iwalk_fn)(struct xfs_mount *mp, struct xfs_trans *tp,
21 int xfs_iwalk(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t startino,
34 typedef int (*xfs_inobt_walk_fn)(struct xfs_mount *mp, struct xfs_trans *tp,
39 int xfs_inobt_walk(struct xfs_mount *mp, struct xfs_trans *tp,
H A Dxfs_symlink.c91 struct xfs_trans *tp = NULL; local
142 pdqp, resblks, &tp);
160 error = xfs_dialloc(&tp, dp->i_ino, S_IFLNK, &ino);
162 error = xfs_init_new_inode(idmap, tp, dp, ino,
175 xfs_trans_ijoin(tp, dp, XFS_ILOCK_EXCL);
181 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp);
184 error = xfs_symlink_write_target(tp, ip, target_path, pathlen,
194 error = xfs_dir_createname(tp, dp, link_name, ip->i_ino, resblks);
197 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
198 xfs_trans_log_inode(tp, d
263 xfs_trans_t *tp; local
[all...]
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dmedia.c49 struct tulip_private *tp = netdev_priv(dev); local
53 void __iomem *ioaddr = tp->base_addr;
60 if (tp->chip_id == COMET && phy_id == 30) {
66 spin_lock_irqsave(&tp->mii_lock, flags);
67 if (tp->chip_id == LC82C168) {
76 spin_unlock_irqrestore(&tp->mii_lock, flags);
105 spin_unlock_irqrestore(&tp->mii_lock, flags);
111 struct tulip_private *tp = netdev_priv(dev); local
114 void __iomem *ioaddr = tp->base_addr;
121 if (tp
169 struct tulip_private *tp = netdev_priv(dev); local
399 struct tulip_private *tp = netdev_priv(dev); local
446 struct tulip_private *tp = netdev_priv(dev); local
[all...]
H A Deeprom.c93 * @tp: Ptr to the tulip private data.
104 static void tulip_build_fake_mediatable(struct tulip_private *tp) argument
107 if (tp->flags & NEEDS_FAKE_MEDIA_TABLE) {
120 tp->mtable = devm_kmalloc(&tp->pdev->dev, sizeof(struct mediatable) +
123 if (tp->mtable == NULL)
126 tp->mtable->defaultmedia = 0x800;
127 tp->mtable->leafcount = 1;
128 tp->mtable->csr12dir = 0x3f; /* inputs on bit7 for hsc-pci, bit6 for pci-fx */
129 tp
154 struct tulip_private *tp = netdev_priv(dev); local
344 struct tulip_private *tp = netdev_priv(dev); local
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c51 static __always_inline void dctcp_reset(const struct tcp_sock *tp, argument
54 ca->next_seq = tp->snd_nxt;
56 ca->old_delivered = tp->delivered;
57 ca->old_delivered_ce = tp->delivered_ce;
63 const struct tcp_sock *tp = tcp_sk(sk); local
67 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback[0]) {
94 ca->prior_rcv_nxt = tp->rcv_nxt;
99 stg = bpf_sk_storage_get(&sk_stg_map, (void *)tp, NULL, 0);
102 bpf_sk_storage_delete(&sk_stg_map, (void *)tp);
104 dctcp_reset(tp, c
111 struct tcp_sock *tp = tcp_sk(sk); local
120 const struct tcp_sock *tp = tcp_sk(sk); local
150 struct tcp_sock *tp = tcp_sk(sk); local
169 struct tcp_sock *tp = tcp_sk(sk); local
[all...]
/linux-master/include/net/
H A Dtc_wrapper.h140 const struct tcf_proto *tp, \
153 static inline int tc_classify(struct sk_buff *skb, const struct tcf_proto *tp, argument
160 if (tp->classify == cls_bpf_classify)
161 return cls_bpf_classify(skb, tp, res);
164 if (tp->classify == u32_classify)
165 return u32_classify(skb, tp, res);
168 if (tp->classify == fl_classify)
169 return fl_classify(skb, tp, res);
172 if (tp->classify == fw_classify)
173 return fw_classify(skb, tp, re
220 tc_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dstacktrace.c13 static void __save_stack_trace(struct thread_info *tp, argument
23 if (tp == current_thread_info()) {
27 ksp = tp->ksp;
32 t = tp->task;
39 if (!kstack_valid(tp, fp))
45 if (kstack_is_trap_frame(tp, regs)) {
85 struct thread_info *tp = task_thread_info(tsk); local
87 __save_stack_trace(tp, trace, true);
/linux-master/kernel/trace/
H A Dtrace_probe.h272 static inline bool trace_probe_test_flag(struct trace_probe *tp, argument
275 return !!(tp->event->flags & flag);
278 static inline void trace_probe_set_flag(struct trace_probe *tp, argument
281 tp->event->flags |= flag;
284 static inline void trace_probe_clear_flag(struct trace_probe *tp, argument
287 tp->event->flags &= ~flag;
290 static inline bool trace_probe_is_enabled(struct trace_probe *tp) argument
292 return trace_probe_test_flag(tp, TP_FLAG_TRACE | TP_FLAG_PROFILE);
295 static inline const char *trace_probe_name(struct trace_probe *tp) argument
297 return trace_event_name(&tp
300 trace_probe_group_name(struct trace_probe *tp) argument
306 trace_probe_event_call(struct trace_probe *tp) argument
325 trace_probe_probe_list(struct trace_probe *tp) argument
330 trace_probe_has_sibling(struct trace_probe *tp) argument
337 trace_probe_unregister_event_call(struct trace_probe *tp) argument
343 trace_probe_has_single_file(struct trace_probe *tp) argument
371 traceprobe_get_entry_data_size(struct trace_probe *tp) argument
420 struct trace_probe *tp; member in struct:traceprobe_parse_context
[all...]
H A Dtrace_uprobe.c66 struct trace_probe tp; member in struct:trace_uprobe
273 return trace_probe_is_enabled(&tu->tp);
301 return trace_probe_match_command_args(&tu->tp, argc, argv);
310 strcmp(trace_probe_name(&tu->tp), event) == 0) &&
311 (!system || strcmp(trace_probe_group_name(&tu->tp), system) == 0) &&
318 struct trace_probe *tp; local
320 tp = trace_probe_primary_from_call(call);
321 if (WARN_ON_ONCE(!tp))
324 return container_of(tp, struct trace_uprobe, tp);
1073 __probe_event_disable(struct trace_probe *tp) argument
1092 struct trace_probe *tp; local
1152 struct trace_probe *tp; local
1272 struct trace_probe *tp; local
1296 struct trace_probe *tp; local
[all...]
/linux-master/net/sched/
H A Dcls_matchall.c29 const struct tcf_proto *tp,
32 struct cls_mall_head *head = rcu_dereference_bh(tp->root);
45 static int mall_init(struct tcf_proto *tp) argument
68 static void mall_destroy_hw_filter(struct tcf_proto *tp, argument
74 struct tcf_block *block = tp->chain->block;
76 tc_cls_common_offload_init(&cls_mall.common, tp, head->flags, extack);
80 tc_setup_cb_destroy(block, tp, TC_SETUP_CLSMATCHALL, &cls_mall, false,
84 static int mall_replace_hw_filter(struct tcf_proto *tp, argument
90 struct tcf_block *block = tp->chain->block;
98 tc_cls_common_offload_init(&cls_mall.common, tp, hea
28 mall_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
127 mall_destroy(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
146 mall_get(struct tcf_proto *tp, u32 handle) argument
162 mall_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
247 mall_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
257 mall_walk(struct tcf_proto *tp, struct tcf_walker *arg, bool rtnl_held) argument
273 mall_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, void *cb_priv, struct netlink_ext_ack *extack) argument
310 mall_stats_hw_filter(struct tcf_proto *tp, struct cls_mall_head *head, unsigned long cookie) argument
326 mall_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
[all...]
H A Dcls_basic.c34 struct tcf_proto *tp; member in struct:basic_filter
41 const struct tcf_proto *tp,
45 struct basic_head *head = rcu_dereference_bh(tp->root);
62 static void *basic_get(struct tcf_proto *tp, u32 handle) argument
64 struct basic_head *head = rtnl_dereference(tp->root);
76 static int basic_init(struct tcf_proto *tp) argument
85 rcu_assign_pointer(tp->root, head);
108 static void basic_destroy(struct tcf_proto *tp, bool rtnl_held, argument
111 struct basic_head *head = rtnl_dereference(tp->root);
116 tcf_unbind_filter(tp,
40 basic_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
127 basic_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
147 basic_set_parms(struct net *net, struct tcf_proto *tp, struct basic_filter *f, unsigned long base, struct nlattr **tb, struct nlattr *est, u32 flags, struct netlink_ext_ack *extack) argument
172 basic_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
249 basic_walk(struct tcf_proto *tp, struct tcf_walker *arg, bool rtnl_held) argument
269 basic_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
[all...]
H A Dcls_cgroup.c22 struct tcf_proto *tp; member in struct:cls_cgroup_head
27 const struct tcf_proto *tp,
30 struct cls_cgroup_head *head = rcu_dereference_bh(tp->root);
46 static void *cls_cgroup_get(struct tcf_proto *tp, u32 handle) argument
51 static int cls_cgroup_init(struct tcf_proto *tp) argument
79 struct tcf_proto *tp, unsigned long base,
85 struct cls_cgroup_head *head = rtnl_dereference(tp->root);
106 new->tp = tp;
113 err = tcf_exts_validate(net, tp, t
26 cls_cgroup_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
78 cls_cgroup_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
134 cls_cgroup_destroy(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
148 cls_cgroup_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
154 cls_cgroup_walk(struct tcf_proto *tp, struct tcf_walker *arg, bool rtnl_held) argument
172 cls_cgroup_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
[all...]
H A Dcls_api.c55 const struct tcf_proto *tp; member in struct:tcf_exts_miss_cookie_node
77 tcf_exts_miss_cookie_base_alloc(struct tcf_exts *exts, struct tcf_proto *tp, argument
84 if (WARN_ON(!handle || !tp->ops->get_exts))
91 n->chain_index = tp->chain->index;
92 n->chain = tp->chain;
93 n->tp_prio = tp->prio;
94 n->tp = tp;
133 tcf_exts_miss_cookie_base_alloc(struct tcf_exts *exts, struct tcf_proto *tp, argument
172 static u32 destroy_obj_hashfn(const struct tcf_proto *tp) argument
178 tcf_proto_signal_destroying(struct tcf_chain *chain, struct tcf_proto *tp) argument
197 tcf_proto_exists_destroying(struct tcf_chain *chain, struct tcf_proto *tp) argument
218 tcf_proto_signal_destroyed(struct tcf_chain *chain, struct tcf_proto *tp) argument
334 tcf_auto_prio(struct tcf_proto *tp) argument
377 struct tcf_proto *tp; local
408 tcf_proto_get(struct tcf_proto *tp) argument
415 tcf_proto_destroy(struct tcf_proto *tp, bool rtnl_held, bool sig_destroy, struct netlink_ext_ack *extack) argument
426 tcf_proto_put(struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
433 tcf_proto_check_delete(struct tcf_proto *tp) argument
442 tcf_proto_mark_delete(struct tcf_proto *tp) argument
449 tcf_proto_is_deleting(struct tcf_proto *tp) argument
722 struct tcf_proto *tp, *tp_next; local
1080 __tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) argument
1121 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) argument
1553 struct tcf_proto *tp, *tp_prev; local
1682 __tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, const struct tcf_proto *orig_tp, struct tcf_result *res, bool compat_mode, struct tcf_exts_miss_cookie_node *n, int act_index, u32 *last_executed_chain) argument
1775 tcf_classify(struct sk_buff *skb, const struct tcf_block *block, const struct tcf_proto *tp, struct tcf_result *res, bool compat_mode) argument
1868 tcf_chain_tp_insert(struct tcf_chain *chain, struct tcf_chain_info *chain_info, struct tcf_proto *tp) argument
1884 tcf_chain_tp_remove(struct tcf_chain *chain, struct tcf_chain_info *chain_info, struct tcf_proto *tp) argument
1912 struct tcf_proto *tp; local
1940 tcf_chain_tp_delete_empty(struct tcf_chain *chain, struct tcf_proto *tp, bool rtnl_held, struct netlink_ext_ack *extack) argument
1987 struct tcf_proto *tp; local
2014 tcf_fill_node(struct net *net, struct sk_buff *skb, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, u32 portid, u32 seq, u16 flags, int event, bool terse_dump, bool rtnl_held, struct netlink_ext_ack *extack) argument
2075 tfilter_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, int event, bool unicast, bool rtnl_held, struct netlink_ext_ack *extack) argument
2107 tfilter_del_notify(struct net *net, struct sk_buff *oskb, struct nlmsghdr *n, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
2152 struct tcf_proto *tp; local
2160 tfilter_put(struct tcf_proto *tp, void *fh) argument
2187 struct tcf_proto *tp; local
2420 struct tcf_proto *tp = NULL; local
2576 struct tcf_proto *tp = NULL; local
2693 tcf_node_dump(struct tcf_proto *tp, void *n, struct tcf_walker *arg) argument
2711 struct tcf_proto *tp, *tp_prev; local
3264 tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action, int police, struct tcf_proto *tp, u32 handle, bool use_action_miss) argument
3319 tcf_exts_validate_ex(struct net *net, struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, u32 flags, u32 fl_flags, struct netlink_ext_ack *extack) argument
3373 tcf_exts_validate(struct net *net, struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, u32 flags, struct netlink_ext_ack *extack) argument
3497 tc_cls_offload_cnt_update(struct tcf_block *block, struct tcf_proto *tp, u32 *cnt, u32 *flags, u32 diff, bool add) argument
3517 tc_cls_offload_cnt_reset(struct tcf_block *block, struct tcf_proto *tp, u32 *cnt, u32 *flags) argument
3583 tc_setup_cb_add(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *flags, unsigned int *in_hw_count, bool rtnl_held) argument
3633 tc_setup_cb_replace(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *old_flags, unsigned int *old_in_hw_count, u32 *new_flags, unsigned int *new_in_hw_count, bool rtnl_held) argument
3687 tc_setup_cb_destroy(struct tcf_block *block, struct tcf_proto *tp, enum tc_setup_type type, void *type_data, bool err_stop, u32 *flags, unsigned int *in_hw_count, bool rtnl_held) argument
3721 tc_setup_cb_reoffload(struct tcf_block *block, struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, enum tc_setup_type type, void *type_data, void *cb_priv, u32 *flags, unsigned int *in_hw_count) argument
[all...]
/linux-master/tools/testing/selftests/timens/
H A Dgettime_perf.c49 struct timespec tp, start; local
54 tp = start;
55 for (tp = start; start.tv_sec + timeout > tp.tv_sec ||
56 (start.tv_sec + timeout == tp.tv_sec &&
57 start.tv_nsec > tp.tv_nsec); i++) {
58 vdso_clock_gettime(clockid, &tp);
/linux-master/drivers/platform/x86/amd/pmf/
H A Dcnqf.c100 struct cnqf_tran_params *tp; local
102 tp = &config_store.trans_param[src][CNQF_TRANSITION_TO_QUIET];
104 tp->power_threshold = ts->power_floor;
106 tp = &config_store.trans_param[src][CNQF_TRANSITION_TO_TURBO];
108 tp->power_threshold = ts->power_floor;
110 tp = &config_store.trans_param[src][CNQF_TRANSITION_FROM_BALANCE_TO_PERFORMANCE];
112 tp->power_threshold = ts->power_floor;
114 tp = &config_store.trans_param[src][CNQF_TRANSITION_FROM_PERFORMANCE_TO_BALANCE];
116 tp->power_threshold = ts->power_floor;
118 tp
156 struct cnqf_tran_params *tp; local
238 struct cnqf_tran_params *tp; local
[all...]

Completed in 210 milliseconds

1234567891011>>