/linux-4.4.14/drivers/macintosh/ |
D | therm_adt746x.c | 94 write_reg(struct thermostat* th, int reg, u8 data) in write_reg() 110 read_reg(struct thermostat* th, int reg) in read_reg() 127 static int read_fan_speed(struct thermostat *th, u8 addr) in read_fan_speed() 141 static void write_both_fan_speed(struct thermostat *th, int speed) in write_both_fan_speed() 148 static void write_fan_speed(struct thermostat *th, int speed, int fan) in write_fan_speed() 198 static void read_sensors(struct thermostat *th) in read_sensors() 207 static void display_stats(struct thermostat *th) in display_stats() 226 static void update_fans_speed (struct thermostat *th) in update_fans_speed() 283 struct thermostat* th = arg; in monitor_task() local 309 static void set_limit(struct thermostat *th, int i) in set_limit() [all …]
|
/linux-4.4.14/drivers/sfi/ |
D | sfi_core.c | 166 struct sfi_table_header *th; in sfi_map_table() local 192 static void sfi_unmap_table(struct sfi_table_header *th) in sfi_unmap_table() 199 static int sfi_table_check_key(struct sfi_table_header *th, in sfi_table_check_key() 233 struct sfi_table_header *th; in sfi_check_table() local 261 struct sfi_table_header *th; in sfi_get_table() local 274 void sfi_put_table(struct sfi_table_header *th) in sfi_put_table() 395 struct sfi_table_header *th = NULL; in sfi_table_show() local 421 struct sfi_table_header *th; in sfi_sysfs_install_table() local
|
D | sfi_acpi.c | 81 struct acpi_table_header *th) in acpi_to_sfi_th() 87 struct sfi_table_header *th) in sfi_to_acpi_th() 97 static int __init sfi_acpi_parse_xsdt(struct sfi_table_header *th) in sfi_acpi_parse_xsdt() 181 struct acpi_table_header *th = NULL; in sfi_acpi_table_show() local
|
/linux-4.4.14/net/ceph/ |
D | auth_x.c | 100 struct ceph_x_ticket_handler *th; in get_ticket_handler() local 126 struct ceph_x_ticket_handler *th) in remove_ticket_handler() 145 struct ceph_x_ticket_handler *th; in process_one_ticket() local 293 struct ceph_x_ticket_handler *th, in ceph_x_build_authorizer() 366 static int ceph_x_encode_ticket(struct ceph_x_ticket_handler *th, in ceph_x_encode_ticket() 396 struct ceph_x_ticket_handler *th; in ceph_x_validate_tickets() local 426 struct ceph_x_ticket_handler *th = in ceph_x_build_request() local 503 struct ceph_x_ticket_handler *th; in ceph_x_handle_reply() local 558 struct ceph_x_ticket_handler *th; in ceph_x_create_authorizer() local 591 struct ceph_x_ticket_handler *th; in ceph_x_update_authorizer() local [all …]
|
/linux-4.4.14/net/ipv4/ |
D | tcp_offload.c | 40 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local 59 struct tcphdr *th; in tcp_gso_segment() local 182 struct tcphdr *th; in tcp_gro_receive() local 276 struct tcphdr *th = tcp_hdr(skb); in tcp_gro_complete() local 307 struct tcphdr *th = tcp_hdr(skb); in tcp4_gro_complete() local
|
D | syncookies.c | 178 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_init_sequence() 198 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_init_sequence() local 207 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check() 301 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_check() local
|
D | tcp_ipv4.c | 358 struct tcphdr *th = (struct tcphdr *)(icmp_skb->data + (iph->ihl << 2)); in tcp_v4_err() local 546 struct tcphdr *th = tcp_hdr(skb); in __tcp_v4_send_check() local 584 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_reset() local 586 struct tcphdr th; in tcp_v4_send_reset() member 717 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_ack() local 719 struct tcphdr th; in tcp_v4_send_ack() member 1042 __be32 daddr, __be32 saddr, const struct tcphdr *th) in tcp_v4_md5_hash_hdr() 1079 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_md5_hash_skb() local 1139 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_inbound_md5_hash() local 1358 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_cookie_check() local [all …]
|
D | tcp_minisocks.c | 101 const struct tcphdr *th) in tcp_timewait_state_process() 577 const struct tcphdr *th = tcp_hdr(skb); in tcp_check_req() local
|
D | tcp_input.c | 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() 3702 const struct tcphdr *th = tcp_hdr(skb); in tcp_parse_options() local 3808 static bool tcp_parse_aligned_timestamp(struct tcp_sock *tp, const struct tcphdr *th) in tcp_parse_aligned_timestamp() 3831 const struct tcphdr *th, struct tcp_sock *tp) in tcp_fast_parse_options() 3856 const u8 *tcp_parse_md5sig_option(const struct tcphdr *th) in tcp_parse_md5sig_option() 3916 const struct tcphdr *th = tcp_hdr(skb); in tcp_disordered_ack() local 4993 static void tcp_check_urg(struct sock *sk, const struct tcphdr *th) in tcp_check_urg() 5059 static void tcp_urg(struct sock *sk, struct sk_buff *skb, const struct tcphdr *th) in tcp_urg() [all …]
|
D | tcp_probe.c | 108 const struct tcphdr *th, unsigned int len) in jtcp_rcv_established()
|
D | tcp_output.c | 360 tcp_ecn_make_synack(const struct request_sock *req, struct tcphdr *th) in tcp_ecn_make_synack() 913 struct tcphdr *th; in tcp_transmit_skb() local 2955 struct tcphdr *th; in tcp_make_synack() local
|
D | tcp.c | 3001 const struct tcphdr *th) in tcp_md5_hash_header()
|
/linux-4.4.14/net/ipv6/ |
D | tcpv6_offload.c | 35 struct tcphdr *th = tcp_hdr(skb); in tcp6_gro_complete() local 47 struct tcphdr *th; in tcp6_gso_segment() local 54 struct tcphdr *th = tcp_hdr(skb); in tcp6_gso_segment() local
|
D | syncookies.c | 101 const struct tcphdr *th, __u16 *mssp) in __cookie_v6_init_sequence() 120 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_init_sequence() local 125 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th, in __cookie_v6_check() 143 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_check() local
|
D | tcp_ipv6.c | 324 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err() local 550 const struct tcphdr *th) in tcp_v6_md5_hash_hdr() 589 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb() local 638 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_inbound_md5_hash() local 741 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_response() local 837 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_reset() local 947 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_cookie_check() local 1317 const struct tcphdr *th) in tcp_v6_fill_cb() 1349 const struct tcphdr *th; in tcp_v6_rcv() local 1532 const struct tcphdr *th; in tcp_v6_early_demux() local
|
D | ila.c | 55 struct tcphdr *th = (struct tcphdr *) in update_ipv6_locator() local
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 88 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_synack() 130 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn() 175 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_ack() 213 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_ack() 252 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_recv_client_ack() 280 struct tcphdr *th, _th; in synproxy_tg6() local 329 struct tcphdr *th, _th; in ipv6_synproxy_hook() local
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 75 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_synack() 117 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn() 162 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_ack() 200 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_ack() 239 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_recv_client_ack() 267 struct tcphdr *th, _th; in synproxy_tg4() local 316 struct tcphdr *th, _th; in ipv4_synproxy_hook() local
|
D | nf_nat_h323.c | 34 const struct tcphdr *th; in set_addr() local
|
/linux-4.4.14/fs/reiserfs/ |
D | inode.c | 35 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local 251 static int restart_transaction(struct reiserfs_transaction_handle *th, in restart_transaction() 638 static inline int _allocate_block(struct reiserfs_transaction_handle *th, in _allocate_block() 670 struct reiserfs_transaction_handle *th = NULL; in reiserfs_get_block() local 1447 void reiserfs_update_sd_size(struct reiserfs_transaction_handle *th, in reiserfs_update_sd_size() 1777 struct reiserfs_transaction_handle th; in reiserfs_write_inode() local 1804 static int reiserfs_new_directory(struct reiserfs_transaction_handle *th, in reiserfs_new_directory() 1867 static int reiserfs_new_symlink(struct reiserfs_transaction_handle *th, in reiserfs_new_symlink() 1926 int reiserfs_new_inode(struct reiserfs_transaction_handle *th, in reiserfs_new_inode() 2265 struct reiserfs_transaction_handle th; in reiserfs_truncate_file() local [all …]
|
D | super.c | 69 struct reiserfs_transaction_handle th; in reiserfs_sync_fs() local 132 struct reiserfs_transaction_handle th; in reiserfs_freeze() local 173 struct reiserfs_transaction_handle th; in remove_save_link_only() local 396 void add_save_link(struct reiserfs_transaction_handle *th, in add_save_link() 479 struct reiserfs_transaction_handle th; in remove_save_link() local 542 struct reiserfs_transaction_handle th; in reiserfs_put_super() local 649 struct reiserfs_transaction_handle th; in reiserfs_dirty_inode() local 1388 struct reiserfs_transaction_handle th; in reiserfs_remount() local 1850 struct reiserfs_transaction_handle th; in reiserfs_fill_super() local 2219 struct reiserfs_transaction_handle th; in reiserfs_write_dquot() local [all …]
|
D | namei.c | 429 static int reiserfs_add_entry(struct reiserfs_transaction_handle *th, in reiserfs_add_entry() 632 struct reiserfs_transaction_handle th; in reiserfs_create() local 704 struct reiserfs_transaction_handle th; in reiserfs_mknod() local 787 struct reiserfs_transaction_handle th; in reiserfs_mkdir() local 901 struct reiserfs_transaction_handle th; in reiserfs_rmdir() local 1000 struct reiserfs_transaction_handle th; in reiserfs_unlink() local 1104 struct reiserfs_transaction_handle th; in reiserfs_symlink() local 1202 struct reiserfs_transaction_handle th; in reiserfs_link() local 1317 struct reiserfs_transaction_handle th; in reiserfs_rename() local
|
D | stree.c | 1016 static char prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, in prepare_for_delete_or_cut() 1172 static void init_tb_struct(struct reiserfs_transaction_handle *th, in init_tb_struct() 1233 int reiserfs_delete_item(struct reiserfs_transaction_handle *th, in reiserfs_delete_item() 1386 void reiserfs_delete_solid_item(struct reiserfs_transaction_handle *th, in reiserfs_delete_solid_item() 1476 int reiserfs_delete_object(struct reiserfs_transaction_handle *th, in reiserfs_delete_object() 1539 static int maybe_indirect_to_direct(struct reiserfs_transaction_handle *th, in maybe_indirect_to_direct() 1579 static void indirect_to_direct_roll_back(struct reiserfs_transaction_handle *th, in indirect_to_direct_roll_back() 1621 int reiserfs_cut_from_item(struct reiserfs_transaction_handle *th, in reiserfs_cut_from_item() 1842 static void truncate_directory(struct reiserfs_transaction_handle *th, in truncate_directory() 1861 int reiserfs_do_truncate(struct reiserfs_transaction_handle *th, in reiserfs_do_truncate() [all …]
|
D | xattr_acl.c | 23 struct reiserfs_transaction_handle th; in reiserfs_set_acl() local 237 __reiserfs_set_acl(struct reiserfs_transaction_handle *th, struct inode *inode, in __reiserfs_set_acl() 302 reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, in reiserfs_inherit_default_acl()
|
D | journal.c | 1910 static int do_journal_release(struct reiserfs_transaction_handle *th, in do_journal_release() 1976 int journal_release(struct reiserfs_transaction_handle *th, in journal_release() 1983 int journal_release_error(struct reiserfs_transaction_handle *th, in journal_release_error() 2911 int journal_transaction_should_end(struct reiserfs_transaction_handle *th, in journal_transaction_should_end() 2934 void reiserfs_block_writes(struct reiserfs_transaction_handle *th) in reiserfs_block_writes() 3020 static int do_journal_begin_r(struct reiserfs_transaction_handle *th, in do_journal_begin_r() 3148 struct reiserfs_transaction_handle *th; in reiserfs_persistent_transaction() local 3174 int reiserfs_end_persistent_transaction(struct reiserfs_transaction_handle *th) in reiserfs_end_persistent_transaction() 3189 static int journal_join(struct reiserfs_transaction_handle *th, in journal_join() 3203 int journal_join_abort(struct reiserfs_transaction_handle *th, in journal_join_abort() [all …]
|
D | objectid.c | 49 __u32 reiserfs_get_unused_objectid(struct reiserfs_transaction_handle *th) in reiserfs_get_unused_objectid() 97 void reiserfs_release_objectid(struct reiserfs_transaction_handle *th, in reiserfs_release_objectid()
|
D | bitmap.c | 143 static int scan_bitmap_block(struct reiserfs_transaction_handle *th, in scan_bitmap_block() 347 static int scan_bitmap(struct reiserfs_transaction_handle *th, in scan_bitmap() 416 static void _reiserfs_free_block(struct reiserfs_transaction_handle *th, in _reiserfs_free_block() 467 void reiserfs_free_block(struct reiserfs_transaction_handle *th, in reiserfs_free_block() 491 static void reiserfs_free_prealloc_block(struct reiserfs_transaction_handle *th, in reiserfs_free_prealloc_block() 502 static void __discard_prealloc(struct reiserfs_transaction_handle *th, in __discard_prealloc() 528 void reiserfs_discard_prealloc(struct reiserfs_transaction_handle *th, in reiserfs_discard_prealloc() 538 void reiserfs_discard_all_prealloc(struct reiserfs_transaction_handle *th) in reiserfs_discard_all_prealloc()
|
D | tail_conversion.c | 24 int direct2indirect(struct reiserfs_transaction_handle *th, struct inode *inode, in direct2indirect() 201 int indirect2direct(struct reiserfs_transaction_handle *th, in indirect2direct()
|
D | file.c | 35 struct reiserfs_transaction_handle th; in reiserfs_file_release() local 188 struct reiserfs_transaction_handle th; in reiserfs_commit_page() local
|
D | resize.c | 27 struct reiserfs_transaction_handle th; in reiserfs_resize() local
|
D | xattr.h | 114 reiserfs_security_write(struct reiserfs_transaction_handle *th, in reiserfs_security_write()
|
D | acl.h | 70 reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, in reiserfs_inherit_default_acl()
|
D | xattr_security.c | 92 int reiserfs_security_write(struct reiserfs_transaction_handle *th, in reiserfs_security_write()
|
D | xattr.c | 293 struct reiserfs_transaction_handle th; in reiserfs_for_each_xattr() local 498 reiserfs_xattr_set_handle(struct reiserfs_transaction_handle *th, in reiserfs_xattr_set_handle() 601 struct reiserfs_transaction_handle th; in reiserfs_xattr_set() local
|
D | reiserfs.h | 2897 struct reiserfs_transaction_handle *th = current->journal_info; in reiserfs_transaction_running() local 2905 static inline int reiserfs_transaction_free_space(struct reiserfs_transaction_handle *th) in reiserfs_transaction_free_space() 3095 static inline void reiserfs_update_sd(struct reiserfs_transaction_handle *th, in reiserfs_update_sd() 3281 struct reiserfs_transaction_handle *th; member 3344 static inline int reiserfs_new_unf_blocknrs(struct reiserfs_transaction_handle in reiserfs_new_unf_blocknrs() 3362 static inline int reiserfs_new_unf_blocknrs2(struct reiserfs_transaction_handle in reiserfs_new_unf_blocknrs2()
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | pci.c | 33 struct intel_th *th; in intel_th_pci_probe() local 56 struct intel_th *th = pci_get_drvdata(pdev); in intel_th_pci_remove() local
|
D | core.c | 252 intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name, in intel_th_device_alloc() 422 static int intel_th_populate(struct intel_th *th, struct resource *devres, in intel_th_populate() 561 struct intel_th *th; in intel_th_alloc() local 602 void intel_th_free(struct intel_th *th) in intel_th_free()
|
/linux-4.4.14/drivers/thermal/st/ |
D | st_thermal.c | 114 static int st_thermal_get_temp(struct thermal_zone_device *th, int *temperature) in st_thermal_get_temp() 142 static int st_thermal_get_trip_type(struct thermal_zone_device *th, in st_thermal_get_trip_type() 160 static int st_thermal_get_trip_temp(struct thermal_zone_device *th, in st_thermal_get_trip_temp()
|
/linux-4.4.14/net/netfilter/ |
D | nf_synproxy_core.c | 32 const struct tcphdr *th, struct synproxy_options *opts) in synproxy_parse_options() 113 synproxy_build_options(struct tcphdr *th, const struct synproxy_options *opts) in synproxy_build_options() 185 struct tcphdr *th, in synproxy_tstamp_adjust()
|
D | xt_tcpmss.c | 31 const struct tcphdr *th; in tcpmss_mt() local
|
D | xt_ecn.c | 34 const struct tcphdr *th; in match_tcp() local
|
D | nf_conntrack_proto_tcp.c | 759 const struct tcphdr *th; in tcp_error() local 825 const struct tcphdr *th; in tcp_packet() local 1107 const struct tcphdr *th; in tcp_new() local
|
D | nf_log_common.c | 61 const struct tcphdr *th; in nf_log_dump_tcp_header() local
|
D | xt_tcpudp.c | 67 const struct tcphdr *th; in tcp_mt() local
|
D | nf_conntrack_sane.c | 67 const struct tcphdr *th; in help() local
|
D | nf_conntrack_irc.c | 111 const struct tcphdr *th; in help() local
|
D | nf_conntrack_seqadj.c | 63 const struct tcphdr *th; in nf_ct_tcp_seqadj_set() local
|
D | nf_nat_sip.c | 40 struct tcphdr *th; in mangle_packet() local 306 const struct tcphdr *th; in nf_nat_sip_seq_adjust() local
|
D | nf_conntrack_ftp.c | 391 const struct tcphdr *th; in help() local
|
D | nf_conntrack_h323_main.c | 125 const struct tcphdr *th; in get_tpkt_data() local
|
D | nf_conntrack_sip.c | 1485 struct tcphdr *th, _tcph; in sip_help_tcp() local
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_proto_tcp.c | 41 struct tcphdr _tcph, *th; in tcp_conn_schedule() local 480 static inline int tcp_state_idx(struct tcphdr *th) in tcp_state_idx() 495 int direction, struct tcphdr *th) in set_tcp_state() 570 struct tcphdr _tcph, *th; in tcp_state_transition() local
|
D | ip_vs_app.c | 285 static inline void vs_fix_seq(const struct ip_vs_seq *vseq, struct tcphdr *th) in vs_fix_seq() 312 vs_fix_ack_seq(const struct ip_vs_seq *vseq, struct tcphdr *th) in vs_fix_ack_seq() 362 struct tcphdr *th; in app_tcp_pkt_out() local 437 struct tcphdr *th; in app_tcp_pkt_in() local
|
D | ip_vs_ftp.c | 173 struct tcphdr *th; in ip_vs_ftp_out() local 315 struct tcphdr *th; in ip_vs_ftp_in() local
|
D | ip_vs_core.c | 1048 struct tcphdr _tcph, *th; in is_tcp_reset() local 1061 struct tcphdr _tcph, *th; in is_new_conn() local
|
/linux-4.4.14/security/ |
D | lsm_audit.c | 63 struct tcphdr *th = tcp_hdr(skb); in ipv4_skb_to_auditdata() local 137 struct tcphdr _tcph, *th; in ipv6_skb_to_auditdata() local
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 189 The pgd_t from our example will therefore be the 208'th (0xd0) entry in mm->pgd. function
|
/linux-4.4.14/include/net/ |
D | ip6_checksum.h | 71 struct tcphdr *th = tcp_hdr(skb); in __tcp_v6_send_check() local
|
D | tcp.h | 719 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) argument
|
/linux-4.4.14/drivers/char/ |
D | ds1620.c | 335 struct therm th; in ds1620_proc_therm_show() local 379 struct therm th, th_start; in ds1620_init() local
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_getport.c | 30 const struct tcphdr *th; in get_port() local
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | grulib.h | 62 #define CONTEXT_WINDOW_BYTES(th) (GRU_GSEG_PAGESIZE * (th)) argument 63 #define THREAD_POINTER(p, th) (p + GRU_GSEG_PAGESIZE * (th)) argument
|
/linux-4.4.14/tools/perf/util/ |
D | machine.c | 313 struct thread *th, pid_t pid) in machine__update_thread_pid() 364 struct thread *th; in ____machine__findnew_thread() local 437 struct thread *th; in machine__findnew_thread() local 448 struct thread *th; in machine__find_thread() local 1363 static void __machine__remove_thread(struct machine *machine, struct thread *th, bool lock) in __machine__remove_thread() 1384 void machine__remove_thread(struct machine *machine, struct thread *th) in machine__remove_thread()
|
/linux-4.4.14/security/apparmor/ |
D | match.c | 40 struct table_header th; in unpack_table() local
|
/linux-4.4.14/drivers/parport/ |
D | daisy.c | 96 static const char *th[] = { /*0*/"th", "st", "nd", "rd", "th" }; in parport_daisy_init() local
|
/linux-4.4.14/drivers/net/slip/ |
D | slhc.c | 239 struct tcphdr *th, *oth; in slhc_compress() local
|
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_mpc.h | 105 struct th_header th; member 154 struct th_header *th; member
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx.c | 851 struct task_struct *th; in rtsx_probe() local
|
/linux-4.4.14/drivers/usb/storage/ |
D | usb.c | 777 struct task_struct *th; in usb_stor_acquire_resources() local
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.c | 181 int amdgpu_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) in amdgpu_calculate_at()
|
/linux-4.4.14/net/sched/ |
D | cls_route.c | 486 unsigned int h, th; in route4_change() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 1269 struct tcphdr *th; in qlcnic_process_lro() local 1791 struct tcphdr *th; in qlcnic_83xx_process_lro() local
|
/linux-4.4.14/net/openvswitch/ |
D | actions.c | 564 struct tcphdr *th; in set_tcp() local
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 789 unsigned char *th; in fm10k_tso() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 218 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) in r600_calculate_at()
|
/linux-4.4.14/drivers/ata/ |
D | pata_mpc52xx.c | 83 u8 th; member
|
D | pata_bf54x.c | 374 unsigned short tm, td, tkr, tkw, teoc, th; in bfin_set_dmamode() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_init.c | 1599 struct tcphdr *th; in netxen_process_lro() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 707 struct tcphdr *th; in bnx2x_gro_ip_csum() local 719 struct tcphdr *th; in bnx2x_gro_ipv6_csum() local
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 1977 struct tcphdr *th; in i40e_atr() local
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilepro.c | 1690 struct tcphdr *th = (struct tcphdr *)(nh + ih_len); in tile_net_tx_tso() local
|
D | tilegx.c | 1727 struct tcphdr *th; in tso_headers_prepare() local
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 1768 u32 th, tl; in ieee80211_sta_ps() local
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 636 struct tcphdr *th; in vxge_get_vpath_no() local
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 3779 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv4() local 3864 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv6() local
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 3872 struct tcphdr _tcph, *th; in smk_skb_to_addr_ipv6() local
|
/linux-4.4.14/drivers/net/ethernet/neterion/ |
D | s2io.c | 4053 struct tcphdr *th; in s2io_xmit() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 856 struct tcphdr *th; in bnxt_gro_skb() local
|
/linux-4.4.14/drivers/net/usb/ |
D | r8152.c | 1428 struct tcphdr *th; in msdn_giant_send_check() local
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 7341 struct tcphdr *th; in ixgbe_atr() local
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 7408 int th = tn & 3; in ncr_init_tcb() local
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 6980 struct tcphdr *th; in msdn_giant_send_check() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 13422 struct tcphdr *th; in tg3_run_loopback() local
|