| /Linux-v5.4/drivers/macintosh/ | 
| D | therm_adt746x.c | 95 write_reg(struct thermostat* th, int reg, u8 data)  in write_reg()111 read_reg(struct thermostat* th, int reg)  in read_reg()
 128 static int read_fan_speed(struct thermostat *th, u8 addr)  in read_fan_speed()
 142 static void write_both_fan_speed(struct thermostat *th, int speed)  in write_both_fan_speed()
 149 static void write_fan_speed(struct thermostat *th, int speed, int fan)  in write_fan_speed()
 199 static void read_sensors(struct thermostat *th)  in read_sensors()
 208 static void display_stats(struct thermostat *th)  in display_stats()
 227 static void update_fans_speed (struct thermostat *th)  in update_fans_speed()
 284 	struct thermostat* th = arg;  in monitor_task()  local
 310 static void set_limit(struct thermostat *th, int i)  in set_limit()
 [all …]
 
 | 
| /Linux-v5.4/drivers/hwtracing/intel_th/ | 
| D | core.c | 106 		struct intel_th *th = to_intel_th(hub);  in intel_th_remove()  local192 	struct intel_th *th = to_intel_th(thdev);  in intel_th_output_devnode()  local
 222 	struct intel_th *th = to_intel_th(thdev);  in intel_th_output_activate()  local
 263 	struct intel_th *th = to_intel_th(thdev);  in intel_th_output_deactivate()  local
 355 intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name,  in intel_th_device_alloc()
 569 	struct intel_th *th = container_of(work, struct intel_th,  in __intel_th_request_hub_module()  local
 575 static int intel_th_request_hub_module(struct intel_th *th)  in intel_th_request_hub_module()
 583 static void intel_th_request_hub_module_flush(struct intel_th *th)  in intel_th_request_hub_module_flush()
 588 static inline int intel_th_request_hub_module(struct intel_th *th)  in intel_th_request_hub_module()
 593 static inline void intel_th_request_hub_module_flush(struct intel_th *th)  in intel_th_request_hub_module_flush()
 [all …]
 
 | 
| D | pci.c | 31 static int intel_th_pci_activate(struct intel_th *th)  in intel_th_pci_activate()52 static void intel_th_pci_deactivate(struct intel_th *th)  in intel_th_pci_deactivate()
 80 	struct intel_th *th;  in intel_th_pci_probe()  local
 116 	struct intel_th *th = pci_get_drvdata(pdev);  in intel_th_pci_remove()  local
 
 | 
| D | acpi.c | 42 	struct intel_th *th;  in intel_th_acpi_probe()  local65 	struct intel_th *th = platform_get_drvdata(pdev);  in intel_th_acpi_remove()  local
 
 | 
| /Linux-v5.4/drivers/thermal/ | 
| D | db8500_thermal.c | 64 	struct db8500_thermal_zone *th = data;  in db8500_thermal_get_temp()  local79 	struct db8500_thermal_zone *th = data;  in db8500_thermal_get_trend()  local
 91 static void db8500_thermal_update_config(struct db8500_thermal_zone *th,  in db8500_thermal_update_config()
 113 	struct db8500_thermal_zone *th = irq_data;  in prcmu_low_irq_handler()  local
 142 	struct db8500_thermal_zone *th = irq_data;  in prcmu_high_irq_handler()  local
 168 	struct db8500_thermal_zone *th = NULL;  in db8500_thermal_probe()  local
 232 	struct db8500_thermal_zone *th = platform_get_drvdata(pdev);  in db8500_thermal_resume()  local
 
 | 
| /Linux-v5.4/drivers/sfi/ | 
| D | sfi_core.c | 167 	struct sfi_table_header *th;  in sfi_map_table()  local193 static void sfi_unmap_table(struct sfi_table_header *th)  in sfi_unmap_table()
 200 static int sfi_table_check_key(struct sfi_table_header *th,  in sfi_table_check_key()
 234 	struct sfi_table_header *th;  in sfi_check_table()  local
 262 	struct sfi_table_header *th;  in sfi_get_table()  local
 275 void sfi_put_table(struct sfi_table_header *th)  in sfi_put_table()
 396 	struct sfi_table_header *th = NULL;  in sfi_table_show()  local
 422 	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-v5.4/net/netfilter/ | 
| D | nf_synproxy_core.c | 29 		       const struct tcphdr *th, struct synproxy_options *opts)  in synproxy_parse_options()110 synproxy_build_options(struct tcphdr *th, const struct synproxy_options *opts)  in synproxy_build_options()
 181 		       struct tcphdr *th, struct nf_conn *ct,  in synproxy_tstamp_adjust()
 466 			    const struct sk_buff *skb, const struct tcphdr *th,  in synproxy_send_client_synack()
 509 			 const struct sk_buff *skb, const struct tcphdr *th,  in synproxy_send_server_syn()
 555 			 const struct sk_buff *skb, const struct tcphdr *th,  in synproxy_send_server_ack()
 593 			 const struct sk_buff *skb, const struct tcphdr *th,  in synproxy_send_client_ack()
 632 			 const struct sk_buff *skb, const struct tcphdr *th,  in synproxy_recv_client_ack()
 667 	struct tcphdr *th, _th;  in ipv4_synproxy_hook()  local
 880 				 const struct tcphdr *th,  in synproxy_send_client_synack_ipv6()
 [all …]
 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_offload.c | 40 		struct tcphdr *th = tcp_hdr(skb);  in tcp4_gso_segment()  local59 	struct tcphdr *th;  in tcp_gso_segment()  local
 184 	struct tcphdr *th;  in tcp_gro_receive()  local
 290 	struct tcphdr *th = tcp_hdr(skb);  in tcp_gro_complete()  local
 322 	struct tcphdr *th = tcp_hdr(skb);  in tcp4_gro_complete()  local
 
 | 
| D | tcp_ipv4.c | 427 	struct tcphdr *th = (struct tcphdr *)(icmp_skb->data + (iph->ihl << 2));  in tcp_v4_err()  local622 	struct tcphdr *th = tcp_hdr(skb);  in __tcp_v4_send_check()  local
 653 	const struct tcphdr *th = tcp_hdr(skb);  in tcp_v4_send_reset()  local
 655 		struct tcphdr th;  in tcp_v4_send_reset()  member
 808 	const struct tcphdr *th = tcp_hdr(skb);  in tcp_v4_send_ack()  local
 810 		struct tcphdr th;  in tcp_v4_send_ack()  member
 1186 				   const struct tcphdr *th, int nbytes)  in tcp_v4_md5_hash_headers()
 1210 			       __be32 daddr, __be32 saddr, const struct tcphdr *th)  in tcp_v4_md5_hash_hdr()
 1246 	const struct tcphdr *th = tcp_hdr(skb);  in tcp_v4_md5_hash_skb()  local
 1305 	const struct tcphdr *th = tcp_hdr(skb);  in tcp_v4_inbound_md5_hash()  local
 [all …]
 
 | 
| D | syncookies.c | 161 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th,  in __cookie_v4_init_sequence()181 	const struct tcphdr *th = tcp_hdr(skb);  in cookie_v4_init_sequence()  local
 190 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,  in __cookie_v4_check()
 290 	const struct tcphdr *th = tcp_hdr(skb);  in cookie_v4_check()  local
 
 | 
| /Linux-v5.4/net/ceph/ | 
| D | auth_x.c | 119 	struct ceph_x_ticket_handler *th;  in get_ticket_handler()  local145 				  struct ceph_x_ticket_handler *th)  in remove_ticket_handler()
 164 	struct ceph_x_ticket_handler *th;  in process_one_ticket()  local
 349 				   struct ceph_x_ticket_handler *th,  in ceph_x_build_authorizer()
 414 static int ceph_x_encode_ticket(struct ceph_x_ticket_handler *th,  in ceph_x_encode_ticket()
 435 static bool need_key(struct ceph_x_ticket_handler *th)  in need_key()
 443 static bool have_key(struct ceph_x_ticket_handler *th)  in have_key()
 462 		struct ceph_x_ticket_handler *th;  in ceph_x_validate_tickets()  local
 490 	struct ceph_x_ticket_handler *th =  in ceph_x_build_request()  local
 568 	struct ceph_x_ticket_handler *th;  in ceph_x_handle_reply()  local
 [all …]
 
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | tcpv6_offload.c | 32 	struct tcphdr *th = tcp_hdr(skb);  in tcp6_gro_complete()  local44 	struct tcphdr *th;  in tcp6_gso_segment()  local
 54 		struct tcphdr *th = tcp_hdr(skb);  in tcp6_gso_segment()  local
 
 | 
| D | syncookies.c | 93 			      const struct tcphdr *th, __u16 *mssp)  in __cookie_v6_init_sequence()112 	const struct tcphdr *th = tcp_hdr(skb);  in cookie_v6_init_sequence()  local
 117 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th,  in __cookie_v6_check()
 135 	const struct tcphdr *th = tcp_hdr(skb);  in cookie_v6_check()  local
 
 | 
| D | tcp_ipv6.c | 364 	const struct tcphdr *th = (struct tcphdr *)(skb->data+offset);  in tcp_v6_err()  local596 				   const struct tcphdr *th, int nbytes)  in tcp_v6_md5_hash_headers()
 621 			       const struct tcphdr *th)  in tcp_v6_md5_hash_hdr()
 659 	const struct tcphdr *th = tcp_hdr(skb);  in tcp_v6_md5_hash_skb()  local
 707 	const struct tcphdr *th = tcp_hdr(skb);  in tcp_v6_inbound_md5_hash()  local
 810 	const struct tcphdr *th = tcp_hdr(skb);  in tcp_v6_send_response()  local
 925 	const struct tcphdr *th = tcp_hdr(skb);  in tcp_v6_send_reset()  local
 1065 	const struct tcphdr *th = tcp_hdr(skb);  in tcp_v6_cookie_check()  local
 1074 			 struct tcphdr *th, u32 *cookie)  in tcp_v6_get_syncookie()
 1456 			   const struct tcphdr *th)  in tcp_v6_fill_cb()
 [all …]
 
 | 
| /Linux-v5.4/fs/reiserfs/ | 
| D | inode.c | 36 	struct reiserfs_transaction_handle th;  in reiserfs_evict_inode()  local252 static int restart_transaction(struct reiserfs_transaction_handle *th,  in restart_transaction()
 639 static inline int _allocate_block(struct reiserfs_transaction_handle *th,  in _allocate_block()
 671 	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()
 2261 	struct reiserfs_transaction_handle th;  in reiserfs_truncate_file()  local
 [all …]
 
 | 
| D | super.c | 69 	struct reiserfs_transaction_handle th;  in reiserfs_sync_fs()  local149 	struct reiserfs_transaction_handle th;  in reiserfs_freeze()  local
 196 	struct reiserfs_transaction_handle th;  in remove_save_link_only()  local
 429 void add_save_link(struct reiserfs_transaction_handle *th,  in add_save_link()
 512 	struct reiserfs_transaction_handle th;  in remove_save_link()  local
 591 	struct reiserfs_transaction_handle th;  in reiserfs_put_super()  local
 693 	struct reiserfs_transaction_handle th;  in reiserfs_dirty_inode()  local
 1433 	struct reiserfs_transaction_handle th;  in reiserfs_remount()  local
 1898 	struct reiserfs_transaction_handle th;  in reiserfs_fill_super()  local
 2268 	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
 703 	struct reiserfs_transaction_handle th;  in reiserfs_mknod()  local
 785 	struct reiserfs_transaction_handle th;  in reiserfs_mkdir()  local
 898 	struct reiserfs_transaction_handle th;  in reiserfs_rmdir()  local
 997 	struct reiserfs_transaction_handle th;  in reiserfs_unlink()  local
 1101 	struct reiserfs_transaction_handle th;  in reiserfs_symlink()  local
 1199 	struct reiserfs_transaction_handle th;  in reiserfs_link()  local
 1315 	struct reiserfs_transaction_handle th;  in reiserfs_rename()  local
 
 | 
| D | stree.c | 1013 static char prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th,  in prepare_for_delete_or_cut()1169 static void init_tb_struct(struct reiserfs_transaction_handle *th,  in init_tb_struct()
 1230 int reiserfs_delete_item(struct reiserfs_transaction_handle *th,  in reiserfs_delete_item()
 1383 void reiserfs_delete_solid_item(struct reiserfs_transaction_handle *th,  in reiserfs_delete_solid_item()
 1473 int reiserfs_delete_object(struct reiserfs_transaction_handle *th,  in reiserfs_delete_object()
 1536 static int maybe_indirect_to_direct(struct reiserfs_transaction_handle *th,  in maybe_indirect_to_direct()
 1576 static void indirect_to_direct_roll_back(struct reiserfs_transaction_handle *th,  in indirect_to_direct_roll_back()
 1618 int reiserfs_cut_from_item(struct reiserfs_transaction_handle *th,  in reiserfs_cut_from_item()
 1839 static void truncate_directory(struct reiserfs_transaction_handle *th,  in truncate_directory()
 1858 int reiserfs_do_truncate(struct reiserfs_transaction_handle *th,  in reiserfs_do_truncate()
 [all …]
 
 | 
| D | journal.c | 1905 static int do_journal_release(struct reiserfs_transaction_handle *th,  in do_journal_release()1969 int journal_release(struct reiserfs_transaction_handle *th,  in journal_release()
 1976 int journal_release_error(struct reiserfs_transaction_handle *th,  in journal_release_error()
 2904 int journal_transaction_should_end(struct reiserfs_transaction_handle *th,  in journal_transaction_should_end()
 2927 void reiserfs_block_writes(struct reiserfs_transaction_handle *th)  in reiserfs_block_writes()
 3013 static int do_journal_begin_r(struct reiserfs_transaction_handle *th,  in do_journal_begin_r()
 3141 	struct reiserfs_transaction_handle *th;  in reiserfs_persistent_transaction()  local
 3167 int reiserfs_end_persistent_transaction(struct reiserfs_transaction_handle *th)  in reiserfs_end_persistent_transaction()
 3182 static int journal_join(struct reiserfs_transaction_handle *th,  in journal_join()
 3196 int journal_join_abort(struct reiserfs_transaction_handle *th,  in journal_join_abort()
 [all …]
 
 | 
| D | xattr_acl.c | 24 	struct reiserfs_transaction_handle th;  in reiserfs_set_acl()  local244 __reiserfs_set_acl(struct reiserfs_transaction_handle *th, struct inode *inode,  in __reiserfs_set_acl()
 300 reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th,  in reiserfs_inherit_default_acl()
 
 | 
| 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()
 536 void reiserfs_discard_prealloc(struct reiserfs_transaction_handle *th,  in reiserfs_discard_prealloc()
 546 void reiserfs_discard_all_prealloc(struct reiserfs_transaction_handle *th)  in reiserfs_discard_all_prealloc()
 
 | 
| 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()
 
 | 
| /Linux-v5.4/drivers/thermal/st/ | 
| D | st_thermal.c | 109 static int st_thermal_get_temp(struct thermal_zone_device *th, int *temperature)  in st_thermal_get_temp()137 static int st_thermal_get_trip_type(struct thermal_zone_device *th,  in st_thermal_get_trip_type()
 155 static int st_thermal_get_trip_temp(struct thermal_zone_device *th,  in st_thermal_get_trip_temp()
 
 | 
| /Linux-v5.4/net/netfilter/ipvs/ | 
| D | ip_vs_app.c | 288 static inline void vs_fix_seq(const struct ip_vs_seq *vseq, struct tcphdr *th)  in vs_fix_seq()315 vs_fix_ack_seq(const struct ip_vs_seq *vseq, struct tcphdr *th)  in vs_fix_ack_seq()
 366 	struct tcphdr *th;  in app_tcp_pkt_out()  local
 443 	struct tcphdr *th;  in app_tcp_pkt_in()  local
 
 |