/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 88 #define tg3_flag(tp, flag) \ argument 90 #define tg3_flag_set(tp, flag) \ argument 92 #define tg3_flag_clear(tp, flag) \ argument 128 #define TG3_MAX_MTU(tp) \ argument 135 #define TG3_RX_STD_RING_SIZE(tp) \ argument 139 #define TG3_RX_JMB_RING_SIZE(tp) \ argument 154 #define TG3_RX_STD_RING_BYTES(tp) \ argument 156 #define TG3_RX_JMB_RING_BYTES(tp) \ argument 158 #define TG3_RX_RCB_RING_BYTES(tp) \ argument 174 #define TG3_RX_STD_BUFF_RING_SIZE(tp) \ argument [all …]
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 76 #define TX_SLOTS_AVAIL(tp) \ argument 80 #define TX_FRAGS_READY_FOR(tp,nr_frags) \ argument 887 static void rtl_lock_work(struct rtl8169_private *tp) in rtl_lock_work() 892 static void rtl_unlock_work(struct rtl8169_private *tp) in rtl_unlock_work() 913 static bool rtl_loop_wait(struct rtl8169_private *tp, const struct rtl_cond *c, in rtl_loop_wait() 929 static bool rtl_udelay_loop_wait_high(struct rtl8169_private *tp, in rtl_udelay_loop_wait_high() 936 static bool rtl_udelay_loop_wait_low(struct rtl8169_private *tp, in rtl_udelay_loop_wait_low() 943 static bool rtl_msleep_loop_wait_high(struct rtl8169_private *tp, in rtl_msleep_loop_wait_high() 950 static bool rtl_msleep_loop_wait_low(struct rtl8169_private *tp, in rtl_msleep_loop_wait_low() 967 static bool rtl_ocp_reg_failure(struct rtl8169_private *tp, u32 reg) in rtl_ocp_reg_failure() [all …]
|
D | 8139too.c | 720 struct rtl8139_private *tp = netdev_priv(dev); in __rtl8139_cleanup_dev() local 759 struct rtl8139_private *tp; in rtl8139_init_board() local 902 struct rtl8139_private *tp = netdev_priv(dev); in rtl8139_set_features() local 956 struct rtl8139_private *tp; in rtl8139_init_one() local 1123 struct rtl8139_private *tp = netdev_priv(dev); in rtl8139_remove_one() local 1242 struct rtl8139_private *tp = netdev_priv(dev); in mdio_read() local 1285 struct rtl8139_private *tp = netdev_priv(dev); in mdio_write() local 1328 struct rtl8139_private *tp = netdev_priv(dev); in rtl8139_open() local 1379 struct rtl8139_private *tp = netdev_priv(dev); in rtl_check_media() local 1389 struct rtl8139_private *tp = netdev_priv(dev); in rtl8139_hw_start() local [all …]
|
/linux-4.4.14/net/ipv4/ |
D | tcp_input.c | 210 static void tcp_ecn_queue_cwr(struct tcp_sock *tp) in tcp_ecn_queue_cwr() 216 static void tcp_ecn_accept_cwr(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_ecn_accept_cwr() 222 static void tcp_ecn_withdraw_cwr(struct tcp_sock *tp) in tcp_ecn_withdraw_cwr() 227 static void __tcp_ecn_check_ce(struct tcp_sock *tp, const struct sk_buff *skb) in __tcp_ecn_check_ce() 257 static void tcp_ecn_check_ce(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_ecn_check_ce() 263 static void tcp_ecn_rcv_synack(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_synack() 269 static void tcp_ecn_rcv_syn(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_syn() 275 static bool tcp_ecn_rcv_ecn_echo(const struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_ecn_echo() 289 const struct tcp_sock *tp = tcp_sk(sk); in tcp_sndbuf_expand() local 344 struct tcp_sock *tp = tcp_sk(sk); in __tcp_grow_window() local [all …]
|
D | tcp_output.c | 75 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_new_data_sent() local 99 const struct tcp_sock *tp = tcp_sk(sk); in tcp_acceptable_seq() local 123 struct tcp_sock *tp = tcp_sk(sk); in tcp_advertise_mss() local 144 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_restart() local 161 static void tcp_event_data_sent(struct tcp_sock *tp, in tcp_event_data_sent() 268 struct tcp_sock *tp = tcp_sk(sk); in tcp_select_window() local 317 const struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_synack() local 329 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_syn() local 372 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send() local 412 static inline bool tcp_urg_mode(const struct tcp_sock *tp) in tcp_urg_mode() [all …]
|
D | tcp.c | 383 struct tcp_sock *tp = tcp_sk(sk); in tcp_init_sock() local 454 const struct tcp_sock *tp = tcp_sk(sk); in tcp_poll() local 550 struct tcp_sock *tp = tcp_sk(sk); in tcp_ioctl() local 605 static inline void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb) in tcp_mark_push() 611 static inline bool forced_push(const struct tcp_sock *tp) in forced_push() 618 struct tcp_sock *tp = tcp_sk(sk); in skb_entail() local 635 static inline void tcp_mark_urg(struct tcp_sock *tp, int flags) in tcp_mark_urg() 663 struct tcp_sock *tp = tcp_sk(sk); in tcp_push() local 857 struct tcp_sock *tp = tcp_sk(sk); in tcp_xmit_size_goal() local 892 struct tcp_sock *tp = tcp_sk(sk); in do_tcp_sendpages() local [all …]
|
D | tcp_timer.c | 57 struct tcp_sock *tp = tcp_sk(sk); in tcp_out_of_resources() local 114 struct tcp_sock *tp = tcp_sk(sk); in tcp_mtu_probing() local 162 struct tcp_sock *tp = tcp_sk(sk); in tcp_write_timeout() local 221 struct tcp_sock *tp = tcp_sk(sk); in tcp_delack_timer_handler() local 287 struct tcp_sock *tp = tcp_sk(sk); in tcp_probe_timer() local 365 struct tcp_sock *tp = tcp_sk(sk); in tcp_retransmit_timer() local 578 struct tcp_sock *tp = tcp_sk(sk); in tcp_keepalive_timer() local
|
D | tcp_dctcp.c | 76 static void dctcp_reset(const struct tcp_sock *tp, struct dctcp *ca) in dctcp_reset() 86 const struct tcp_sock *tp = tcp_sk(sk); in dctcp_init() local 115 struct tcp_sock *tp = tcp_sk(sk); in dctcp_ssthresh() local 129 struct tcp_sock *tp = tcp_sk(sk); in dctcp_ce_state_0_to_1() local 159 struct tcp_sock *tp = tcp_sk(sk); in dctcp_ce_state_1_to_0() local 188 const struct tcp_sock *tp = tcp_sk(sk); in dctcp_update_alpha() local
|
D | tcp_cdg.c | 141 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_hystart_update() local 242 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_backoff() local 263 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_cong_avoid() local 300 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_acked() local 329 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_ssthresh() local 355 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_cwnd_event() local 383 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_init() local
|
D | tcp_highspeed.c | 101 struct tcp_sock *tp = tcp_sk(sk); in hstcp_init() local 113 struct tcp_sock *tp = tcp_sk(sk); in hstcp_cong_avoid() local 152 const struct tcp_sock *tp = tcp_sk(sk); in hstcp_ssthresh() local
|
D | tcp_recovery.c | 24 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_mark_lost() local 82 void tcp_rack_advance(struct tcp_sock *tp, in tcp_rack_advance()
|
D | tcp_scalable.c | 20 struct tcp_sock *tp = tcp_sk(sk); in tcp_scalable_cong_avoid() local 34 const struct tcp_sock *tp = tcp_sk(sk); in tcp_scalable_ssthresh() local
|
D | tcp_vegas.c | 72 const struct tcp_sock *tp = tcp_sk(sk); in vegas_enable() local 159 static inline u32 tcp_vegas_ssthresh(struct tcp_sock *tp) in tcp_vegas_ssthresh() 166 struct tcp_sock *tp = tcp_sk(sk); in tcp_vegas_cong_avoid() local
|
D | tcp_westwood.c | 163 const struct tcp_sock *tp = tcp_sk(sk); in westwood_fast_bw() local 180 const struct tcp_sock *tp = tcp_sk(sk); in westwood_acked_count() local 217 const struct tcp_sock *tp = tcp_sk(sk); in tcp_westwood_bw_rttmin() local 240 struct tcp_sock *tp = tcp_sk(sk); in tcp_westwood_event() local
|
D | tcp_yeah.c | 44 struct tcp_sock *tp = tcp_sk(sk); in tcp_yeah_init() local 72 struct tcp_sock *tp = tcp_sk(sk); in tcp_yeah_cong_avoid() local 206 const struct tcp_sock *tp = tcp_sk(sk); in tcp_yeah_ssthresh() local
|
D | tcp_cong.c | 377 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start() 391 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() 419 struct tcp_sock *tp = tcp_sk(sk); in tcp_reno_cong_avoid() local 438 const struct tcp_sock *tp = tcp_sk(sk); in tcp_reno_ssthresh() local
|
D | tcp_illinois.c | 58 struct tcp_sock *tp = tcp_sk(sk); in rtt_reset() local 222 struct tcp_sock *tp = tcp_sk(sk); in update_params() local 260 struct tcp_sock *tp = tcp_sk(sk); in tcp_illinois_cong_avoid() local 295 struct tcp_sock *tp = tcp_sk(sk); in tcp_illinois_ssthresh() local
|
D | tcp_cubic.c | 131 struct tcp_sock *tp = tcp_sk(sk); in bictcp_hystart_reset() local 338 struct tcp_sock *tp = tcp_sk(sk); in bictcp_cong_avoid() local 357 const struct tcp_sock *tp = tcp_sk(sk); in bictcp_recalc_ssthresh() local 391 struct tcp_sock *tp = tcp_sk(sk); in hystart_update() local 442 const struct tcp_sock *tp = tcp_sk(sk); in bictcp_acked() local
|
D | tcp_bic.c | 143 struct tcp_sock *tp = tcp_sk(sk); in bictcp_cong_avoid() local 163 const struct tcp_sock *tp = tcp_sk(sk); in bictcp_recalc_ssthresh() local 185 const struct tcp_sock *tp = tcp_sk(sk); in bictcp_undo_cwnd() local
|
D | tcp_lp.c | 135 struct tcp_sock *tp = tcp_sk(sk); in tcp_lp_remote_hz_estimator() local 188 struct tcp_sock *tp = tcp_sk(sk); in tcp_lp_owd_calculator() local 265 struct tcp_sock *tp = tcp_sk(sk); in tcp_lp_pkts_acked() local
|
D | fib_trie.c | 178 static inline void node_set_parent(struct key_vector *n, struct key_vector *tp) in node_set_parent() 442 static inline void put_child_root(struct key_vector *tp, t_key key, in put_child_root() 485 struct key_vector *tp = node_parent(oldtnode); in replace() local 664 struct key_vector *n, *tp; in collapse() local 774 static inline bool should_inflate(struct key_vector *tp, struct key_vector *tn) in should_inflate() 789 static inline bool should_halve(struct key_vector *tp, struct key_vector *tn) in should_halve() 823 struct key_vector *tp = node_parent(tn); in resize() local 897 static void leaf_pull_suffix(struct key_vector *tp, struct key_vector *l) in leaf_pull_suffix() 919 struct key_vector **tp, u32 key) in fib_find_node() 995 static int fib_insert_node(struct trie *t, struct key_vector *tp, in fib_insert_node() [all …]
|
D | tcp_htcp.c | 69 const struct tcp_sock *tp = tcp_sk(sk); in htcp_cwnd_undo() local 105 const struct tcp_sock *tp = tcp_sk(sk); in measure_achieved_throughput() local 224 const struct tcp_sock *tp = tcp_sk(sk); in htcp_recalc_ssthresh() local 233 struct tcp_sock *tp = tcp_sk(sk); in htcp_cong_avoid() local
|
D | tcp_minisocks.c | 270 const struct tcp_sock *tp = tcp_sk(sk); in tcp_time_wait() local 372 const struct tcp_sock *tp = tcp_sk(sk_listener); in tcp_openreq_init_rwin() local 403 static void tcp_ecn_openreq_child(struct tcp_sock *tp, in tcp_ecn_openreq_child()
|
D | tcp_hybla.c | 47 struct tcp_sock *tp = tcp_sk(sk); in hybla_init() local 91 struct tcp_sock *tp = tcp_sk(sk); in hybla_cong_avoid() local
|
D | tcp_veno.c | 119 struct tcp_sock *tp = tcp_sk(sk); in tcp_veno_cong_avoid() local 192 const struct tcp_sock *tp = tcp_sk(sk); in tcp_veno_ssthresh() local
|
D | tcp_ipv4.c | 111 struct tcp_sock *tp = tcp_sk(sk); in tcp_twsk_unique() local 145 struct tcp_sock *tp = tcp_sk(sk); in tcp_v4_connect() local 360 struct tcp_sock *tp; in tcp_v4_err() local 877 const struct tcp_sock *tp = tcp_sk(sk); in tcp_md5_do_lookup() local 918 struct tcp_sock *tp = tcp_sk(sk); in tcp_md5_do_add() local 977 struct tcp_sock *tp = tcp_sk(sk); in tcp_clear_md5_list() local 1484 struct tcp_sock *tp = tcp_sk(sk); in tcp_prequeue() local 1788 struct tcp_sock *tp = tcp_sk(sk); in tcp_v4_destroy_sock() local 2160 const struct tcp_sock *tp = tcp_sk(sk); in get_tcp4_sock() local
|
D | tcp_diag.c | 28 const struct tcp_sock *tp = tcp_sk(sk); in tcp_diag_get_info() local
|
D | tcp_metrics.c | 371 struct tcp_sock *tp = tcp_sk(sk); in tcp_update_metrics() local 491 struct tcp_sock *tp = tcp_sk(sk); in tcp_init_metrics() local 617 struct tcp_sock *tp = tcp_sk(sk); in tcp_fetch_timewait_stamp() local 644 struct tcp_sock *tp = tcp_sk(sk); in tcp_remember_stamp() local
|
D | tcp_fastopen.c | 132 struct tcp_sock *tp; in tcp_fastopen_create_child() local
|
D | tcp_probe.c | 110 const struct tcp_sock *tp = tcp_sk(sk); in jtcp_rcv_established() local
|
D | syncookies.c | 300 struct tcp_sock *tp = tcp_sk(sk); in cookie_v4_check() local
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trans_buf.c | 38 struct xfs_trans *tp, in xfs_trans_buf_item_match() 76 struct xfs_trans *tp, in _xfs_trans_bjoin() 117 struct xfs_trans *tp, in xfs_trans_bjoin() 135 struct xfs_trans *tp, in xfs_trans_get_buf_map() 191 xfs_trans_getsb(xfs_trans_t *tp, in xfs_trans_getsb() 243 struct xfs_trans *tp, in xfs_trans_read_buf_map() 355 xfs_trans_brelse(xfs_trans_t *tp, in xfs_trans_brelse() 452 xfs_trans_bhold(xfs_trans_t *tp, in xfs_trans_bhold() 472 xfs_trans_bhold_release(xfs_trans_t *tp, in xfs_trans_bhold_release() 498 xfs_trans_log_buf(xfs_trans_t *tp, in xfs_trans_log_buf() [all …]
|
D | xfs_trans_dquot.c | 41 xfs_trans_t *tp, in xfs_trans_dqjoin() 73 xfs_trans_t *tp, in xfs_trans_log_dquot() 149 xfs_trans_t *tp, in xfs_trans_mod_dquot_byino() 174 struct xfs_trans *tp, in xfs_trans_get_dqtrx() 206 xfs_trans_t *tp, in xfs_trans_mod_dquot() 303 xfs_trans_t *tp, in xfs_trans_dqlockedjoin() 329 struct xfs_trans *tp) in xfs_trans_apply_dquot_deltas() 512 xfs_trans_t *tp) in xfs_trans_unreserve_and_mod_dquots() 593 xfs_trans_t *tp, in xfs_trans_dqresv() 748 struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() [all …]
|
D | xfs_trans.c | 62 xfs_trans_t *tp; in xfs_trans_alloc() local 76 xfs_trans_t *tp; in _xfs_trans_alloc() local 96 struct xfs_trans *tp) in xfs_trans_free() 118 xfs_trans_t *tp) in xfs_trans_dup() 170 struct xfs_trans *tp, in xfs_trans_reserve() 289 xfs_trans_t *tp, in xfs_trans_mod_sb() 397 xfs_trans_t *tp) in xfs_trans_apply_sb_deltas() 543 struct xfs_trans *tp) in xfs_trans_unreserve_and_mod_sb() 696 struct xfs_trans *tp, in xfs_trans_add_item() 738 struct xfs_trans *tp, in xfs_trans_free_items() [all …]
|
D | xfs_quota.h | 114 #define xfs_trans_dup_dqinfo(tp, tp2) argument 115 #define xfs_trans_free_dqinfo(tp) argument 116 #define xfs_trans_mod_dquot_byino(tp, ip, fields, delta) argument 117 #define xfs_trans_apply_dquot_deltas(tp) argument 118 #define xfs_trans_unreserve_and_mod_dquots(tp) argument 119 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks() 124 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() 131 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) argument 133 #define xfs_qm_vop_chown(tp, ip, old, new) (NULL) argument 134 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, p, fl) (0) argument [all …]
|
D | xfs_trans_extfree.c | 37 xfs_trans_get_efi(xfs_trans_t *tp, in xfs_trans_get_efi() 61 xfs_trans_log_efi_extent(xfs_trans_t *tp, in xfs_trans_log_efi_extent() 92 xfs_trans_get_efd(xfs_trans_t *tp, in xfs_trans_get_efd() 118 struct xfs_trans *tp, in xfs_trans_free_extent()
|
D | xfs_trans_inode.c | 39 struct xfs_trans *tp, in xfs_trans_ijoin() 66 struct xfs_trans *tp, in xfs_trans_ichgtime() 103 xfs_trans_t *tp, in xfs_trans_log_inode()
|
D | xfs_rtalloc.c | 49 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtget_summary() 66 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtany_summary() 113 xfs_trans_t *tp) /* transaction pointer */ in xfs_rtcopy_summary() 153 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_range() 232 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_block() 345 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_exact() 424 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_near() 619 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_size() 778 struct xfs_trans *tp; in xfs_growfs_rt_alloc() local 972 xfs_trans_t *tp; in xfs_growfs_rt() local [all …]
|
D | xfs_trans.h | 136 #define xfs_trans_get_block_res(tp) ((tp)->t_blk_res) argument 137 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC) argument 140 #define xfs_trans_agblocks_delta(tp, d) ((tp)->t_ag_freeblks_delta += (int64_t)d) argument 141 #define xfs_trans_agflist_delta(tp, d) ((tp)->t_ag_flist_delta += (int64_t)d) argument 142 #define xfs_trans_agbtree_delta(tp, d) ((tp)->t_ag_btree_delta += (int64_t)d) argument 144 #define xfs_trans_agblocks_delta(tp, d) argument 145 #define xfs_trans_agflist_delta(tp, d) argument 146 #define xfs_trans_agbtree_delta(tp, d) argument 165 struct xfs_trans *tp, in xfs_trans_get_buf() 186 struct xfs_trans *tp, in xfs_trans_read_buf()
|
D | xfs_inode.c | 744 xfs_trans_t *tp, in xfs_ialloc() 958 xfs_trans_t *tp; in xfs_dir_ialloc() local 1087 xfs_trans_t *tp, in xfs_droplink() 1117 xfs_trans_t *tp, in xfs_bumplink() 1141 struct xfs_trans *tp = NULL; in xfs_create() local 1326 struct xfs_trans *tp = NULL; in xfs_create_tmpfile() local 1426 xfs_trans_t *tp; in xfs_link() local 1552 struct xfs_trans *tp = *tpp; in xfs_itruncate_extents() local 1724 struct xfs_trans *tp; in xfs_inactive_truncate() local 1779 struct xfs_trans *tp; in xfs_inactive_ifree() local [all …]
|
D | xfs_qm_syscalls.c | 227 struct xfs_trans *tp; in xfs_qm_scall_trunc_qfile() local 406 struct xfs_trans *tp; in xfs_qm_scall_setqlim() local 565 xfs_trans_t *tp; in xfs_qm_log_quotaoff_end() local 597 xfs_trans_t *tp; in xfs_qm_log_quotaoff() local
|
D | xfs_dquot.c | 227 xfs_trans_t *tp, in xfs_qm_init_dquot_blk() 311 xfs_trans_t *tp = *tpp; in xfs_qm_dqalloc() local 407 struct xfs_trans *tp, in xfs_qm_dqrepair() 469 struct xfs_trans *tp = (tpp ? *tpp : NULL); in xfs_qm_dqtobp() local 569 struct xfs_trans *tp = NULL; in xfs_qm_dqread() local
|
D | xfs_bmap_util.c | 99 struct xfs_trans **tp, /* transaction pointer addr */ in xfs_bmap_finish() 346 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_count_tree() 421 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_count_blocks() 865 xfs_trans_t *tp; in xfs_free_eofblocks() local 968 xfs_trans_t *tp; in xfs_alloc_file_space() local 1225 xfs_trans_t *tp; in xfs_free_file_space() local 1433 struct xfs_trans *tp; in xfs_shift_file_space() local 1713 xfs_trans_t *tp; in xfs_swap_extents() local
|
D | xfs_log_cil.c | 158 struct xfs_trans *tp, in xlog_cil_insert_format_items() 280 struct xfs_trans *tp) in xlog_cil_insert_items() 780 struct xfs_trans *tp, in xfs_log_commit_cil()
|
D | xfs_symlink.c | 174 struct xfs_trans *tp = NULL; in xfs_symlink() local 447 xfs_trans_t *tp; in xfs_inactive_symlink_rmt() local
|
D | xfs_ioctl.c | 328 xfs_trans_t *tp; in xfs_set_dmattrs() local 1011 struct xfs_trans *tp, in xfs_ioctl_setattr_xflags() 1057 struct xfs_trans *tp; in xfs_ioctl_setattr_get_trans() local 1184 struct xfs_trans *tp; in xfs_ioctl_setattr() local 1325 struct xfs_trans *tp; in xfs_ioc_setxflags() local
|
D | xfs_iomap.c | 129 xfs_trans_t *tp; in xfs_iomap_write_direct() local 695 xfs_trans_t *tp; in xfs_iomap_write_allocate() local 850 xfs_trans_t *tp; in xfs_iomap_write_unwritten() local
|
D | xfs_qm.c | 719 xfs_trans_t *tp; in xfs_qm_qino_alloc() local 1744 xfs_trans_t *tp, in xfs_qm_vop_chown() 1783 struct xfs_trans *tp, in xfs_qm_vop_chown_reserve() 1903 struct xfs_trans *tp, in xfs_qm_vop_create_dqattach()
|
D | xfs_iops.c | 546 xfs_trans_t *tp; in xfs_setattr_nonsize() local 752 struct xfs_trans *tp; in xfs_setattr_size() local 976 struct xfs_trans *tp; in xfs_vn_update_time() local
|
D | xfs_icreate_item.c | 161 struct xfs_trans *tp, in xfs_icreate_log()
|
D | xfs_pnfs.c | 262 struct xfs_trans *tp; in xfs_fs_commit_blocks() local
|
D | xfs_icache.c | 277 xfs_trans_t *tp, in xfs_iget_cache_miss() 391 xfs_trans_t *tp, in xfs_iget()
|
D | xfs_extent_busy.c | 36 struct xfs_trans *tp, in xfs_extent_busy_insert()
|
D | xfs_fsops.c | 166 xfs_trans_t *tp; in xfs_growfs_data_private() local
|
D | xfs_aops.c | 105 struct xfs_trans *tp; in xfs_setfilesize_trans_alloc() local 137 struct xfs_trans *tp, in xfs_setfilesize() 165 struct xfs_trans *tp = ioend->io_append_trans; in xfs_setfilesize_ioend() local
|
/linux-4.4.14/drivers/s390/char/ |
D | tty3270.c | 126 static void tty3270_set_timer(struct tty3270 *tp, int expires) in tty3270_set_timer() 135 tty3270_update_prompt(struct tty3270 *tp, char *input, int count) in tty3270_update_prompt() 162 tty3270_create_prompt(struct tty3270 *tp) in tty3270_create_prompt() 193 tty3270_update_status(struct tty3270 * tp) in tty3270_update_status() 204 tty3270_create_status(struct tty3270 * tp) in tty3270_create_status() 227 tty3270_update_string(struct tty3270 *tp, struct string *line, int nr) in tty3270_update_string() 243 tty3270_rebuild_update(struct tty3270 *tp) in tty3270_rebuild_update() 274 tty3270_alloc_string(struct tty3270 *tp, size_t size) in tty3270_alloc_string() 305 tty3270_blank_line(struct tty3270 *tp) in tty3270_blank_line() 327 struct tty3270 *tp = container_of(rq->view, struct tty3270, view); in tty3270_write_callback() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | tp.c | 53 void t1_tp_destroy(struct petp *tp) in t1_tp_destroy() 60 struct petp *tp = kzalloc(sizeof(*tp), GFP_KERNEL); in t1_tp_create() local 70 void t1_tp_intr_enable(struct petp *tp) in t1_tp_intr_enable() 91 void t1_tp_intr_disable(struct petp *tp) in t1_tp_intr_disable() 110 void t1_tp_intr_clear(struct petp *tp) in t1_tp_intr_clear() 124 int t1_tp_intr_handler(struct petp *tp) in t1_tp_intr_handler() 139 static void set_csum_offload(struct petp *tp, u32 csum_bit, int enable) in set_csum_offload() 150 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable) in t1_tp_set_ip_checksum_offload() 155 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable) in t1_tp_set_tcp_checksum_offload() 164 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) in t1_tp_reset()
|
D | common.h | 187 struct tp_params tp; member 244 struct petp *tp; member
|
/linux-4.4.14/drivers/net/usb/ |
D | r8152.c | 657 int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in get_registers() 677 int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in set_registers() 695 static int generic_ocp_read(struct r8152 *tp, u16 index, u16 size, in generic_ocp_read() 738 static int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, in generic_ocp_write() 809 int pla_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data) in pla_ocp_read() 815 int pla_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in pla_ocp_write() 821 int usb_ocp_read(struct r8152 *tp, u16 index, u16 size, void *data) in usb_ocp_read() 827 int usb_ocp_write(struct r8152 *tp, u16 index, u16 byteen, u16 size, void *data) in usb_ocp_write() 832 static u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index) in ocp_read_dword() 841 static void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_dword() [all …]
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | tulip_core.c | 129 struct tulip_private *tp = netdev_priv(dev); in tulip_timer() local 275 static void tulip_set_power_state (struct tulip_private *tp, in tulip_set_power_state() 295 struct tulip_private *tp = netdev_priv(dev); in tulip_up() local 517 struct tulip_private *tp = netdev_priv(dev); in tulip_open() local 541 struct tulip_private *tp = netdev_priv(dev); in tulip_tx_timeout() local 618 struct tulip_private *tp = netdev_priv(dev); in tulip_init_ring() local 668 struct tulip_private *tp = netdev_priv(dev); in tulip_start_xmit() local 714 static void tulip_clean_tx_ring(struct tulip_private *tp) in tulip_clean_tx_ring() 752 struct tulip_private *tp = netdev_priv(dev); in tulip_down() local 797 struct tulip_private *tp = netdev_priv(dev); in tulip_free_ring() local [all …]
|
D | interrupt.c | 61 struct tulip_private *tp = netdev_priv(dev); in tulip_refill_rx() local 108 struct tulip_private *tp = netdev_priv(dev); in oom_timer() local 114 struct tulip_private *tp = container_of(napi, struct tulip_private, napi); in tulip_poll() local 367 struct tulip_private *tp = netdev_priv(dev); in tulip_rx() local 492 struct tulip_private *tp = netdev_priv(dev); in phy_interrupt() local 518 struct tulip_private *tp = netdev_priv(dev); in tulip_interrupt() local
|
D | pnic2.c | 82 struct tulip_private *tp = netdev_priv(dev); in pnic2_timer() local 98 struct tulip_private *tp = netdev_priv(dev); in pnic2_start_nway() local 172 struct tulip_private *tp = netdev_priv(dev); in pnic2_lnk_change() local
|
D | pnic.c | 21 struct tulip_private *tp = netdev_priv(dev); in pnic_do_nway() local 54 struct tulip_private *tp = netdev_priv(dev); in pnic_lnk_change() local 90 struct tulip_private *tp = netdev_priv(dev); in pnic_timer() local
|
D | timer.c | 19 struct tulip_private *tp = in tulip_media_task() local 143 struct tulip_private *tp = netdev_priv(dev); in mxic_timer() local 160 struct tulip_private *tp = netdev_priv(dev); in comet_timer() local
|
D | 21142.c | 30 struct tulip_private *tp = in t21142_media_task() local 113 struct tulip_private *tp = netdev_priv(dev); in t21142_start_nway() local 141 struct tulip_private *tp = netdev_priv(dev); in t21142_lnk_change() local
|
D | media.c | 49 struct tulip_private *tp = netdev_priv(dev); in tulip_mdio_read() local 111 struct tulip_private *tp = netdev_priv(dev); in tulip_mdio_write() local 169 struct tulip_private *tp = netdev_priv(dev); in tulip_select_media() local 404 struct tulip_private *tp = netdev_priv(dev); in tulip_check_duplex() local 451 struct tulip_private *tp = netdev_priv(dev); in tulip_find_mii() local
|
D | eeprom.c | 104 static void tulip_build_fake_mediatable(struct tulip_private *tp) in tulip_build_fake_mediatable() 154 struct tulip_private *tp = netdev_priv(dev); in tulip_parse_eeprom() local 345 struct tulip_private *tp = netdev_priv(dev); in tulip_read_eeprom() local
|
D | tulip.h | 522 static inline void tulip_start_rxtx(struct tulip_private *tp) in tulip_start_rxtx() 530 static inline void tulip_stop_rxtx(struct tulip_private *tp) in tulip_stop_rxtx() 553 static inline void tulip_restart_rxtx(struct tulip_private *tp) in tulip_restart_rxtx() 560 static inline void tulip_tx_timeout_complete(struct tulip_private *tp, void __iomem *ioaddr) in tulip_tx_timeout_complete()
|
/linux-4.4.14/net/sched/ |
D | cls_cgroup.c | 25 struct tcf_proto *tp; member 29 static int cls_cgroup_classify(struct sk_buff *skb, const struct tcf_proto *tp, in cls_cgroup_classify() 46 static unsigned long cls_cgroup_get(struct tcf_proto *tp, u32 handle) in cls_cgroup_get() 51 static int cls_cgroup_init(struct tcf_proto *tp) in cls_cgroup_init() 72 struct tcf_proto *tp, unsigned long base, in cls_cgroup_change() 127 static bool cls_cgroup_destroy(struct tcf_proto *tp, bool force) in cls_cgroup_destroy() 141 static int cls_cgroup_delete(struct tcf_proto *tp, unsigned long arg) in cls_cgroup_delete() 146 static void cls_cgroup_walk(struct tcf_proto *tp, struct tcf_walker *arg) in cls_cgroup_walk() 161 static int cls_cgroup_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in cls_cgroup_dump()
|
D | cls_basic.c | 35 struct tcf_proto *tp; member 40 static int basic_classify(struct sk_buff *skb, const struct tcf_proto *tp, in basic_classify() 59 static unsigned long basic_get(struct tcf_proto *tp, u32 handle) in basic_get() 78 static int basic_init(struct tcf_proto *tp) in basic_init() 99 static bool basic_destroy(struct tcf_proto *tp, bool force) in basic_destroy() 117 static int basic_delete(struct tcf_proto *tp, unsigned long arg) in basic_delete() 132 static int basic_set_parms(struct net *net, struct tcf_proto *tp, in basic_set_parms() 166 struct tcf_proto *tp, unsigned long base, u32 handle, in basic_change() 233 static void basic_walk(struct tcf_proto *tp, struct tcf_walker *arg) in basic_walk() 251 static int basic_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in basic_dump()
|
D | cls_bpf.c | 50 struct tcf_proto *tp; member 78 static int cls_bpf_classify(struct sk_buff *skb, const struct tcf_proto *tp, in cls_bpf_classify() 142 static int cls_bpf_init(struct tcf_proto *tp) in cls_bpf_init() 156 static void cls_bpf_delete_prog(struct tcf_proto *tp, struct cls_bpf_prog *prog) in cls_bpf_delete_prog() 177 static int cls_bpf_delete(struct tcf_proto *tp, unsigned long arg) in cls_bpf_delete() 188 static bool cls_bpf_destroy(struct tcf_proto *tp, bool force) in cls_bpf_destroy() 207 static unsigned long cls_bpf_get(struct tcf_proto *tp, u32 handle) in cls_bpf_get() 266 const struct tcf_proto *tp) in cls_bpf_prog_from_efd() 304 static int cls_bpf_modify_existing(struct net *net, struct tcf_proto *tp, in cls_bpf_modify_existing() 352 static u32 cls_bpf_grab_new_handle(struct tcf_proto *tp, in cls_bpf_grab_new_handle() [all …]
|
D | cls_fw.c | 48 struct tcf_proto *tp; member 59 static int fw_classify(struct sk_buff *skb, const struct tcf_proto *tp, in fw_classify() 98 static unsigned long fw_get(struct tcf_proto *tp, u32 handle) in fw_get() 114 static int fw_init(struct tcf_proto *tp) in fw_init() 130 static bool fw_destroy(struct tcf_proto *tp, bool force) in fw_destroy() 158 static int fw_delete(struct tcf_proto *tp, unsigned long arg) in fw_delete() 190 fw_change_attrs(struct net *net, struct tcf_proto *tp, struct fw_filter *f, in fw_change_attrs() 237 struct tcf_proto *tp, unsigned long base, in fw_change() 335 static void fw_walk(struct tcf_proto *tp, struct tcf_walker *arg) in fw_walk() 364 static int fw_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in fw_dump()
|
D | cls_u32.c | 66 struct tcf_proto *tp; member 105 static int u32_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) in u32_classify() 286 static unsigned long u32_get(struct tcf_proto *tp, u32 handle) in u32_get() 320 static int u32_init(struct tcf_proto *tp) in u32_init() 356 static int u32_destroy_key(struct tcf_proto *tp, in u32_destroy_key() 404 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) in u32_delete_key() 427 static void u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) in u32_clear_hnode() 442 static int u32_destroy_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht) in u32_destroy_hnode() 477 static bool u32_destroy(struct tcf_proto *tp, bool force) in u32_destroy() 535 static int u32_delete(struct tcf_proto *tp, unsigned long arg) in u32_delete() [all …]
|
D | cls_tcindex.c | 44 struct tcf_proto *tp; member 82 static int tcindex_classify(struct sk_buff *skb, const struct tcf_proto *tp, in tcindex_classify() 108 static unsigned long tcindex_get(struct tcf_proto *tp, u32 handle) in tcindex_get() 120 static int tcindex_init(struct tcf_proto *tp) in tcindex_init() 153 static int tcindex_delete(struct tcf_proto *tp, unsigned long arg) in tcindex_delete() 192 static int tcindex_destroy_element(struct tcf_proto *tp, in tcindex_destroy_element() 237 tcindex_set_parms(struct net *net, struct tcf_proto *tp, unsigned long base, in tcindex_set_parms() 429 struct tcf_proto *tp, unsigned long base, u32 handle, in tcindex_change() 453 static void tcindex_walk(struct tcf_proto *tp, struct tcf_walker *walker) in tcindex_walk() 492 static bool tcindex_destroy(struct tcf_proto *tp, bool force) in tcindex_destroy() [all …]
|
D | cls_api.c | 109 static inline u32 tcf_auto_prio(struct tcf_proto *tp) in tcf_auto_prio() 134 struct tcf_proto *tp; in tc_ctl_tfilter() local 354 static int tcf_fill_node(struct net *net, struct sk_buff *skb, struct tcf_proto *tp, in tcf_fill_node() 389 struct nlmsghdr *n, struct tcf_proto *tp, in tfilter_notify() 414 static int tcf_node_dump(struct tcf_proto *tp, unsigned long n, in tcf_node_dump() 432 struct tcf_proto *tp, __rcu **chain; in tc_dump_tfilter() local 518 int tcf_exts_validate(struct net *net, struct tcf_proto *tp, struct nlattr **tb, in tcf_exts_validate() 554 void tcf_exts_change(struct tcf_proto *tp, struct tcf_exts *dst, in tcf_exts_change()
|
D | cls_rsvp.h | 131 static int rsvp_classify(struct sk_buff *skb, const struct tcf_proto *tp, in rsvp_classify() 225 static void rsvp_replace(struct tcf_proto *tp, struct rsvp_filter *n, u32 h) in rsvp_replace() 252 static unsigned long rsvp_get(struct tcf_proto *tp, u32 handle) in rsvp_get() 274 static int rsvp_init(struct tcf_proto *tp) in rsvp_init() 294 static void rsvp_delete_filter(struct tcf_proto *tp, struct rsvp_filter *f) in rsvp_delete_filter() 304 static bool rsvp_destroy(struct tcf_proto *tp, bool force) in rsvp_destroy() 342 static int rsvp_delete(struct tcf_proto *tp, unsigned long arg) in rsvp_delete() 382 static unsigned int gen_handle(struct tcf_proto *tp, unsigned salt) in gen_handle() 465 struct tcf_proto *tp, unsigned long base, in rsvp_change() 636 static void rsvp_walk(struct tcf_proto *tp, struct tcf_walker *arg) in rsvp_walk() [all …]
|
D | cls_route.c | 59 struct tcf_proto *tp; member 128 static int route4_classify(struct sk_buff *skb, const struct tcf_proto *tp, in route4_classify() 230 static unsigned long route4_get(struct tcf_proto *tp, u32 handle) in route4_get() 259 static int route4_init(struct tcf_proto *tp) in route4_init() 280 static bool route4_destroy(struct tcf_proto *tp, bool force) in route4_destroy() 321 static int route4_delete(struct tcf_proto *tp, unsigned long arg) in route4_delete() 380 static int route4_set_parms(struct net *net, struct tcf_proto *tp, in route4_set_parms() 475 struct tcf_proto *tp, unsigned long base, in route4_change() 564 static void route4_walk(struct tcf_proto *tp, struct tcf_walker *arg) in route4_walk() 600 static int route4_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in route4_dump()
|
D | cls_flower.c | 36 struct flow_dissector_key_ports tp; member 118 static int fl_classify(struct sk_buff *skb, const struct tcf_proto *tp, in fl_classify() 146 static int fl_init(struct tcf_proto *tp) in fl_init() 168 static bool fl_destroy(struct tcf_proto *tp, bool force) in fl_destroy() 187 static unsigned long fl_get(struct tcf_proto *tp, u32 handle) in fl_get() 398 static int fl_set_parms(struct net *net, struct tcf_proto *tp, in fl_set_parms() 431 static u32 fl_grab_new_handle(struct tcf_proto *tp, in fl_grab_new_handle() 453 struct tcf_proto *tp, unsigned long base, in fl_change() 522 static int fl_delete(struct tcf_proto *tp, unsigned long arg) in fl_delete() 535 static void fl_walk(struct tcf_proto *tp, struct tcf_walker *arg) in fl_walk() [all …]
|
D | cls_flow.c | 45 struct tcf_proto *tp; member 292 static int flow_classify(struct sk_buff *skb, const struct tcf_proto *tp, in flow_classify() 376 struct tcf_proto *tp, unsigned long base, in flow_change() 553 static int flow_delete(struct tcf_proto *tp, unsigned long arg) in flow_delete() 562 static int flow_init(struct tcf_proto *tp) in flow_init() 574 static bool flow_destroy(struct tcf_proto *tp, bool force) in flow_destroy() 591 static unsigned long flow_get(struct tcf_proto *tp, u32 handle) in flow_get() 602 static int flow_dump(struct net *net, struct tcf_proto *tp, unsigned long fh, in flow_dump() 663 static void flow_walk(struct tcf_proto *tp, struct tcf_walker *arg) in flow_walk()
|
D | ematch.c | 173 static int tcf_em_validate(struct tcf_proto *tp, in tcf_em_validate() 304 int tcf_em_tree_validate(struct tcf_proto *tp, struct nlattr *nla, in tcf_em_tree_validate()
|
D | act_bpf.c | 132 unsigned char *tp = skb_tail_pointer(skb); in tcf_bpf_dump() local
|
D | sch_api.c | 1820 int tc_classify(struct sk_buff *skb, const struct tcf_proto *tp, in tc_classify() 1863 bool tcf_destroy(struct tcf_proto *tp, bool force) in tcf_destroy() 1876 struct tcf_proto *tp; in tcf_destroy_chain() local
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | typhoon.c | 461 typhoon_hello(struct typhoon *tp) in typhoon_hello() 482 typhoon_process_response(struct typhoon *tp, int resp_size, in typhoon_process_response() 552 typhoon_num_free_cmd(struct typhoon *tp) in typhoon_num_free_cmd() 561 typhoon_num_free_resp(struct typhoon *tp) in typhoon_num_free_resp() 577 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd, in typhoon_issue_command() 715 struct typhoon *tp = netdev_priv(dev); in typhoon_start_tx() local 862 struct typhoon *tp = netdev_priv(dev); in typhoon_set_rx_mode() local 899 typhoon_do_get_stats(struct typhoon *tp) in typhoon_do_get_stats() 953 struct typhoon *tp = netdev_priv(dev); in typhoon_get_stats() local 972 struct typhoon *tp = netdev_priv(dev); in typhoon_get_drvinfo() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis190.c | 400 struct sis190_private *tp = netdev_priv(dev); in __mdio_write() local 407 struct sis190_private *tp = netdev_priv(dev); in __mdio_read() local 487 static struct sk_buff *sis190_alloc_rx_skb(struct sis190_private *tp, in sis190_alloc_rx_skb() 512 static u32 sis190_rx_fill(struct sis190_private *tp, struct net_device *dev, in sis190_rx_fill() 531 static bool sis190_try_rx_copy(struct sis190_private *tp, in sis190_try_rx_copy() 575 struct sis190_private *tp, void __iomem *ioaddr) in sis190_rx_interrupt() 684 struct sis190_private *tp, void __iomem *ioaddr) in sis190_tx_interrupt() 735 struct sis190_private *tp = netdev_priv(dev); in sis190_irq() local 774 struct sis190_private *tp = netdev_priv(dev); in sis190_netpoll() local 783 static void sis190_free_rx_skb(struct sis190_private *tp, in sis190_free_rx_skb() [all …]
|
/linux-4.4.14/drivers/sbus/char/ |
D | bbc_envctrl.c | 119 static void get_current_temps(struct bbc_cpu_temperature *tp) in get_current_temps() 137 static void do_envctrl_shutdown(struct bbc_cpu_temperature *tp) in do_envctrl_shutdown() 168 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_ambient_temp() 223 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_cpu_temp() 278 static void analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) in analyze_temps() 291 struct bbc_cpu_temperature *tp; in prioritize_fan_action() local 424 struct bbc_cpu_temperature *tp; in kenvctrld() local 448 struct bbc_cpu_temperature *tp; in attach_one_temp() local 531 static void destroy_one_temp(struct bbc_cpu_temperature *tp) in destroy_one_temp() 539 struct bbc_cpu_temperature *tp, *tpos; in destroy_all_temps() local
|
/linux-4.4.14/include/net/ |
D | tcp.h | 585 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() 629 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto() 634 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() 641 static inline void tcp_fast_path_on(struct tcp_sock *tp) in tcp_fast_path_on() 648 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check() local 679 static inline u32 tcp_min_rtt(const struct tcp_sock *tp) in tcp_min_rtt() 688 static inline u32 tcp_receive_window(const struct tcp_sock *tp) in tcp_receive_window() 943 static inline int tcp_is_sack(const struct tcp_sock *tp) in tcp_is_sack() 948 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno() 953 static inline bool tcp_is_fack(const struct tcp_sock *tp) in tcp_is_fack() [all …]
|
D | pkt_cls.h | 27 cls_set_class(struct tcf_proto *tp, unsigned long *clp, in cls_set_class() 40 tcf_bind_filter(struct tcf_proto *tp, struct tcf_result *r, unsigned long base) in tcf_bind_filter() 51 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter() 263 static inline void tcf_em_tree_change(struct tcf_proto *tp, in tcf_em_tree_change() 303 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) argument 306 #define tcf_em_tree_change(tp, dst, src) do { } while(0) argument
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 51 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtbuf_get() 85 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfind_back() 260 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfind_forw() 435 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtmodify_summary_int() 499 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtmodify_summary() 517 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtmodify_range() 674 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfree_range() 750 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtcheck_range() 926 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtcheck_alloc_range() 949 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfree_extent()
|
D | xfs_dir2.c | 227 xfs_trans_t *tp, in xfs_dir_init() 257 xfs_trans_t *tp, in xfs_dir_createname() 356 xfs_trans_t *tp, in xfs_dir_lookup() 434 xfs_trans_t *tp, in xfs_dir_removename() 496 xfs_trans_t *tp, in xfs_dir_replace() 561 xfs_trans_t *tp, in xfs_dir_canenter() 672 xfs_trans_t *tp; in xfs_dir2_shrink_inode() local
|
D | xfs_ialloc.c | 161 struct xfs_trans *tp, in xfs_inobt_insert() 252 struct xfs_trans *tp, in xfs_ialloc_inode_init() 512 struct xfs_trans *tp, in xfs_inobt_insert_sprec() 596 xfs_trans_t *tp, /* transaction pointer */ in xfs_ialloc_ag_alloc() 910 xfs_trans_t *tp, /* transaction pointer */ in xfs_ialloc_ag_select() 1107 struct xfs_trans *tp, in xfs_dialloc_ag_inobt() 1532 struct xfs_trans *tp, in xfs_dialloc_ag() 1670 struct xfs_trans *tp, in xfs_dialloc() 1890 struct xfs_trans *tp, in xfs_difree_inobt() 2021 struct xfs_trans *tp, in xfs_difree_finobt() [all …]
|
D | xfs_dir2_block.c | 133 struct xfs_trans *tp, in xfs_dir3_block_read() 150 struct xfs_trans *tp, in xfs_dir3_block_init() 360 xfs_trans_t *tp; /* transaction structure */ in xfs_dir2_block_addname() local 573 xfs_trans_t *tp, /* transaction structure */ in xfs_dir2_block_log_leaf() 593 xfs_trans_t *tp, /* transaction structure */ in xfs_dir2_block_log_tail() 672 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_block_lookup_int() local 774 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_block_removename() local 924 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_to_block() local 1071 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_sf_to_block() local
|
D | xfs_alloc.c | 549 xfs_trans_t *tp, /* transaction pointer */ in xfs_alloc_read_agfl() 570 struct xfs_trans *tp, in xfs_alloc_update_counters() 1582 xfs_trans_t *tp, /* transaction pointer */ in xfs_free_ag_extent() 1937 struct xfs_trans *tp = args->tp; in xfs_alloc_fix_freelist() local 2082 xfs_trans_t *tp, /* transaction pointer */ in xfs_alloc_get_freelist() 2147 xfs_trans_t *tp, /* transaction pointer */ in xfs_alloc_log_agf() 2184 xfs_trans_t *tp, /* transaction pointer */ in xfs_alloc_pagf_init() 2203 xfs_trans_t *tp, /* transaction pointer */ in xfs_alloc_put_freelist() 2354 struct xfs_trans *tp, /* transaction pointer */ in xfs_read_agf() 2384 struct xfs_trans *tp, /* transaction pointer */ in xfs_alloc_read_agf() [all …]
|
D | xfs_dir2_leaf.c | 261 struct xfs_trans *tp, in xfs_dir3_leaf_read() 278 struct xfs_trans *tp, in xfs_dir3_leafn_read() 299 struct xfs_trans *tp, in xfs_dir3_leaf_init() 349 struct xfs_trans *tp = args->trans; in xfs_dir3_leaf_get_buf() local 392 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_block_to_leaf() local 634 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_addname() local 1165 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_lookup() local 1227 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_lookup_int() local 1497 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_replace() local 1605 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_trim_data() local [all …]
|
D | xfs_dir2_node.c | 161 struct xfs_trans *tp, in __xfs_dir3_free_read() 180 struct xfs_trans *tp, in xfs_dir2_free_read() 190 struct xfs_trans *tp, in xfs_dir2_free_try_read() 204 struct xfs_trans *tp = args->trans; in xfs_dir3_free_get_buf() local 305 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_to_node() local 532 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leafn_lookup_for_addname() local 683 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leafn_lookup_for_entry() local 1171 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leafn_remove() local 1665 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_node_addname_int() local 2233 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_node_trim_free() local
|
D | xfs_bmap.c | 661 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_btree_to_extents() 719 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_extents_to_btree() 887 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_local_to_extents() 893 void (*init_fn)(struct xfs_trans *tp, in xfs_bmap_local_to_extents() 987 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_add_attrfork_btree() 1030 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_add_attrfork_extents() 1065 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_add_attrfork_local() 1111 xfs_trans_t *tp; /* transaction pointer */ in xfs_bmap_add_attrfork() local 1244 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_read_extents() 1472 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_first_unused() [all …]
|
D | xfs_inode_buf.c | 163 struct xfs_trans *tp, in xfs_imap_to_bp() 349 xfs_trans_t *tp, in xfs_iread()
|
D | xfs_da_btree.c | 255 struct xfs_trans *tp, in xfs_da3_node_read() 309 struct xfs_trans *tp = args->trans; in xfs_da3_node_create() local 520 struct xfs_trans *tp; in xfs_da3_root_split() local 750 struct xfs_trans *tp; in xfs_da3_node_rebalance() local 1379 struct xfs_trans *tp; in xfs_da3_node_unbalance() local 2011 struct xfs_trans *tp = args->trans; in xfs_da_grow_inode_int() local 2134 struct xfs_trans *tp; in xfs_da3_swap_lastblock() local 2351 xfs_trans_t *tp; in xfs_da_shrink_inode() local
|
D | xfs_sb.c | 808 struct xfs_trans *tp) in xfs_log_sb() 838 struct xfs_trans *tp; in xfs_sync_sb() local
|
D | xfs_bmap_btree.c | 526 struct xfs_trans *tp = cur->bc_tp; in xfs_bmbt_free_block() local 781 struct xfs_trans *tp, /* transaction pointer */ in xfs_bmbt_init_cursor() 862 struct xfs_trans *tp, in xfs_bmbt_change_owner()
|
D | xfs_symlink_remote.c | 178 struct xfs_trans *tp, in xfs_symlink_local_to_remote()
|
D | xfs_dir2_data.c | 322 struct xfs_trans *tp, in xfs_dir3_data_read() 586 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir3_data_init() local
|
D | xfs_alloc.h | 100 struct xfs_trans *tp; /* transaction pointer */ member
|
D | xfs_alloc_btree.c | 456 struct xfs_trans *tp, /* transaction pointer */ in xfs_allocbt_init_cursor()
|
D | xfs_bmap.h | 36 struct xfs_trans *tp; /* transaction pointer */ member
|
D | xfs_ialloc_btree.c | 384 struct xfs_trans *tp, /* transaction pointer */ in xfs_inobt_init_cursor()
|
D | xfs_attr_leaf.c | 338 struct xfs_trans *tp, in xfs_attr3_leaf_read() 478 xfs_sbversion_add_attr2(xfs_mount_t *mp, xfs_trans_t *tp) in xfs_sbversion_add_attr2() 584 struct xfs_trans *tp) in xfs_attr_fork_remove()
|
D | xfs_btree.c | 349 xfs_trans_t *tp; /* transaction pointer, can be NULL */ in xfs_btree_dup_cursor() local 566 xfs_trans_t *tp, /* transaction pointer */ in xfs_btree_get_bufl() 584 xfs_trans_t *tp, /* transaction pointer */ in xfs_btree_get_bufs() 717 struct xfs_trans *tp, /* transaction pointer */ in xfs_btree_read_bufl()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 83 struct sym_tcb *tp = &np->target[target]; in sym_print_nego_msg() local 915 struct sym_tcb *tp = &np->target[i]; local 1421 struct sym_tcb *tp = &np->target[cp->target]; local 1658 struct sym_tcb *tp = &np->target[cp->target]; local 1890 struct sym_tcb *tp = &np->target[i]; local 1949 struct sym_tcb *tp = &np->target[target]; local 2048 static void sym_announce_transfer_rate(struct sym_tcb *tp) 2077 struct sym_tcb *tp = &np->target[target]; local 2107 struct sym_tcb *tp = &np->target[target]; local 2140 struct sym_tcb *tp = &np->target[target]; local [all …]
|
D | sym_glue.c | 268 struct sym_tcb *tp = &np->target[cp->target]; in sym_scatter() local 303 struct sym_tcb *tp; in sym_queue_command() local 715 static void sym_tune_dev_queuing(struct sym_tcb *tp, int lun, u_short reqtags) in sym_tune_dev_queuing() 740 struct sym_tcb *tp = &np->target[sdev->id]; in sym53c8xx_slave_alloc() local 800 struct sym_tcb *tp = &np->target[sdev->id]; in sym53c8xx_slave_configure() local 836 struct sym_tcb *tp = &np->target[sdev->id]; in sym53c8xx_slave_destroy() local 909 struct sym_tcb *tp; in sym_exec_user_command() local 1907 struct sym_tcb *tp = &np->target[starget->id]; in sym2_set_offset() local 1917 struct sym_tcb *tp = &np->target[starget->id]; in sym2_set_period() local 1932 struct sym_tcb *tp = &np->target[starget->id]; in sym2_set_width() local [all …]
|
D | sym_nvram.c | 95 sym_Symbios_setup_target(struct sym_tcb *tp, int target, Symbios_nvram *nvram) in sym_Symbios_setup_target() 119 sym_Tekram_setup_target(struct sym_tcb *tp, int target, Tekram_nvram *nvram) in sym_Tekram_setup_target() 138 void sym_nvram_setup_target(struct sym_tcb *tp, int target, struct sym_nvram *nvp) in sym_nvram_setup_target()
|
D | sym_nvram.h | 202 static inline void sym_nvram_setup_target(struct sym_tcb *tp, struct sym_nvram *nvram) { } in sym_nvram_setup_target()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | windows.c | 41 static inline void shift_window_buffer(int first_win, int last_win, struct thread_info *tp) in shift_window_buffer() 62 struct thread_info *tp = current_thread_info(); in synchronize_user_stack() local 114 struct thread_info *tp = current_thread_info(); in try_to_clear_window_buffer() local
|
D | kstack.h | 10 static inline bool kstack_valid(struct thread_info *tp, unsigned long sp) in kstack_valid() 36 static inline bool kstack_is_trap_frame(struct thread_info *tp, struct pt_regs *regs) in kstack_is_trap_frame()
|
D | stacktrace.c | 11 static void __save_stack_trace(struct thread_info *tp, in __save_stack_trace() 81 struct thread_info *tp = task_thread_info(tsk); in save_stack_trace_tsk() local
|
D | process_64.c | 194 static void __global_reg_self(struct thread_info *tp, struct pt_regs *regs, in __global_reg_self() 244 struct thread_info *tp = current_thread_info(); in arch_trigger_all_cpu_backtrace() local 752 struct thread_info *tp; in get_wchan() local
|
D | viohs.c | 668 int vio_validate_sid(struct vio_driver_state *vio, struct vio_msg_tag *tp) in vio_validate_sid()
|
/linux-4.4.14/kernel/ |
D | tracepoint.c | 193 static int tracepoint_add_func(struct tracepoint *tp, in tracepoint_add_func() 229 static int tracepoint_remove_func(struct tracepoint *tp, in tracepoint_remove_func() 268 int tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio() 297 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register() 311 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister() 503 void (*fct)(struct tracepoint *tp, void *priv), in for_each_tracepoint_range() 519 void for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), in for_each_kernel_tracepoint()
|
D | torture.c | 283 void torture_shuffle_task_register(struct task_struct *tp) in torture_shuffle_task_register() 715 char *f, struct task_struct **tp) in _torture_create_kthread() 734 void _torture_stop_kthread(char *m, struct task_struct **tp) in _torture_stop_kthread()
|
D | futex_compat.c | 179 ktime_t t, *tp = NULL; in COMPAT_SYSCALL_DEFINE6() local
|
D | compat.c | 741 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() argument 758 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() argument 798 struct compat_timespec __user *, tp) in COMPAT_SYSCALL_DEFINE2() argument
|
/linux-4.4.14/kernel/time/ |
D | posix-timers.c | 206 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec *tp) in posix_clock_realtime_get() 214 const struct timespec *tp) in posix_clock_realtime_set() 228 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec *tp) in posix_ktime_get_ts() 237 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec *tp) in posix_get_monotonic_raw() 244 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec *tp) in posix_get_realtime_coarse() 251 struct timespec *tp) in posix_get_monotonic_coarse() 257 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp) in posix_get_coarse_res() 263 static int posix_get_boottime(const clockid_t which_clock, struct timespec *tp) in posix_get_boottime() 269 static int posix_get_tai(clockid_t which_clock, struct timespec *tp) in posix_get_tai() 275 static int posix_get_hrtimer_res(clockid_t which_clock, struct timespec *tp) in posix_get_hrtimer_res() [all …]
|
D | posix-cpu-timers.c | 55 timespec_to_sample(const clockid_t which_clock, const struct timespec *tp) in timespec_to_sample() 70 struct timespec *tp) in sample_to_timespec() 144 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec *tp) in posix_cpu_clock_getres() 163 posix_cpu_clock_set(const clockid_t which_clock, const struct timespec *tp) in posix_cpu_clock_set() 289 struct timespec *tp) in posix_cpu_clock_get_task() 309 static int posix_cpu_clock_get(const clockid_t which_clock, struct timespec *tp) in posix_cpu_clock_get() 1446 struct timespec *tp) in process_cpu_clock_getres() 1451 struct timespec *tp) in process_cpu_clock_get() 1471 struct timespec *tp) in thread_cpu_clock_getres() 1476 struct timespec *tp) in thread_cpu_clock_get()
|
D | alarmtimer.c | 493 static int alarm_clock_getres(const clockid_t which_clock, struct timespec *tp) in alarm_clock_getres() 510 static int alarm_clock_get(clockid_t which_clock, struct timespec *tp) in alarm_clock_get()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | percpu.h | 32 unsigned long tp; in __my_cpu_offset() local 48 #define set_my_cpu_offset(tp) (my_cpu_offset_reg = (tp)) argument
|
/linux-4.4.14/drivers/scsi/ |
D | esp_scsi.c | 549 static int esp_need_to_nego_wide(struct esp_target_data *tp) in esp_need_to_nego_wide() 556 static int esp_need_to_nego_sync(struct esp_target_data *tp) in esp_need_to_nego_sync() 721 struct esp_target_data *tp; in esp_maybe_execute_command() local 1141 struct esp_target_data *tp; in esp_reconnect() local 1256 struct esp_target_data *tp = &esp->target[cmd->device->id]; in esp_finish_select() local 1424 static void esp_setsync(struct esp *esp, struct esp_target_data *tp, in esp_setsync() 1467 struct esp_target_data *tp; in esp_msgin_reject() local 1504 static void esp_msgin_sdtr(struct esp *esp, struct esp_target_data *tp) in esp_msgin_sdtr() 1555 static void esp_msgin_wdtr(struct esp *esp, struct esp_target_data *tp) in esp_msgin_wdtr() 1608 struct esp_target_data *tp; in esp_msgin_extended() local [all …]
|
D | mesh.c | 214 struct mesh_target *tp = &ms->tgts[ms->conn_tgt]; in dlog() local 239 struct mesh_target *tp = &ms->tgts[t]; in dumplog() local 307 struct mesh_target *tp; in mesh_dump_regs() local 591 struct mesh_target *tp = &ms->tgts[ms->conn_tgt]; in mesh_done() local 639 struct mesh_target *tp = &ms->tgts[ms->conn_tgt]; in set_sdtr() local 684 struct mesh_target *tp = &ms->tgts[ms->conn_tgt]; in start_phase() local 859 struct mesh_target *tp; in reselected() local 988 struct mesh_target *tp; in handle_reset() local 1160 struct mesh_target *tp = &ms->tgts[ms->conn_tgt]; in handle_msgin() local 1446 struct mesh_target *tp = &ms->tgts[ms->conn_tgt]; in cmd_complete() local
|
D | ncr53c8xx.c | 3972 struct tcb *tp = &np->target[i]; in ncr_prepare_setting() local 4062 struct tcb *tp = &np->target[cp->target]; in ncr_prepare_nego() local 4122 struct tcb *tp = &np->target[sdev->id]; in ncr_queue_command() local 4707 struct tcb *tp; in ncr_detach() local 4819 struct tcb *tp; in ncr_complete() local 5094 struct tcb *tp = &np->target[cp->target]; in ncr_ccb_skipped() local 5326 struct tcb *tp = &np->target[i]; in ncr_init() local 5368 static void ncr_negotiate (struct ncb* np, struct tcb* tp) in ncr_negotiate() 5498 struct tcb *tp = &np->target[target]; in ncr_set_sync_wide_status() local 5533 struct tcb *tp; in ncr_setsync() local [all …]
|
D | scsi_transport_spi.c | 497 struct spi_transport_attrs *tp = in show_spi_transport_period() local 513 struct spi_transport_attrs *tp = in store_spi_transport_period() local 541 struct spi_transport_attrs *tp = in show_spi_transport_min_period() local 556 struct spi_transport_attrs *tp = in store_spi_transport_min_period() local 1123 struct spi_transport_attrs *tp; in spi_display_xfer_agreement() local
|
/linux-4.4.14/drivers/input/mouse/ |
D | trackpoint.c | 116 struct trackpoint_data *tp = psmouse->private; in trackpoint_show_int_attr() local 129 struct trackpoint_data *tp = psmouse->private; in trackpoint_set_int_attr() local 158 struct trackpoint_data *tp = psmouse->private; in trackpoint_set_bit_attr() local 285 struct trackpoint_data *tp = psmouse->private; in trackpoint_sync() local 327 static void trackpoint_defaults(struct trackpoint_data *tp) in trackpoint_defaults()
|
/linux-4.4.14/include/linux/ |
D | torture.h | 89 #define torture_create_kthread(n, arg, tp) \ argument 92 #define torture_stop_kthread(n, tp) \ argument
|
D | tcp.h | 400 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn() 407 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free()
|
D | tracepoint.h | 145 #define __DO_TRACE(tp, proto, args, cond, prercu, postrcu) \ argument
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_clock.c | 100 static int ptp_clock_getres(struct posix_clock *pc, struct timespec *tp) in ptp_clock_getres() 107 static int ptp_clock_settime(struct posix_clock *pc, const struct timespec *tp) in ptp_clock_settime() 115 static int ptp_clock_gettime(struct posix_clock *pc, struct timespec *tp) in ptp_clock_gettime()
|
/linux-4.4.14/arch/x86/kernel/ |
D | tce_64.c | 52 u64* tp; in tce_build() local 77 u64* tp; in tce_free() local
|
/linux-4.4.14/kernel/trace/ |
D | trace_probe.h | 288 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled() 293 static inline bool trace_probe_is_registered(struct trace_probe *tp) in trace_probe_is_registered() 317 find_event_file_link(struct trace_probe *tp, struct trace_event_file *file) in find_event_file_link() 348 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size() 364 store_trace_args(int ent_size, struct trace_probe *tp, struct pt_regs *regs, in store_trace_args()
|
D | trace_probe.c | 663 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt() 707 int set_print_fmt(struct trace_probe *tp, bool is_return) in set_print_fmt()
|
D | trace_kprobe.c | 35 struct trace_probe tp; member 1009 struct trace_probe *tp; in print_kprobe_event() local 1040 struct trace_probe *tp; in print_kretprobe_event() local
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dmap.c | 2181 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbAllocBits() local 2328 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbFreeBits() local 2660 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval) in dbSplit() 2725 static int dbBackSplit(dmtree_t * tp, int leafno) in dbBackSplit() 2804 static int dbJoin(dmtree_t * tp, int leafno, int newval) in dbJoin() 2898 static void dbAdjTree(dmtree_t * tp, int leafno, int newval) in dbAdjTree() 2972 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx) in dbFindLeaf() 3269 struct dmaptree *tp = (struct dmaptree *) & dp->tree; in dbAllocDmapBU() local 3851 struct dmaptree *tp; in dbInitDmapTree() local 3899 s8 *tp, *cp, *cp1; in dbInitTree() local
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | sta_event.c | 243 struct mwifiex_tx_pause_tlv *tp; in mwifiex_process_uap_tx_pause() local 276 struct mwifiex_tx_pause_tlv *tp; in mwifiex_process_sta_tx_pause() local
|
/linux-4.4.14/drivers/char/ |
D | mmtimer.c | 481 static int sgi_clock_get(clockid_t clockid, struct timespec *tp) in sgi_clock_get() 492 static int sgi_clock_set(const clockid_t clockid, const struct timespec *tp) in sgi_clock_set() 768 static int sgi_clock_getres(const clockid_t which_clock, struct timespec *tp) in sgi_clock_getres()
|
/linux-4.4.14/net/atm/ |
D | atm_misc.c | 75 int atm_pcr_goal(const struct atm_trafprm *tp) in atm_pcr_goal()
|
D | common.c | 289 static int adjust_tp(struct atm_trafprm *tp, unsigned char aal) in adjust_tp() 706 static int check_tp(const struct atm_trafprm *tp) in check_tp()
|
/linux-4.4.14/arch/tile/include/uapi/asm/ |
D | sigcontext.h | 32 __uint_reg_t tp; /* Aliases gregs[TREG_TP]. */ member
|
D | ptrace.h | 60 pt_reg_t tp; /* aliases regs[TREG_TP] */ member
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | irq.c | 564 struct thread_info *tp; in exc_lvl_ctx_init() local 603 struct thread_info *tp; in irq_ctx_init() local
|
/linux-4.4.14/arch/h8300/kernel/ |
D | traps.c | 56 unsigned char *tp; in dump() local
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_hbh.c | 58 const u_int8_t *tp = NULL; in hbh_mt6() local
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-rds-gen.h | 43 bool tp; member
|
/linux-4.4.14/lib/mpi/ |
D | mpi-pow.c | 188 mpi_ptr_t tp; in mpi_powm() local
|
D | mpi-internal.h | 195 mpi_ptr_t tp; member
|
/linux-4.4.14/arch/nios2/kernel/ |
D | process.c | 150 unsigned char *tp; in dump() local
|
/linux-4.4.14/include/uapi/linux/ |
D | atmsvc.h | 51 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : \ argument
|
D | can.h | 174 struct { canid_t rx_id, tx_id; } tp; member
|
/linux-4.4.14/tools/perf/util/ |
D | probe-event.c | 508 static int find_perf_probe_point_from_dwarf(struct probe_trace_point *tp, in find_perf_probe_point_from_dwarf() 1502 struct probe_trace_point *tp = &tev->point; in parse_probe_trace_command() local 1823 struct probe_trace_point *tp = &tev->point; in synthesize_probe_trace_command() local 1882 static int find_perf_probe_point_from_map(struct probe_trace_point *tp, in find_perf_probe_point_from_map() 1924 static int convert_to_perf_probe_point(struct probe_trace_point *tp, in convert_to_perf_probe_point() 2513 struct probe_trace_point *tp; in find_probe_trace_events_from_map() local 2649 struct probe_trace_point *tp; in try_to_find_absolute_address() local
|
D | header.c | 420 static int build_cpu_topo(struct cpu_topo *tp, int cpu) in build_cpu_topo() 486 static void free_cpu_topo(struct cpu_topo *tp) in free_cpu_topo() 504 struct cpu_topo *tp; in build_cpu_topology() local 545 struct cpu_topo *tp; in write_cpu_topology() local
|
/linux-4.4.14/arch/um/drivers/ |
D | pty.c | 96 char *tp = &line[strlen("/dev/")]; in getmaster() local
|
/linux-4.4.14/net/ipv6/ |
D | tcp_ipv6.c | 120 struct tcp_sock *tp = tcp_sk(sk); in tcp_v6_connect() local 328 struct tcp_sock *tp; in tcp_v6_err() local 1187 struct tcp_sock *tp; in tcp_v6_do_rcv() local 1698 const struct tcp_sock *tp = tcp_sk(sp); in get_tcp6_sock() local
|
D | ip6_vti.c | 157 struct ip6_tnl __rcu **tp = vti6_tnl_bucket(ip6n, &t->parms); in vti6_tnl_link() local 166 struct ip6_tnl __rcu **tp; in vti6_tnl_unlink() local 261 struct ip6_tnl __rcu **tp; in vti6_locate() local
|
D | syncookies.c | 142 struct tcp_sock *tp = tcp_sk(sk); in cookie_v6_check() local
|
D | ip6_gre.c | 262 struct ip6_tnl __rcu **tp = ip6gre_bucket(ign, t); in ip6gre_tunnel_link() local 270 struct ip6_tnl __rcu **tp; in ip6gre_tunnel_unlink() local 292 struct ip6_tnl __rcu **tp; in ip6gre_tunnel_find() local
|
D | sit.c | 153 struct ip_tunnel __rcu **tp; in ipip6_tunnel_unlink() local 168 struct ip_tunnel __rcu **tp = ipip6_bucket(sitn, t); in ipip6_tunnel_link() local 227 struct ip_tunnel __rcu **tp; in ipip6_tunnel_locate() local
|
D | ip6_tunnel.c | 301 struct ip6_tnl __rcu **tp = ip6_tnl_bucket(ip6n, &t->parms); in ip6_tnl_link() local 315 struct ip6_tnl __rcu **tp; in ip6_tnl_unlink() local 426 struct ip6_tnl __rcu **tp; in ip6_tnl_locate() local
|
D | icmp.c | 160 u8 _type, *tp; in is_ineligible() local
|
/linux-4.4.14/drivers/leds/ |
D | led-triggers.c | 308 void led_trigger_register_simple(const char *name, struct led_trigger **tp) in led_trigger_register_simple()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | sys_m68k.c | 562 asmlinkage int sys_set_thread_area(unsigned long tp) in sys_set_thread_area()
|
/linux-4.4.14/net/sctp/ |
D | transport.c | 314 void sctp_transport_update_rto(struct sctp_transport *tp, __u32 rtt) in sctp_transport_update_rto()
|
D | output.c | 381 struct sctp_transport *tp = packet->transport; in sctp_packet_transmit() local
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 184 int64_t t1, t2, tp; in main() local
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | mac8390.c | 838 static void word_memcpy_tocard(unsigned long tp, const void *fp, int count) in word_memcpy_tocard() 850 static void word_memcpy_fromcard(void *tp, unsigned long fp, int count) in word_memcpy_fromcard()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | signal.c | 339 unsigned long sp, ra, tp; in setup_frame() local
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 47 offtime (unsigned long t, efi_time_t *tp) in offtime()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | vmt.c | 91 const char *tp; in vol_attribute_show() local
|
/linux-4.4.14/arch/sparc/mm/ |
D | tsb.c | 513 static void tsb_destroy_one(struct tsb_config *tp) in tsb_destroy_one()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 2500 const struct niu_phy_template *tp; in niu_determine_phy_disposition() local 3562 struct tx_pkt_hdr *tp; in release_tx_packet() local 4729 struct niu_rdc_tables *tp = &np->parent->rdc_group_cfg[np->port]; in niu_init_rdc_groups() local 4766 struct niu_rdc_tables *tp = &parent->rdc_group_cfg[np->port]; in niu_init_hostinfo() local 5014 struct niu_tcam_entry *tp; in niu_set_ip_frag_rule() local 5638 struct niu_rdc_tables *tp = &parent->rdc_group_cfg[np->port]; in niu_init_rx_xmac() local 5690 struct niu_rdc_tables *tp = &parent->rdc_group_cfg[np->port]; in niu_init_rx_bmac() local 6636 struct tx_pkt_hdr *tp; in niu_start_xmit() local 7100 static void niu_get_ip4fs_from_tcam_key(struct niu_tcam_entry *tp, in niu_get_ip4fs_from_tcam_key() 7180 struct niu_tcam_entry *tp; in niu_get_ethtool_tcam_entry() local [all …]
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm_tty.c | 524 struct tty_struct *tp; in jsm_input() local
|
/linux-4.4.14/drivers/ide/ |
D | cmd64x.c | 101 struct ide_timing tp; in cmd64x_program_timings() local
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_mid_thermal.c | 135 static int adc_to_temp(int direct, uint16_t adc_val, int *tp) in adc_to_temp()
|
/linux-4.4.14/arch/x86/xen/ |
D | time.c | 462 struct timespec tp; in xen_time_init() local
|
/linux-4.4.14/drivers/ata/ |
D | pata_cmd64x.c | 126 struct ata_timing tp; in cmd64x_set_timing() local
|
D | pata_legacy.c | 481 struct ata_timing tp; in opti82c611a_set_piomode() local 560 struct ata_timing tp; in opti82c46x_set_piomode() local
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dpaux.c | 569 u8 tp = pattern & DP_TRAINING_PATTERN_MASK; in tegra_dpaux_train() local
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_lib.c | 555 struct tcp_sock *tp; in ksocknal_lib_push_conn() local
|
/linux-4.4.14/tools/thermal/tmon/ |
D | tmon.h | 88 struct trip_point tp[MAX_NR_TRIP]; member
|
/linux-4.4.14/drivers/platform/chrome/ |
D | chromeos_laptop.c | 43 static struct i2c_client *tp; variable
|
/linux-4.4.14/net/openvswitch/ |
D | flow.c | 68 #define TCP_FLAGS_BE16(tp) (*(__be16 *)&tcp_flag_word(tp) & htons(0x0FFF)) argument
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-move.c | 52 lnet_test_peer_t *tp; in lnet_fail_nid() local 105 lnet_test_peer_t *tp; in fail_peer() local
|
/linux-4.4.14/drivers/atm/ |
D | horizon.c | 2045 static int check_max_sdu (hrz_aal aal, struct atm_trafprm * tp, unsigned int max_frame_size) { in check_max_sdu() 2077 static int atm_pcr_check (struct atm_trafprm * tp, unsigned int pcr) { in atm_pcr_check()
|
/linux-4.4.14/fs/proc/ |
D | base.c | 2159 struct timers_private *tp = m->private; in timers_start() local 2174 struct timers_private *tp = m->private; in timers_next() local 2180 struct timers_private *tp = m->private; in timers_stop() local 2196 struct timers_private *tp = m->private; in show_timer() local 2229 struct timers_private *tp; in proc_timers_open() local
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_mm.c | 686 struct timer_list *tp = NULL; in lld_ioctl() local
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | declance.c | 328 unsigned short *tp; in cp_to_buf() local 387 unsigned short *tp; in cp_from_buf() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv50.c | 238 nv50_gr_prop_trap(struct nv50_gr *gr, u32 ustatus_addr, u32 ustatus, u32 tp) in nv50_gr_prop_trap()
|
/linux-4.4.14/arch/xtensa/platforms/iss/ |
D | network.c | 94 } tp; member
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 617 struct ipoib_path *path, *tp; in ipoib_mark_paths_invalid() local 634 struct ipoib_path *path, *tp; in ipoib_flush_paths() local
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 1382 struct ktermios *tp; in tty_init_termios() local 1572 struct ktermios *tp; in tty_free_termios() local 3430 struct ktermios *tp; in destruct_tty_driver() local
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | atombios_dp.c | 520 amdgpu_atombios_dp_set_tp(struct amdgpu_atombios_dp_link_train_info *dp_info, int tp) in amdgpu_atombios_dp_set_tp()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.c | 425 struct tp_params *tp = &adap->params.tp; in cxgb4_select_ntuple() local
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 1782 int tp = -1; in get_default_tuner_type() local 1796 int tp = 0; in get_default_standard() local 1808 int tp = 0; in get_default_error_tolerance() local 2843 static const char *get_ctrl_typename(enum pvr2_ctl_type tp) in get_ctrl_typename()
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 489 struct temac_option *tp = &temac_options[0]; in temac_setoptions() local
|
D | xilinx_axienet_main.c | 421 struct axienet_option *tp = &axienet_options[0]; in axienet_setoptions() local
|
/linux-4.4.14/net/ceph/ |
D | auth_x.c | 153 void *tp, *tpend; in process_one_ticket() local
|