Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 1745) sorted by relevance

12345678910>>...70

/linux/tools/lib/bpf/
H A Dbtf.h435 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind()
440 static inline __u32 btf_vlen(const struct btf_type *t) in btf_vlen()
445 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag()
450 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void()
455 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
460 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
465 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array()
470 static inline bool btf_is_struct(const struct btf_type *t) in btf_is_struct()
475 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union()
480 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite()
[all …]
H A Dbtf_dump.c318 const struct btf_type *t; in btf_dump_mark_referenced() local
487 const struct btf_type *t; in btf_dump_order_type() local
658 const struct btf_type *t = btf__type_by_id(d->btf, id); in btf_dump_is_blacklisted() local
693 const struct btf_type *t; in btf_dump_emit_type() local
838 const struct btf_type *t) in btf_is_struct_packed()
959 const struct btf_type *t) in btf_dump_emit_struct_fwd()
969 const struct btf_type *t, in btf_dump_emit_struct_def()
1045 const struct btf_type *t) in btf_dump_emit_missing_aliases()
1060 const struct btf_type *t) in btf_dump_emit_enum_fwd()
1066 const struct btf_type *t, in btf_dump_emit_enum32_val()
[all …]
/linux/lib/crypto/powerpc/
H A Dsha1-powerpc-asm.S26 #define RT(t) ((((t)+5)%6)+7) argument
27 #define RA(t) ((((t)+4)%6)+7) argument
28 #define RB(t) ((((t)+3)%6)+7) argument
29 #define RC(t) ((((t)+2)%6)+7) argument
30 #define RD(t) ((((t)+1)%6)+7) argument
31 #define RE(t) ((((t)+0)%6)+7) argument
34 #define W(t) (((t)%16)+16) argument
36 #define LOADW(t) \ argument
39 #define STEPD0_LOAD(t) \ argument
51 #define STEPD0_UPDATE(t) \ argument
[all …]
/linux/include/linux/
H A Dbtf.h263 btf_type_is_ptr(const struct btf_type * t) btf_type_is_ptr() argument
268 btf_type_is_int(const struct btf_type * t) btf_type_is_int() argument
273 btf_type_is_small_int(const struct btf_type * t) btf_type_is_small_int() argument
278 btf_int_encoding(const struct btf_type * t) btf_int_encoding() argument
283 btf_type_is_signed_int(const struct btf_type * t) btf_type_is_signed_int() argument
288 btf_type_is_enum(const struct btf_type * t) btf_type_is_enum() argument
293 btf_is_any_enum(const struct btf_type * t) btf_is_any_enum() argument
311 btf_kind(const struct btf_type * t) btf_kind() argument
316 btf_is_enum(const struct btf_type * t) btf_is_enum() argument
321 btf_is_enum64(const struct btf_type * t) btf_is_enum64() argument
331 btf_is_composite(const struct btf_type * t) btf_is_composite() argument
338 btf_is_array(const struct btf_type * t) btf_is_array() argument
343 btf_is_int(const struct btf_type * t) btf_is_int() argument
348 btf_is_ptr(const struct btf_type * t) btf_is_ptr() argument
353 btf_int_offset(const struct btf_type * t) btf_int_offset() argument
358 btf_int_bits(const struct btf_type * t) btf_int_bits() argument
363 btf_type_is_scalar(const struct btf_type * t) btf_type_is_scalar() argument
368 btf_type_is_fwd(const struct btf_type * t) btf_type_is_fwd() argument
373 btf_type_is_typedef(const struct btf_type * t) btf_type_is_typedef() argument
378 btf_type_is_volatile(const struct btf_type * t) btf_type_is_volatile() argument
383 btf_type_is_func(const struct btf_type * t) btf_type_is_func() argument
388 btf_type_is_func_proto(const struct btf_type * t) btf_type_is_func_proto() argument
393 btf_type_is_var(const struct btf_type * t) btf_type_is_var() argument
398 btf_type_is_type_tag(const struct btf_type * t) btf_type_is_type_tag() argument
406 btf_type_is_struct(const struct btf_type * t) btf_type_is_struct() argument
413 __btf_type_is_struct(const struct btf_type * t) __btf_type_is_struct() argument
418 btf_type_is_array(const struct btf_type * t) btf_type_is_array() argument
423 btf_type_vlen(const struct btf_type * t) btf_type_vlen() argument
428 btf_vlen(const struct btf_type * t) btf_vlen() argument
433 btf_func_linkage(const struct btf_type * t) btf_func_linkage() argument
438 btf_type_kflag(const struct btf_type * t) btf_type_kflag() argument
457 btf_members(const struct btf_type * t) btf_members() argument
462 btf_member_bit_offset(const struct btf_type * t,u32 member_idx) btf_member_bit_offset() argument
469 btf_member_bitfield_size(const struct btf_type * t,u32 member_idx) btf_member_bitfield_size() argument
476 btf_type_member(const struct btf_type * t) btf_type_member() argument
481 btf_array(const struct btf_type * t) btf_array() argument
486 btf_enum(const struct btf_type * t) btf_enum() argument
491 btf_enum64(const struct btf_type * t) btf_enum64() argument
497 btf_type_var_secinfo(const struct btf_type * t) btf_type_var_secinfo() argument
502 btf_params(const struct btf_type * t) btf_params() argument
507 btf_decl_tag(const struct btf_type * t) btf_decl_tag() argument
605 btf_type_is_struct_ptr(struct btf * btf,const struct btf_type * t) btf_type_is_struct_ptr() argument
631 btf_field_iter_init(struct btf_field_iter * it,struct btf_type * t,enum btf_field_iter_kind iter_kind) btf_field_iter_init() argument
674 btf_is_prog_ctx_type(struct bpf_verifier_log * log,const struct btf * btf,const struct btf_type * t,enum bpf_prog_type prog_type,int arg) btf_is_prog_ctx_type() argument
[all...]
H A Drseq.h12 static __always_inline bool rseq_v2(struct task_struct *t) in rseq_v2()
47 static inline void rseq_raise_notify_resume(struct task_struct *t) in rseq_raise_notify_resume()
53 static __always_inline void rseq_sched_switch_event(struct task_struct *t) in rseq_sched_switch_event()
94 static __always_inline void rseq_sched_set_ids_changed(struct task_struct *t) in rseq_sched_set_ids_changed()
132 static inline void rseq_reset(struct task_struct *t) in rseq_reset()
140 static inline void rseq_execve(struct task_struct *t) in rseq_execve()
155 static inline void rseq_fork(struct task_struct *t, u64 clone_flags) in rseq_fork()
176 static inline bool rseq_v2(struct task_struct *t) { return false; } in rseq_v2()
179 static inline void rseq_sched_switch_event(struct task_struct *t) { } in rseq_sched_switch_event()
180 static inline void rseq_sched_set_ids_changed(struct task_struct *t) { } in rseq_sched_set_ids_changed()
[all …]
H A Duser_events.h35 static inline void user_events_fork(struct task_struct *t, in user_events_fork()
54 static inline void user_events_execve(struct task_struct *t) in user_events_execve()
62 static inline void user_events_exit(struct task_struct *t) in user_events_exit()
70 static inline void user_events_fork(struct task_struct *t, in user_events_fork()
75 static inline void user_events_execve(struct task_struct *t) in user_events_execve()
79 static inline void user_events_exit(struct task_struct *t) in user_events_exit()
/linux/tools/testing/selftests/ublk/
H A Dbatch.c8 static inline void *ublk_get_commit_buf(struct ublk_thread *t, in ublk_get_commit_buf()
25 static inline unsigned short ublk_alloc_commit_buf(struct ublk_thread *t) in ublk_alloc_commit_buf()
38 static inline void ublk_free_commit_buf(struct ublk_thread *t, in ublk_free_commit_buf()
59 static unsigned ublk_commit_buf_size(struct ublk_thread *t) in ublk_commit_buf_size()
69 static void free_batch_commit_buf(struct ublk_thread *t) in free_batch_commit_buf()
82 static int alloc_batch_commit_buf(struct ublk_thread *t) in alloc_batch_commit_buf()
117 static unsigned int ublk_thread_nr_queues(const struct ublk_thread *t) in ublk_thread_nr_queues()
128 void ublk_batch_prepare(struct ublk_thread *t) in ublk_batch_prepare()
164 static void free_batch_fetch_buf(struct ublk_thread *t) in free_batch_fetch_buf()
176 static int alloc_batch_fetch_buf(struct ublk_thread *t) in alloc_batch_fetch_buf()
[all …]
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-reg.h210 #define SAA7134_TASK_CONDITIONS(t) (0x000 +t) argument
211 #define SAA7134_FIELD_HANDLING(t) (0x001 +t) argument
212 #define SAA7134_DATA_PATH(t) (0x002 +t) argument
213 #define SAA7134_VBI_H_START1(t) (0x004 +t) argument
214 #define SAA7134_VBI_H_START2(t) (0x005 +t) argument
215 #define SAA7134_VBI_H_STOP1(t) (0x006 +t) argument
216 #define SAA7134_VBI_H_STOP2(t) (0x007 +t) argument
217 #define SAA7134_VBI_V_START1(t) (0x008 +t) argument
218 #define SAA7134_VBI_V_START2(t) (0x009 +t) argument
219 #define SAA7134_VBI_V_STOP1(t) (0x00a +t) argument
[all …]
/linux/tools/perf/util/
H A Dtrigger.h36 #define TRIGGER_WARN_ONCE(t, exp) \ argument
40 static inline bool trigger_is_available(struct trigger *t) in trigger_is_available()
45 static inline bool trigger_is_error(struct trigger *t) in trigger_is_error()
50 static inline void trigger_on(struct trigger *t) in trigger_on()
56 static inline void trigger_ready(struct trigger *t) in trigger_ready()
63 static inline void trigger_hit(struct trigger *t) in trigger_hit()
71 static inline void trigger_off(struct trigger *t) in trigger_off()
78 static inline void trigger_error(struct trigger *t) in trigger_error()
83 static inline bool trigger_is_ready(struct trigger *t) in trigger_is_ready()
88 static inline bool trigger_is_hit(struct trigger *t) in trigger_is_hit()
/linux/drivers/scsi/esas2r/
H A Desas2r_targdb.c48 struct esas2r_target *t; in esas2r_targ_db_initialize() local
61 struct esas2r_target *t; in esas2r_targ_db_remove_all() local
84 struct esas2r_target *t; in esas2r_targ_db_report_changes() local
123 struct esas2r_target *t; in esas2r_targ_db_add_raid() local
177 struct esas2r_target *t; in esas2r_targ_db_add_pthru() local
221 void esas2r_targ_db_remove(struct esas2r_adapter *a, struct esas2r_target *t) in esas2r_targ_db_remove()
235 struct esas2r_target *t; in esas2r_targ_db_find_by_sas_addr() local
248 struct esas2r_target *t; in esas2r_targ_db_find_by_ident() local
265 struct esas2r_target *t = a->targetdb + id; in esas2r_targ_db_find_next_present() local
279 struct esas2r_target *t; in esas2r_targ_db_find_by_virt_id() local
[all …]
/linux/drivers/media/pci/bt8xx/
H A Dbttv-audio-hook.c55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio()
86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio()
157 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio()
188 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio()
221 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio()
259 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio()
292 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio()
328 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio()
369 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio()
408 void windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in windvr_audio()
[all …]
/linux/drivers/md/
H A Ddm-cache-policy.c23 struct dm_cache_policy_type *t; in __find_policy() local
34 struct dm_cache_policy_type *t = __find_policy(name); in __get_policy_once() local
46 struct dm_cache_policy_type *t; in get_policy_once() local
57 struct dm_cache_policy_type *t; in get_policy() local
75 static void put_policy(struct dm_cache_policy_type *t) in put_policy()
139 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_destroy() local
148 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_name() local
160 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_version() local
168 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_hint_size() local
/linux/drivers/gpu/drm/i915/
H A Di915_tasklet.h11 static inline void tasklet_lock(struct tasklet_struct *t) in tasklet_lock()
17 static inline bool tasklet_is_locked(const struct tasklet_struct *t) in tasklet_is_locked()
22 static inline void __tasklet_disable_sync_once(struct tasklet_struct *t) in __tasklet_disable_sync_once()
28 static inline bool __tasklet_is_enabled(const struct tasklet_struct *t) in __tasklet_is_enabled()
33 static inline bool __tasklet_enable(struct tasklet_struct *t) in __tasklet_enable()
38 static inline bool __tasklet_is_scheduled(struct tasklet_struct *t) in __tasklet_is_scheduled()
/linux/arch/loongarch/include/asm/
H A Dfpu.h229 static inline void save_lsx(struct task_struct *t) in save_lsx()
235 static inline void restore_lsx(struct task_struct *t) in restore_lsx()
247 static inline void restore_lsx_upper(struct task_struct *t) in restore_lsx_upper()
256 static inline void save_lsx(struct task_struct *t) {} in save_lsx()
257 static inline void restore_lsx(struct task_struct *t) {} in restore_lsx()
259 static inline void restore_lsx_upper(struct task_struct *t) {} in restore_lsx_upper()
277 static inline void save_lasx(struct task_struct *t) in save_lasx()
283 static inline void restore_lasx(struct task_struct *t) in restore_lasx()
295 static inline void restore_lasx_upper(struct task_struct *t) in restore_lasx_upper()
304 static inline void save_lasx(struct task_struct *t) {} in save_lasx()
[all …]
/linux/drivers/android/binder/
H A Drust_binder.h53 struct rb_transaction_layout t; member
60 static inline size_t rust_binder_transaction_debug_id(rust_binder_transaction t) in rust_binder_transaction_debug_id()
65 static inline u32 rust_binder_transaction_code(rust_binder_transaction t) in rust_binder_transaction_code()
70 static inline u32 rust_binder_transaction_flags(rust_binder_transaction t) in rust_binder_transaction_flags()
76 static inline rust_binder_node rust_binder_transaction_target_node(rust_binder_transaction t) in rust_binder_transaction_target_node()
85 static inline rust_binder_process rust_binder_transaction_to_proc(rust_binder_transaction t) in rust_binder_transaction_to_proc()
92 static inline struct task_struct *rust_binder_process_task(rust_binder_process t) in rust_binder_process_task()
97 static inline size_t rust_binder_node_debug_id(rust_binder_node t) in rust_binder_node_debug_id()
102 static inline binder_uintptr_t rust_binder_node_ptr(rust_binder_node t) in rust_binder_node_ptr()
/linux/net/ipv6/
H A Dip6_tunnel.c119 struct ip6_tnl *t, *cand = NULL; in ip6_tnl_lookup() local
210 ip6_tnl_link(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_link()
227 ip6_tnl_unlink(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_unlink()
247 struct ip6_tnl *t = netdev_priv(dev); in ip6_dev_free() local
255 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_create2() local
288 struct ip6_tnl *t; in ip6_tnl_create() local
343 struct ip6_tnl *t; in ip6_tnl_locate() local
374 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_dev_uninit() local
478 struct ip6_tnl *t; in ip6_tnl_err() local
725 static int ip4ip6_dscp_ecn_decapsulate(const struct ip6_tnl *t, in ip4ip6_dscp_ecn_decapsulate()
[all …]
H A Dip6_vti.c94 struct ip6_tnl *t; in vti6_tnl_lookup() local
156 vti6_tnl_link(struct vti6_net *ip6n, struct ip6_tnl *t) in vti6_tnl_link()
165 vti6_tnl_unlink(struct vti6_net *ip6n, struct ip6_tnl *t) in vti6_tnl_unlink()
182 struct ip6_tnl *t = netdev_priv(dev); in vti6_tnl_create2() local
204 struct ip6_tnl *t; in vti6_tnl_create() local
258 struct ip6_tnl *t; in vti6_locate() local
286 struct ip6_tnl *t = netdev_priv(dev); in vti6_dev_uninit() local
299 struct ip6_tnl *t; in vti6_input_proto() local
349 struct ip6_tnl *t = XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip6; in vti6_rcv_cb() local
408 vti6_addr_conflict(const struct ip6_tnl *t, const struct ipv6hdr *hdr) in vti6_addr_conflict()
[all …]
H A Dip6_gre.c114 static bool ip6gre_tunnel_match(struct ip6_tnl *t, int dev_type, int link, in ip6gre_tunnel_match() argument
148 struct ip6_tnl *t, *cand = NULL; ip6gre_tunnel_lookup() local
236 ip6gre_tunnel_link_md(struct ip6gre_net * ign,struct ip6_tnl * t) ip6gre_tunnel_link_md() argument
242 ip6erspan_tunnel_link_md(struct ip6gre_net * ign,struct ip6_tnl * t) ip6erspan_tunnel_link_md() argument
248 ip6gre_tunnel_unlink_md(struct ip6gre_net * ign,struct ip6_tnl * t) ip6gre_tunnel_unlink_md() argument
255 ip6erspan_tunnel_unlink_md(struct ip6gre_net * ign,struct ip6_tnl * t) ip6erspan_tunnel_unlink_md() argument
262 ip6gre_bucket(struct ip6gre_net * ign,const struct ip6_tnl * t) ip6gre_bucket() argument
267 ip6gre_tunnel_link(struct ip6gre_net * ign,struct ip6_tnl * t) ip6gre_tunnel_link() argument
275 ip6gre_tunnel_unlink(struct ip6gre_net * ign,struct ip6_tnl * t) ip6gre_tunnel_unlink() argument
298 struct ip6_tnl *t; ip6gre_tunnel_find() local
318 struct ip6_tnl *t, *nt; ip6gre_tunnel_locate() local
364 struct ip6_tnl *t = netdev_priv(dev); ip6erspan_tunnel_uninit() local
375 struct ip6_tnl *t = netdev_priv(dev); ip6gre_tunnel_uninit() local
393 struct ip6_tnl *t; ip6gre_err() local
613 struct ip6_tnl *t = netdev_priv(dev); prepare_ip6gre_xmit_ipv4() local
639 struct ip6_tnl *t = netdev_priv(dev); prepare_ip6gre_xmit_ipv6() local
685 struct ip6_tnl *t = netdev_priv(dev); prepare_ip6gre_xmit_other() local
793 struct ip6_tnl *t = netdev_priv(dev); ip6gre_xmit_ipv4() local
826 struct ip6_tnl *t = netdev_priv(dev); ip6gre_xmit_ipv6() local
858 struct ip6_tnl *t = netdev_priv(dev); ip6gre_xmit_other() local
882 struct ip6_tnl *t = netdev_priv(dev); ip6gre_tunnel_xmit() local
925 struct ip6_tnl *t = netdev_priv(dev); ip6erspan_tunnel_xmit() local
1091 ip6gre_tnl_link_config_common(struct ip6_tnl * t) ip6gre_tnl_link_config_common() argument
1125 ip6gre_tnl_link_config_route(struct ip6_tnl * t,int set_mtu,int t_hlen) ip6gre_tnl_link_config_route() argument
1183 ip6gre_tnl_link_config(struct ip6_tnl * t,int set_mtu) ip6gre_tnl_link_config() argument
1189 ip6gre_tnl_copy_tnl_parm(struct ip6_tnl * t,const struct __ip6_tnl_parm * p) ip6gre_tnl_copy_tnl_parm() argument
1212 ip6gre_tnl_change(struct ip6_tnl * t,const struct __ip6_tnl_parm * p,int set_mtu) ip6gre_tnl_change() argument
1262 struct ip6_tnl *t = netdev_priv(dev); ip6gre_tunnel_siocdevprivate() local
1371 struct ip6_tnl *t = netdev_priv(dev); ip6gre_header() local
1424 struct ip6_tnl *t = netdev_priv(dev); ip6gre_dev_free() local
1569 struct ip6_tnl *t; ip6gre_exit_rtnl_net() local
2014 struct ip6_tnl *t, *nt = netdev_priv(dev); ip6gre_changelink_common() local
2047 struct ip6_tnl *t = netdev_priv(dev); ip6gre_changelink() local
2119 const struct ip6_tnl *t = netdev_priv(dev); ip6gre_fill_info() local
2251 ip6erspan_tnl_link_config(struct ip6_tnl * t,int set_mtu) ip6erspan_tnl_link_config() argument
2257 ip6erspan_tnl_change(struct ip6_tnl * t,const struct __ip6_tnl_parm * p,int set_mtu) ip6erspan_tnl_change() argument
2269 struct ip6_tnl *t = netdev_priv(dev); ip6erspan_changelink() local
[all...]
/linux/kernel/rcu/
H A Dtree_plugin.h169 struct task_struct *t = current; in rcu_preempt_ctxt_queue() local
326 struct task_struct *t = current; in rcu_note_context_switch() local
432 struct task_struct *t = current; in __rcu_read_unlock() local
452 static struct list_head *rcu_next_node_entry(struct task_struct *t, in rcu_next_node_entry()
478 rcu_preempt_deferred_qs_irqrestore(struct task_struct *t, unsigned long flags) in rcu_preempt_deferred_qs_irqrestore()
600 static notrace bool rcu_preempt_need_deferred_qs(struct task_struct *t) in rcu_preempt_need_deferred_qs()
614 notrace void rcu_preempt_deferred_qs(struct task_struct *t) in rcu_preempt_deferred_qs()
694 static bool rcu_unlock_needs_exp_handling(struct task_struct *t, in rcu_unlock_needs_exp_handling()
751 static void rcu_read_unlock_special(struct task_struct *t) in rcu_read_unlock_special()
812 struct task_struct *t; in rcu_preempt_check_blocked_tasks() local
[all …]
/linux/net/sctp/
H A Dsm_sideeffect.c231 void sctp_generate_t3_rtx_event(struct timer_list *t) in sctp_generate_t3_rtx_event() argument
308 sctp_generate_t1_cookie_event(struct timer_list * t) sctp_generate_t1_cookie_event() argument
317 sctp_generate_t1_init_event(struct timer_list * t) sctp_generate_t1_init_event() argument
326 sctp_generate_t2_shutdown_event(struct timer_list * t) sctp_generate_t2_shutdown_event() argument
335 sctp_generate_t4_rto_event(struct timer_list * t) sctp_generate_t4_rto_event() argument
343 sctp_generate_t5_shutdown_guard_event(struct timer_list * t) sctp_generate_t5_shutdown_guard_event() argument
354 sctp_generate_autoclose_event(struct timer_list * t) sctp_generate_autoclose_event() argument
366 sctp_generate_heartbeat_event(struct timer_list * t) sctp_generate_heartbeat_event() argument
412 sctp_generate_proto_unreach_event(struct timer_list * t) sctp_generate_proto_unreach_event() argument
447 sctp_generate_reconf_event(struct timer_list * t) sctp_generate_reconf_event() argument
484 sctp_generate_probe_event(struct timer_list * t) sctp_generate_probe_event() argument
517 sctp_generate_sack_event(struct timer_list * t) sctp_generate_sack_event() argument
724 struct sctp_transport *t; sctp_cmd_hb_timers_start() local
737 struct sctp_transport *t; sctp_cmd_hb_timers_stop() local
752 struct sctp_transport *t; sctp_cmd_t3_rtx_timers_stop() local
765 sctp_cmd_transport_on(struct sctp_cmd_seq * cmds,struct sctp_association * asoc,struct sctp_transport * t,struct sctp_chunk * chunk) sctp_cmd_transport_on() argument
858 struct sctp_transport *t; sctp_cmd_setup_t2() local
963 struct sctp_transport *t; sctp_cmd_setup_t4() local
1025 struct sctp_transport *t; sctp_cmd_del_non_primary() local
1089 struct sctp_transport *t; sctp_cmd_t1_timer_update() local
1290 struct sctp_transport *t; sctp_cmd_interpreter() local
[all...]
H A Dtransport.c257 void sctp_transport_pl_send(struct sctp_transport *t) in sctp_transport_pl_send()
301 bool sctp_transport_pl_recv(struct sctp_transport *t) in sctp_transport_pl_recv()
346 static bool sctp_transport_pl_toobig(struct sctp_transport *t, u32 pmtu) in sctp_transport_pl_toobig()
393 bool sctp_transport_update_pmtu(struct sctp_transport *t, u32 pmtu) in sctp_transport_update_pmtu()
753 void sctp_transport_burst_limited(struct sctp_transport *t) in sctp_transport_burst_limited()
772 void sctp_transport_burst_reset(struct sctp_transport *t) in sctp_transport_burst_reset()
794 void sctp_transport_reset(struct sctp_transport *t) in sctp_transport_reset()
827 void sctp_transport_immediate_rtx(struct sctp_transport *t) in sctp_transport_immediate_rtx()
841 void sctp_transport_dst_release(struct sctp_transport *t) in sctp_transport_dst_release()
849 void sctp_transport_dst_confirm(struct sctp_transport *t) in sctp_transport_dst_confirm()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h47 static inline union active_open_entry *atid2entry(const struct tid_info *t, in atid2entry()
53 static inline union listen_entry *stid2entry(const struct tid_info *t, in stid2entry()
62 static inline struct t3c_tid_entry *lookup_tid(const struct tid_info *t, in lookup_tid()
74 static inline struct t3c_tid_entry *lookup_stid(const struct tid_info *t, in lookup_stid()
93 static inline struct t3c_tid_entry *lookup_atid(const struct tid_info *t, in lookup_atid()
/linux/arch/powerpc/include/asm/
H A Dswitch_to.h49 static inline void save_fpu(struct task_struct *t) { } in save_fpu()
50 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread()
67 static inline void save_altivec(struct task_struct *t) { } in save_altivec()
68 static inline void __giveup_altivec(struct task_struct *t) { } in __giveup_altivec()
109 static inline void __giveup_spe(struct task_struct *t) { } in __giveup_spe()
112 static inline void clear_task_ebb(struct task_struct *t) in clear_task_ebb()
/linux/drivers/block/aoe/
H A Daoecmd.c128 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
156 ifrotate(struct aoetgt *t) in ifrotate()
194 struct aoetgt *t; in aoe_freetframe() local
205 newtframe(struct aoedev *d, struct aoetgt *t) in newtframe()
252 struct aoetgt *t, **tt; in newframe() local
319 struct aoetgt *t; in ata_rw_frameinit() local
459 struct aoetgt *t; in resend() local
531 getif(struct aoetgt *t, struct net_device *nd) in getif()
544 ejectif(struct aoetgt *t, struct aoeif *ifp) in ejectif()
585 probe(struct aoetgt *t) in probe()
[all …]
/linux/drivers/media/dvb-frontends/
H A Dlgs8gxx.c104 u8 t; in wait_reg_mask() local
182 u8 reg_addr, t; in lgs8gxx_get_afc_phase() local
206 u8 t; in lgs8gxx_set_mode_auto() local
253 u8 t; in lgs8gxx_set_mode_manual() local
298 u8 t; in lgs8gxx_is_locked() local
443 u8 t; in lgs8gxx_auto_detect() local
490 u8 t; in lgs8gxx_auto_lock() local
521 u8 t, reg_addr; in lgs8gxx_set_mpeg_mode() local
561 u8 t; in lgs8913_init() local
716 u8 t, locked = 0; in lgs8gxx_read_status() local
[all …]

12345678910>>...70