| /tools/lib/thermal/ | 
| D | sampling.c | 17 	struct thermal_handler *th = thp->th;  in handle_thermal_sample()  local 34 thermal_error_t thermal_sampling_handle(struct thermal_handler *th, void *arg)  in thermal_sampling_handle() 48 int thermal_sampling_fd(struct thermal_handler *th)  in thermal_sampling_fd() 56 thermal_error_t thermal_sampling_exit(struct thermal_handler *th)  in thermal_sampling_exit() 67 thermal_error_t thermal_sampling_init(struct thermal_handler *th)  in thermal_sampling_init()
  | 
| D | commands.c | 374 static thermal_error_t thermal_genl_auto(struct thermal_handler *th, cmd_cb_t cmd_cb,  in thermal_genl_auto() 404 thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th, struct thermal_zone **tz)  in thermal_cmd_get_tz() 410 thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, struct thermal_cdev **tc)  in thermal_cmd_get_cdev() 416 thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th, struct thermal_zone *tz)  in thermal_cmd_get_trip() 424 thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th, struct thermal_zone *tz)  in thermal_cmd_get_governor() 432 thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th, struct thermal_zone *tz)  in thermal_cmd_get_temp() 440 thermal_error_t thermal_cmd_threshold_get(struct thermal_handler *th,  in thermal_cmd_threshold_get() 449 thermal_error_t thermal_cmd_threshold_add(struct thermal_handler *th,  in thermal_cmd_threshold_add() 460 thermal_error_t thermal_cmd_threshold_delete(struct thermal_handler *th,  in thermal_cmd_threshold_delete() 471 thermal_error_t thermal_cmd_threshold_flush(struct thermal_handler *th,  in thermal_cmd_threshold_flush() [all …] 
 | 
| D | events.c | 148 thermal_error_t thermal_events_handle(struct thermal_handler *th, void *arg)  in thermal_events_handle() 162 int thermal_events_fd(struct thermal_handler *th)  in thermal_events_fd() 170 thermal_error_t thermal_events_exit(struct thermal_handler *th)  in thermal_events_exit() 181 thermal_error_t thermal_events_init(struct thermal_handler *th)  in thermal_events_init()
  | 
| D | thermal.c | 9 int for_each_thermal_threshold(struct thermal_threshold *th, cb_th_t cb, void *arg)  in for_each_thermal_threshold() 92 static int __thermal_zone_discover(struct thermal_zone *tz, void *th)  in __thermal_zone_discover() 106 struct thermal_zone *thermal_zone_discover(struct thermal_handler *th)  in thermal_zone_discover() 119 void thermal_exit(struct thermal_handler *th)  in thermal_exit() 130 	struct thermal_handler *th;  in thermal_init()  local
  | 
| D | thermal_nl.h | 25 	struct thermal_handler *th;  member
  | 
| /tools/testing/selftests/bpf/progs/ | 
| D | test_misc_tcp_hdr_options.c | 36 		struct tcphdr th;  in __check_active_hdr_in()  member 132 	struct tcphdr *th;  in check_active_hdr_in()  local 175 	struct tcphdr *th;  in write_active_opt()  local
  | 
| D | test_btf_skc_cls_ingress.c | 21 static void test_syncookie_helper(struct ipv6hdr *ip6h, struct tcphdr *th,  in test_syncookie_helper() 68 	struct tcphdr *th;  in handle_ip6_tcp()  local
  | 
| D | test_tcp_hdr_options.c | 377 	struct tcphdr *th;  in handle_write_hdr_opt()  local 468 	struct tcphdr *th;  in handle_passive_estab()  local 534 	struct tcphdr *th;  in handle_parse_hdr()  local
  | 
| D | verifier_netfilter_ctx.c | 96 	const struct tcphdr *th;  in with_valid_ctx_access_test6()  local
  | 
| D | test_select_reuseport_kern.c | 105 		struct tcphdr *th = data;  in _select_by_skb_data()  local
  | 
| D | test_assign_reuse.c | 81 maybe_assign_tcp(struct __sk_buff *skb, struct tcphdr *th)  in maybe_assign_tcp()
  | 
| D | test_xdp_loop.c | 46 	struct tcphdr *th;  in get_dport()  local
  | 
| D | test_xdp.c | 50 	struct tcphdr *th;  in get_dport()  local
  | 
| D | test_xdp_dynptr.c | 52 	struct tcphdr *th;  in get_dport()  local
  | 
| D | test_tc_dtime.c | 146 	struct tcphdr *th;  in skb_get_type()  local
  | 
| /tools/perf/util/ | 
| D | threads.c | 67 	struct thread *th, *res = NULL;  in __threads_table_entry__get_last_match()  local 78 						  struct thread *th)  in __threads_table_entry__set_last_match() 85 						struct thread *th)  in threads_table_entry__set_last_match()
  | 
| /tools/testing/selftests/net/lib/ | 
| D | csum.c | 169 static uint16_t checksum(void *th, uint16_t proto, size_t len)  in checksum() 258 	struct tcphdr *th = _th;  in build_packet_tcp()  local 590 static int recv_verify_csum(void *th, int len, uint16_t sport, uint16_t csum_field)  in recv_verify_csum() 616 static int recv_verify_packet_tcp(void *th, int len)  in recv_verify_packet_tcp() 626 static int recv_verify_packet_udp_encap(void *th, int len)  in recv_verify_packet_udp_encap() 636 static int recv_verify_packet_udp(void *th, int len)  in recv_verify_packet_udp()
  | 
| /tools/testing/selftests/drivers/net/mlxsw/ | 
| D | sharedbuffer_configuration.py | 36     def _get_static_size(self, th):  argument 237     def dl_set(self, pool, th):  argument 311     def dl_set(self, th):  argument
  | 
| /tools/perf/tests/workloads/ | 
| D | thloop.c | 35 	pthread_t th;  in thloop()  local
  | 
| /tools/thermal/thermal-engine/ | 
| D | thermal-engine.c | 38 	struct thermal_handler *th;  member 41 static int show_threshold(struct thermal_threshold *th, __maybe_unused void *arg)  in show_threshold() 92 	struct thermal_handler *th = arg;  in set_threshold()  local
  | 
| /tools/perf/tests/shell/coresight/unroll_loop_thread/ | 
| D | unroll_loop_thread.c | 10 	pthread_t th;  member
  | 
| /tools/perf/tests/shell/coresight/thread_loop/ | 
| D | thread_loop.c | 21 	pthread_t th;  member
  | 
| /tools/perf/tests/shell/coresight/memcpy_thread/ | 
| D | memcpy_thread.c | 12 	pthread_t th;  member
  | 
| /tools/testing/selftests/timens/ | 
| D | vfork_exec.c | 50 	pthread_t th;  in check_in_thread()  local
  | 
| /tools/perf/util/hisi-ptt-decoder/ | 
| D | hisi-ptt-pkt-decoder.c | 82 		uint32_t th : 1;  member
  |