/linux/tools/arch/x86/lib/ |
H A D | insn.c | 23 #define leXX_to_cpu(t, r) \ argument 37 #define validate_next(t, insn, n) \ argument 40 #define __get_next(t, insn) \ argument 43 __peek_nbyte_next(t,insn,n) global() argument 46 get_next(t,insn) global() argument 49 peek_nbyte_next(t,insn,n) global() argument 52 peek_next(t,insn) global() argument [all...] |
/linux/arch/sparc/kernel/ |
H A D | process_64.c | 400 struct thread_info *t = task_thread_info(tsk); in exit_thread() local 412 struct thread_info *t = current_thread_info(); in flush_thread() local 468 struct thread_info *t) in shift_window_buffer() 481 struct thread_info *t = current_thread_info(); in synchronize_user_stack() local 519 struct thread_info *t = current_thread_info(); in fault_in_user_windows() local 573 struct thread_info *t = task_thread_info(p); in copy_thread() local 592 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local 606 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local
|
/linux/net/sctp/ |
H A D | input.c | 280 struct sctp_transport *t = chunk->transport; in sctp_backlog_rcv() local 350 struct sctp_transport *t = chunk->transport; in sctp_add_backlog() local 373 struct sctp_transport *t, __u32 pmtu) in sctp_icmp_frag_needed() 408 void sctp_icmp_redirect(struct sock *sk, struct sctp_transport *t, in sctp_icmp_redirect() 433 struct sctp_transport *t) in sctp_icmp_proto_unreachable() 541 void sctp_err_finish(struct sock *sk, struct sctp_transport *t) in sctp_err_finish() 548 static void sctp_v4_err_handle(struct sctp_transport *t, struct sk_buff *skb, in sctp_v4_err_handle() 642 struct sctp_transport *t; in sctp_udp_v4_err() local 888 struct sctp_transport *t = (struct sctp_transport *)ptr; in sctp_hash_cmp() local 910 const struct sctp_transport *t = data; in sctp_hash_obj() local [all …]
|
/linux/net/ipv4/netfilter/ |
H A D | arp_tables.c | 222 const struct xt_entry_target *t; in arpt_do_table() local 322 const struct xt_standard_target *t in mark_source_chains() local 390 struct xt_entry_target *t = arpt_get_target(e); in check_target() local 409 struct xt_entry_target *t; in find_check_entry() local 439 const struct xt_entry_target *t; in check_underflow() local 503 struct xt_entry_target *t; in cleanup_entry() local 600 static void get_counters(const struct xt_table_info *t, in get_counters() 630 static void get_old_counters(const struct xt_table_info *t, in get_old_counters() 690 const struct xt_entry_target *t; in copy_entries_to_user() local 740 const struct xt_entry_target *t; in compat_calc_entry() local [all …]
|
H A D | ip_tables.c | 160 const struct xt_standard_target *t = (void *)ipt_get_target_c(s); in get_chainname_rulenum() local 278 const struct xt_entry_target *t; in ipt_do_table() local 386 const struct xt_standard_target *t mark_source_chains() local 499 struct xt_entry_target *t = ipt_get_target(e); check_target() local 519 struct xt_entry_target *t; find_check_entry() local 573 const struct xt_entry_target *t; check_underflow() local 639 struct xt_entry_target *t; cleanup_entry() local 739 get_counters(const struct xt_table_info * t,struct xt_counters counters[]) get_counters() argument 769 get_old_counters(const struct xt_table_info * t,struct xt_counters counters[]) get_old_counters() argument 832 const struct xt_entry_target *t; copy_entries_to_user() local 894 const struct xt_entry_target *t; compat_calc_entry() local 949 struct xt_table *t; get_info() local 1008 struct xt_table *t; get_entries() local 1041 struct xt_table *t; __do_replace() local 1161 struct xt_table *t; do_add_counters() local 1222 struct xt_entry_target *t; compat_copy_entry_to_user() local 1275 struct xt_entry_target *t; compat_release_entry() local 1293 struct xt_entry_target *t; check_compat_entry_size_and_hooks() local 1359 struct xt_entry_target *t; compat_copy_entry_from_user() local 1584 struct xt_table *t; compat_get_entries() local [all...] |
/linux/arch/powerpc/kernel/ |
H A D | cpu_setup_power.c | 17 static bool init_hvmode_206(struct cpu_spec *t) in init_hvmode_206() 140 void __setup_cpu_power7(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power7() 165 void __setup_cpu_power8(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power8() 204 void __setup_cpu_power9(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power9() 245 void __setup_cpu_power10(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power10()
|
/linux/drivers/usb/usbip/ |
H A D | vudc_transfer.c | 302 static void v_timer(struct timer_list *t) in v_timer() 448 struct transfer_timer *t = &udc->tr_timer; in v_init_timer() local 456 struct transfer_timer *t = &udc->tr_timer; in v_start_timer() local 474 struct transfer_timer *t = &udc->tr_timer; in v_kick_timer() local 491 struct transfer_timer *t = &udc->tr_timer; in v_stop_timer() local
|
/linux/include/linux/sched/ |
H A D | cputime.h | 16 static inline bool task_cputime(struct task_struct *t, in task_cputime() 24 static inline u64 task_gtime(struct task_struct *t) in task_gtime() 31 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled() 39 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled()
|
H A D | task.h | 114 static inline struct task_struct *get_task_struct(struct task_struct *t) in get_task_struct() 120 static inline struct task_struct *tryget_task_struct(struct task_struct *t) in tryget_task_struct() 128 static inline void put_task_struct(struct task_struct *t) in put_task_struct() 196 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area() 201 static inline struct vm_struct *task_stack_vm_area(const struct task_struct *t) in task_stack_vm_area()
|
/linux/net/core/ |
H A D | pktgen.c | 234 #define if_lock(t) mutex_lock(&(t->if_lock)) argument 235 #define if_unlock(t) mutex_unlock(&(t->if_lock)) argument 1883 struct pktgen_thread *t = seq->private; pktgen_thread_show() local 1916 struct pktgen_thread *t = seq->private; pktgen_thread_write() local 2024 struct pktgen_thread *t; __pktgen_NN_threads() local 2078 struct pktgen_thread *t; pktgen_change_name() local 2323 struct hrtimer_sleeper t; spin() local 2438 __u16 t; set_cur_queue_map() local 2563 __u32 t; mod_cur_headers() local 2582 __u32 t; mod_cur_headers() local 2630 __u32 t; mod_cur_headers() local 2642 __u32 t = get_random_u32_below(IMIX_PRECISION); mod_cur_headers() local 3191 pktgen_run(struct pktgen_thread * t) pktgen_run() argument 3226 struct pktgen_thread *t; pktgen_handle_all_threads() local 3243 thread_is_running(const struct pktgen_thread * t) thread_is_running() argument 3257 pktgen_wait_thread_run(struct pktgen_thread * t) pktgen_wait_thread_run() argument 3279 struct pktgen_thread *t; pktgen_wait_all_threads_run() local 3389 next_to_run(struct pktgen_thread * t) next_to_run() argument 3407 pktgen_stop(struct pktgen_thread * t) pktgen_stop() argument 3426 pktgen_rem_one_if(struct pktgen_thread * t) pktgen_rem_one_if() argument 3448 pktgen_rem_all_ifs(struct pktgen_thread * t) pktgen_rem_all_ifs() argument 3467 pktgen_rem_thread(struct pktgen_thread * t) pktgen_rem_thread() argument 3687 struct pktgen_thread *t = arg; pktgen_thread_worker() local 3755 pktgen_find_dev(struct pktgen_thread * t,const char * ifname,bool exact) pktgen_find_dev() argument 3781 add_dev_to_thread(struct pktgen_thread * t,struct pktgen_dev * pkt_dev) add_dev_to_thread() argument 3811 pktgen_add_device(struct pktgen_thread * t,const char * ifname) pktgen_add_device() argument 3901 struct pktgen_thread *t; pktgen_create_thread() local 3952 _rem_dev_from_if_list(struct pktgen_thread * t,struct pktgen_dev * pkt_dev) _rem_dev_from_if_list() argument 3967 pktgen_remove_device(struct pktgen_thread * t,struct pktgen_dev * pkt_dev) pktgen_remove_device() argument 4052 struct pktgen_thread *t; pg_net_exit() local [all...] |
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_ancestor.c | 49 static int setup_network(struct test_data *t) in setup_network() 85 static void cleanup_network(struct test_data *t) in cleanup_network() 93 static void check_ancestors_ids(struct test_data *t) in check_ancestors_ids() 114 struct test_data t; in test_cgroup_ancestor() local
|
/linux/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 131 static void table_offset_add(struct table *t, struct offset *offset) in table_offset_add() 136 static void table_init(struct table *t) in table_init() 144 static void table_print(struct table *t) in table_print() 169 static int table_build(struct table *t) in table_build() 189 static int parser_auth(struct table *t, const char *filename) in parser_auth() 267 struct table t; in main() local
|
/linux/net/ipv4/ |
H A D | ip_gre.c | 144 struct ip_tunnel *t; in ipgre_err() local 843 struct ip_tunnel *t = netdev_priv(dev); ipgre_tunnel_ctl() local 891 struct ip_tunnel *t = netdev_priv(dev); ipgre_header() local 928 struct ip_tunnel *t = netdev_priv(dev); ipgre_open() local 957 struct ip_tunnel *t = netdev_priv(dev); ipgre_close() local 1178 struct ip_tunnel *t = netdev_priv(dev); ipgre_netlink_parms() local 1247 struct ip_tunnel *t = netdev_priv(dev); erspan_netlink_parms() local 1389 struct ip_tunnel *t = netdev_priv(dev); ipgre_newlink_encap_setup() local 1445 struct ip_tunnel *t = netdev_priv(dev); ipgre_changelink() local 1474 struct ip_tunnel *t = netdev_priv(dev); erspan_changelink() local 1547 struct ip_tunnel *t = netdev_priv(dev); ipgre_fill_info() local 1595 struct ip_tunnel *t = netdev_priv(dev); erspan_fill_info() local 1623 struct ip_tunnel *t = netdev_priv(dev); erspan_setup() local 1710 struct ip_tunnel *t; gretap_fb_dev_create() local [all...] |
H A D | fib_trie.c | 502 static struct key_vector *replace(struct trie *t, in replace() 531 static struct key_vector *inflate(struct trie *t, in inflate() 627 static struct key_vector *halve(struct trie *t, in halve() 682 static struct key_vector *collapse(struct trie *t, in collapse() 842 static struct key_vector *resize(struct trie *t, struct key_vector *tn) in resize() 930 static struct key_vector *fib_find_node(struct trie *t, in fib_find_node() 1017 struct trie *t; in fib_find_matching_alias() local 1098 static void trie_rebalance(struct trie *t, struct key_vector *tn) in trie_rebalance() 1104 static int fib_insert_node(struct trie *t, struct key_vector *tp, in fib_insert_node() 1154 static int fib_insert_alias(struct trie *t, struct key_vector *tp, in fib_insert_alias() [all …]
|
/linux/lib/crypto/ |
H A D | gf128mul.c | 245 struct gf128mul_64k *t; in gf128mul_init_64k_bbe() local 285 void gf128mul_free_64k(struct gf128mul_64k *t) in gf128mul_free_64k() 295 void gf128mul_64k_bbe(be128 *a, const struct gf128mul_64k *t) in gf128mul_64k_bbe() 326 struct gf128mul_4k *t; in gf128mul_init_4k_lle() local 346 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t) in gf128mul_4k_lle()
|
H A D | sha1.c | 57 #define SHA_SRC(t) get_unaligned_be32((__u32 *)data + t) argument 58 #define SHA_MIX(t) rol32(W(t+13) ^ W(t+8) ^ W(t+2) ^ W(t), 1) argument 60 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument 66 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 67 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 68 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument 69 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument 70 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | dma.c | 44 struct mt76_txwi_cache *t; in mt76_alloc_txwi() local 70 struct mt76_txwi_cache *t; in mt76_alloc_rxwi() local 83 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi() local 99 struct mt76_txwi_cache *t = NULL; in __mt76_get_rxwi() local 115 struct mt76_txwi_cache *t = __mt76_get_txwi(dev); in mt76_get_txwi() local 126 struct mt76_txwi_cache *t = __mt76_get_rxwi(dev); in mt76_get_rxwi() local 136 mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_txwi() 148 mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_rxwi() 162 struct mt76_txwi_cache *t; in mt76_free_pending_txwi() local 176 struct mt76_txwi_cache *t; in mt76_free_pending_rxwi() local [all …]
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 79 #define __PPC_RT(t) __PPC_RS(t) argument 98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument 107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument 117 #define PLBZ(t, a, r, d) PREFIX_MLS(PPC_INST_LBZ, t, a, r, d) argument 118 #define PLHZ(t, a, r, d) PREFIX_MLS(PPC_INST_LHZ, t, a, r, d) argument 119 #define PLHA(t, a, r, d) PREFIX_MLS(PPC_INST_LHA, t, a, r, d) argument 120 #define PLWZ(t, a, r, d) PREFIX_MLS(PPC_INST_LWZ, t, a, r, d) argument 121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d) argument 122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) argument 123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d) argument
|
/linux/tools/accounting/ |
H A D | getdelays.c | 194 #define average_ms(t, c) (t / 1000000ULL / (c ? c : 1)) argument 195 #define delay_ms(t) (t / 1000000ULL) argument 212 #define PRINT_CPU_DELAY(version, t) \ argument 238 #define PRINT_FILED_DELAY(name, version, t, count, total, max, min) \ argument 260 static void print_delayacct(struct taskstats *t) in print_delayacct() 301 static void task_context_switch_counts(struct taskstats *t) in task_context_switch_counts() 320 static void print_ioacct(struct taskstats *t) in print_ioacct()
|
/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 185 const struct xt_standard_target *t = (void *)ip6t_get_target_c(s); in get_chainname_rulenum() local 300 const struct xt_entry_target *t; in ip6t_do_table() local 404 const struct xt_standard_target *t mark_source_chains() local 517 struct xt_entry_target *t = ip6t_get_target(e); check_target() local 538 struct xt_entry_target *t; find_check_entry() local 591 const struct xt_entry_target *t; check_underflow() local 656 struct xt_entry_target *t; cleanup_entry() local 756 get_counters(const struct xt_table_info * t,struct xt_counters counters[]) get_counters() argument 786 get_old_counters(const struct xt_table_info * t,struct xt_counters counters[]) get_old_counters() argument 848 const struct xt_entry_target *t; copy_entries_to_user() local 910 const struct xt_entry_target *t; compat_calc_entry() local 965 struct xt_table *t; get_info() local 1024 struct xt_table *t; get_entries() local 1058 struct xt_table *t; __do_replace() local 1178 struct xt_table *t; do_add_counters() local 1238 struct xt_entry_target *t; compat_copy_entry_to_user() local 1291 struct xt_entry_target *t; compat_release_entry() local 1309 struct xt_entry_target *t; check_compat_entry_size_and_hooks() local 1375 struct xt_entry_target *t; compat_copy_entry_from_user() local 1593 struct xt_table *t; compat_get_entries() local [all...] |
/linux/drivers/rtc/ |
H A D | rtc-au1xxx.c | 30 unsigned long t; in au1xtoy_rtc_read_time() local 41 unsigned long t; in au1xtoy_rtc_set_time() local 64 unsigned long t; in au1xtoy_rtc_probe() local
|
H A D | rtc-bd70528.c | 56 static inline void tmday2rtc(struct rtc_time *t, struct bd70528_rtc_day *d) in tmday2rtc() 66 static inline void tm2rtc(struct rtc_time *t, struct bd70528_rtc_data *r) in tm2rtc() 88 static inline void rtc2tm(struct bd70528_rtc_data *r, struct rtc_time *t) in rtc2tm() 160 static int bd71828_set_time(struct device *dev, struct rtc_time *t) in bd71828_set_time() 182 static int bd70528_get_time(struct device *dev, struct rtc_time *t) in bd70528_get_time() 301 struct rtc_time t; in bd70528_probe() local
|
/linux/tools/bpf/bpftool/ |
H A D | btf_dumper.c | 108 const struct btf_type *t, in btf_dumper_ptr() argument 148 const struct btf_type *t, in btf_dumper_enum() argument 186 const struct btf_type *t, in btf_dumper_enum64() argument 250 const struct btf_type *t in btf_dumper_array() local 395 btf_dumper_int(const struct btf_type * t,__u8 bit_offset,const void * data,json_writer_t * jw,bool is_plain_text) btf_dumper_int() argument 468 const struct btf_type *t; btf_dumper_struct() local 516 const struct btf_type *t = btf__type_by_id(d->btf, type_id); btf_dumper_var() local 531 const struct btf_type *t; btf_dumper_datasec() local 558 const struct btf_type *t = btf__type_by_id(d->btf, type_id); btf_dumper_do_type() local 625 const struct btf_type *t; __btf_dumper_type_only() local [all...] |
/linux/tools/testing/selftests/ublk/ |
H A D | null.c | 58 static int null_queue_zc_io(struct ublk_thread *t, struct ublk_queue *q, in null_queue_zc_io() 81 static int null_queue_auto_zc_io(struct ublk_thread *t, struct ublk_queue *q, in null_queue_auto_zc_io() 92 static void ublk_null_io_done(struct ublk_thread *t, struct ublk_queue *q, in ublk_null_io_done() 115 static int ublk_null_queue_io(struct ublk_thread *t, struct ublk_queue *q, in ublk_null_queue_io()
|
/linux/arch/sparc/lib/ |
H A D | bitext.c | 28 int bit_map_string_get(struct bit_map *t, int len, int align) in bit_map_string_get() 103 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear() 121 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init()
|