Home
last modified time | relevance | path

Searched defs:t (Results 101 – 125 of 3021) sorted by relevance

12345678910>>...121

/openbmc/linux/arch/sparc/kernel/
H A Dprocess_64.c400 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
/openbmc/linux/kernel/
H A Dsoftirq.c743 static void __tasklet_schedule_common(struct tasklet_struct *t, in __tasklet_schedule_common()
759 void __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule()
766 void __tasklet_hi_schedule(struct tasklet_struct *t) in __tasklet_hi_schedule()
773 static bool tasklet_clear_sched(struct tasklet_struct *t) in tasklet_clear_sched()
800 struct tasklet_struct *t = list; in tasklet_action_common() local
842 void tasklet_setup(struct tasklet_struct *t, in tasklet_setup()
854 void tasklet_init(struct tasklet_struct *t, in tasklet_init()
871 void tasklet_unlock_spin_wait(struct tasklet_struct *t) in tasklet_unlock_spin_wait()
892 void tasklet_kill(struct tasklet_struct *t) in tasklet_kill()
906 void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock()
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-au1xxx.c30 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 Drtc-bd70528.c56 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()
304 struct rtc_time t; in bd70528_probe() local
/openbmc/linux/sound/soc/intel/avs/
H A Dpath.c147 struct avs_tplg_module *t = mod->template; in avs_copier_create() local
270 struct avs_tplg_module *t = mod->template; in avs_get_module_control() local
293 struct avs_tplg_module *t = mod->template; in avs_peakvol_create() local
329 struct avs_tplg_module *t = mod->template; in avs_updown_mix_create() local
351 struct avs_tplg_module *t = mod->template; in avs_src_create() local
368 struct avs_tplg_module *t = mod->template; in avs_asrc_create() local
388 struct avs_tplg_module *t = mod->template; in avs_aec_create() local
407 struct avs_tplg_module *t = mod->template; in avs_mux_create() local
425 struct avs_tplg_module *t = mod->template; in avs_wov_create() local
442 struct avs_tplg_module *t = mod->template; in avs_micsel_create() local
[all …]
/openbmc/linux/net/sctp/
H A Dinput.c280 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 …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dmkregtable.c131 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
/openbmc/linux/tools/lib/bpf/
H A Dbpf_tracing.h689 #define ___bpf_treg_cnt(t) \ argument
698 #define ___bpf_reg_cnt1(t, x) (___bpf_reg_cnt0() + ___bpf_treg_cnt(t)) argument
699 #define ___bpf_reg_cnt2(t, x, args...) (___bpf_reg_cnt1(args) + ___bpf_treg_cnt(t)) argument
700 #define ___bpf_reg_cnt3(t, x, args...) (___bpf_reg_cnt2(args) + ___bpf_treg_cnt(t)) argument
701 #define ___bpf_reg_cnt4(t, x, args...) (___bpf_reg_cnt3(args) + ___bpf_treg_cnt(t)) argument
702 #define ___bpf_reg_cnt5(t, x, args...) (___bpf_reg_cnt4(args) + ___bpf_treg_cnt(t)) argument
703 #define ___bpf_reg_cnt6(t, x, args...) (___bpf_reg_cnt5(args) + ___bpf_treg_cnt(t)) argument
704 #define ___bpf_reg_cnt7(t, x, args...) (___bpf_reg_cnt6(args) + ___bpf_treg_cnt(t)) argument
705 #define ___bpf_reg_cnt8(t, x, args...) (___bpf_reg_cnt7(args) + ___bpf_treg_cnt(t)) argument
706 #define ___bpf_reg_cnt9(t, x, args...) (___bpf_reg_cnt8(args) + ___bpf_treg_cnt(t)) argument
[all …]
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c222 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 Dip_tables.c160 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 in mark_source_chains() local
499 struct xt_entry_target *t = ipt_get_target(e); in check_target() local
519 struct xt_entry_target *t; in find_check_entry() local
573 const struct xt_entry_target *t; in check_underflow() local
639 struct xt_entry_target *t; in cleanup_entry() local
739 get_counters(const struct xt_table_info *t, in get_counters()
769 static void get_old_counters(const struct xt_table_info *t, in get_old_counters()
832 const struct xt_entry_target *t; in copy_entries_to_user() local
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dunwind.c473 struct task_struct *t = info->task; in unw_access_fr() local
731 spill_next_when (struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t) in spill_next_when()
772 int t; in finish_prologue() local
961 desc_mem_stack_f (unw_word t, unw_word size, struct unw_state_record *sr) in desc_mem_stack_f()
968 desc_mem_stack_v (unw_word t, struct unw_state_record *sr) in desc_mem_stack_v()
1000 desc_reg_when (unsigned char regnum, unw_word t, struct unw_state_record *sr) in desc_reg_when()
1026 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue()
1072 desc_is_active (unsigned char qp, unw_word t, struct unw_state_record *sr) in desc_is_active()
1085 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p()
1099 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, in desc_spill_reg_p()
[all …]
H A Dunwind_decoder.c89 unw_word t, off; in unw_decode_x1() local
106 unw_word t; in unw_decode_x2() local
124 unw_word t, off; in unw_decode_x3() local
144 unw_word t; in unw_decode_x4() local
272 unw_word t, size; in unw_decode_p7_p10() local
382 unw_word t; in unw_decode_b2() local
392 unw_word t, ecount, label; in unw_decode_b3_x4() local
/openbmc/linux/arch/sparc/lib/
H A Dbitext.c28 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()
/openbmc/openbmc-tools/dbus-vis/
H A Dinfo_panel.js49 function AddOneRowToTable(t, content) { argument
58 function AddDBusRowHeaderToTable(t) { argument
70 function AddDBusMessageToTable(t, m) { argument
/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Dmemop.c248 struct test_default t; in test_default_init() local
369 struct test_default t = test_default_init(guest_copy); in test_copy() local
415 struct test_default t = test_default_init(guest_copy_key); in test_copy_key() local
446 struct test_default t = test_default_init(guest_copy_key); in test_cmpxchg_key() local
645 struct test_default t = test_default_init(guest_cmpxchg_key); in test_cmpxchg_key_concurrent() local
706 struct test_default t = test_default_init(guest_copy_key_fetch_prot); in test_copy_key_storage_prot_override() local
721 struct test_default t = test_default_init(guest_copy_key_fetch_prot); in test_copy_key_fetch_prot() local
752 struct test_default t = test_default_init(guest_error_key); in test_errors_key() local
768 struct test_default t = test_default_init(guest_copy_key_fetch_prot); in test_errors_cmpxchg_key() local
786 struct test_default t = test_default_init(guest_error_key); in test_termination() local
[all …]
/openbmc/u-boot/drivers/rtc/
H A Dmvrtc.c21 static int __mv_rtc_get(struct mvrtc_registers *regs, struct rtc_time *t) in __mv_rtc_get()
59 int rtc_get(struct rtc_time *t) in rtc_get()
68 static int __mv_rtc_set(struct mvrtc_registers *regs, const struct rtc_time *t) in __mv_rtc_set()
98 int rtc_set(struct rtc_time *t) in rtc_set()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Datomic.h24 int t; in atomic_add_return() local
40 int t; in atomic_sub_return() local
56 int t; in atomic_inc_return() local
72 int t; in atomic_dec_return() local
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dinstructions.h79 #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
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Ddma.c44 struct mt76_txwi_cache *t; in mt76_alloc_txwi() local
65 struct mt76_txwi_cache *t; in mt76_alloc_rxwi() local
78 struct mt76_txwi_cache *t = NULL; in __mt76_get_txwi() local
94 struct mt76_txwi_cache *t = NULL; in __mt76_get_rxwi() local
110 struct mt76_txwi_cache *t = __mt76_get_txwi(dev); in mt76_get_txwi() local
121 struct mt76_txwi_cache *t = __mt76_get_rxwi(dev); in mt76_get_rxwi() local
131 mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_txwi()
143 mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_rxwi()
157 struct mt76_txwi_cache *t; in mt76_free_pending_txwi() local
171 struct mt76_txwi_cache *t; in mt76_free_pending_rxwi() local
[all …]
/openbmc/linux/net/ipv4/
H A Dip_gre.c143 struct ip_tunnel *t; in ipgre_err() local
817 struct ip_tunnel *t = netdev_priv(dev); in ipgre_tunnel_ctl() local
862 struct ip_tunnel *t = netdev_priv(dev); in ipgre_header() local
899 struct ip_tunnel *t = netdev_priv(dev); in ipgre_open() local
925 struct ip_tunnel *t = netdev_priv(dev); in ipgre_close() local
1144 struct ip_tunnel *t = netdev_priv(dev); in ipgre_netlink_parms() local
1211 struct ip_tunnel *t = netdev_priv(dev); in erspan_netlink_parms() local
1353 struct ip_tunnel *t = netdev_priv(dev); in ipgre_newlink_encap_setup() local
1403 struct ip_tunnel *t = netdev_priv(dev); in ipgre_changelink() local
1432 struct ip_tunnel *t = netdev_priv(dev); in erspan_changelink() local
[all …]
/openbmc/linux/net/core/
H A Dpktgen.c235 #define if_lock(t) mutex_lock(&(t->if_lock)); argument
236 #define if_unlock(t) mutex_unlock(&(t->if_lock)); argument
1829 struct pktgen_thread *t = seq->private; in pktgen_thread_show() local
1862 struct pktgen_thread *t = seq->private; in pktgen_thread_write() local
1969 struct pktgen_thread *t; in __pktgen_NN_threads() local
2023 struct pktgen_thread *t; in pktgen_change_name() local
2268 struct hrtimer_sleeper t; in spin() local
2384 __u16 t; in set_cur_queue_map() local
2509 __u32 t; in mod_cur_headers() local
2528 __u32 t; in mod_cur_headers() local
[all …]
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c140 bool v4l2_valid_dv_timings(const struct v4l2_dv_timings *t, in v4l2_valid_dv_timings()
190 int v4l2_enum_dv_timings_cap(struct v4l2_enum_dv_timings *t, in v4l2_enum_dv_timings_cap()
210 bool v4l2_find_dv_timings_cap(struct v4l2_dv_timings *t, in v4l2_find_dv_timings_cap()
239 bool v4l2_find_dv_timings_cea861_vic(struct v4l2_dv_timings *t, u8 vic) in v4l2_find_dv_timings_cea861_vic()
298 const struct v4l2_dv_timings *t, bool detailed) in v4l2_print_dv_timings()
378 struct v4l2_fract v4l2_dv_timings_aspect_ratio(const struct v4l2_dv_timings *t) in v4l2_dv_timings_aspect_ratio()
407 struct v4l2_fract v4l2_calc_timeperframe(const struct v4l2_dv_timings *t) in v4l2_calc_timeperframe()
500 struct v4l2_dv_timings t = {}; in v4l2_detect_cvt() local
724 struct v4l2_dv_timings t = {}; in v4l2_detect_gtf() local
/openbmc/linux/include/linux/
H A Dthread_info.h145 #define read_task_thread_flags(t) \ argument
156 #define set_task_syscall_work(t, fl) \ argument
158 #define test_task_syscall_work(t, fl) \ argument
160 #define clear_task_syscall_work(t, fl) \ argument
172 #define set_task_syscall_work(t, fl) \ argument
174 #define test_task_syscall_work(t, fl) \ argument
176 #define clear_task_syscall_work(t, fl) \ argument
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c185 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 in mark_source_chains() local
517 struct xt_entry_target *t = ip6t_get_target(e); in check_target() local
538 struct xt_entry_target *t; in find_check_entry() local
591 const struct xt_entry_target *t; in check_underflow() local
656 struct xt_entry_target *t; in cleanup_entry() local
756 get_counters(const struct xt_table_info *t, in get_counters()
786 static void get_old_counters(const struct xt_table_info *t, in get_old_counters()
848 const struct xt_entry_target *t; in copy_entries_to_user() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_log_fixup.c17 static struct task_struct___bad *t; in bad_relo() local
24 static struct task_struct___bad *t; in bad_subprog() local
33 static struct task_struct___bad *t; in bad_relo_subprog() local

12345678910>>...121