Home
last modified time | relevance | path

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

12345678910>>...77

/linux/tools/lib/bpf/
H A Dbtf.h435 return BTF_INFO_KIND(t->info); in btf_is_volatile() argument
440 return BTF_INFO_VLEN(t->info); in btf_is_const() argument
445 return BTF_INFO_KFLAG(t->info); in btf_is_restrict() argument
450 return btf_kind(t) == BTF_KIND_UNKN; in btf_is_mod() argument
363 btf_kind(const struct btf_type * t) btf_kind() argument
368 btf_vlen(const struct btf_type * t) btf_vlen() argument
373 btf_kflag(const struct btf_type * t) btf_kflag() argument
378 btf_is_void(const struct btf_type * t) btf_is_void() argument
383 btf_is_int(const struct btf_type * t) btf_is_int() argument
388 btf_is_ptr(const struct btf_type * t) btf_is_ptr() argument
393 btf_is_array(const struct btf_type * t) btf_is_array() argument
398 btf_is_struct(const struct btf_type * t) btf_is_struct() argument
403 btf_is_union(const struct btf_type * t) btf_is_union() argument
408 btf_is_composite(const struct btf_type * t) btf_is_composite() argument
415 btf_is_enum(const struct btf_type * t) btf_is_enum() argument
420 btf_is_enum64(const struct btf_type * t) btf_is_enum64() argument
425 btf_is_fwd(const struct btf_type * t) btf_is_fwd() argument
430 btf_is_typedef(const struct btf_type * t) btf_is_typedef() argument
460 btf_is_func(const struct btf_type * t) btf_is_func() argument
465 btf_is_func_proto(const struct btf_type * t) btf_is_func_proto() argument
470 btf_is_var(const struct btf_type * t) btf_is_var() argument
475 btf_is_datasec(const struct btf_type * t) btf_is_datasec() argument
480 btf_is_float(const struct btf_type * t) btf_is_float() argument
485 btf_is_decl_tag(const struct btf_type * t) btf_is_decl_tag() argument
490 btf_is_type_tag(const struct btf_type * t) btf_is_type_tag() argument
495 btf_is_any_enum(const struct btf_type * t) btf_is_any_enum() argument
507 btf_int_encoding(const struct btf_type * t) btf_int_encoding() argument
512 btf_int_offset(const struct btf_type * t) btf_int_offset() argument
517 btf_int_bits(const struct btf_type * t) btf_int_bits() argument
522 btf_array(const struct btf_type * t) btf_array() argument
527 btf_enum(const struct btf_type * t) btf_enum() argument
534 btf_enum64(const struct btf_type * t) btf_enum64() argument
565 btf_members(const struct btf_type * t) btf_members() argument
571 btf_member_bit_offset(const struct btf_type * t,__u32 member_idx) btf_member_bit_offset() argument
583 btf_member_bitfield_size(const struct btf_type * t,__u32 member_idx) btf_member_bitfield_size() argument
592 btf_params(const struct btf_type * t) btf_params() argument
597 btf_var(const struct btf_type * t) btf_var() argument
603 btf_var_secinfos(const struct btf_type * t) btf_var_secinfos() argument
609 btf_decl_tag(const struct btf_type * t) btf_decl_tag() argument
[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/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/include/linux/
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 Dsyscalls.h118 #define __MAP1(m,t,a,...) m(t,a) argument
119 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument
120 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument
121 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument
122 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument
123 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument
126 #define __SC_DECL(t, a) t a argument
127 #define __TYPE_AS(t, v) __same_type((__force t)0, v) argument
128 #define __TYPE_IS_L(t) (__TYPE_AS(t, 0L)) argument
129 #define __TYPE_IS_UL(t) (__TYPE_AS(t, 0UL)) argument
[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/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/md/
H A Ddm-table.c60 static inline sector_t *get_node(struct dm_table *t, in get_node()
70 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high()
85 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index()
104 static int alloc_targets(struct dm_table *t, unsigned int num) in alloc_targets()
131 struct dm_table *t; in dm_table_create() local
182 void dm_table_destroy(struct dm_table *t) in dm_table_destroy()
371 struct dm_table *t = ti->table; in dm_get_device() local
482 static int adjoin(struct dm_table *t, struct dm_target *ti) in adjoin()
603 static int validate_hardware_logical_block_alignment(struct dm_table *t, in validate_hardware_logical_block_alignment()
670 int dm_table_add_target(struct dm_table *t, const char *type, in dm_table_add_target()
[all …]
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/clocksource/
H A Dtimer-ti-dm-systimer.c55 struct dmtimer_systimer t; member
61 struct dmtimer_systimer t; member
66 static bool dmtimer_systimer_revision1(struct dmtimer_systimer *t) in dmtimer_systimer_revision1() argument
73 static void dmtimer_systimer_enable(struct dmtimer_systimer *t) in dmtimer_systimer_enable() argument
85 static void dmtimer_systimer_disable(struct dmtimer_systimer *t) in dmtimer_systimer_disable() argument
93 dmtimer_systimer_type1_reset(struct dmtimer_systimer * t) dmtimer_systimer_type1_reset() argument
108 dmtimer_systimer_type2_reset(struct dmtimer_systimer * t) dmtimer_systimer_type2_reset() argument
122 dmtimer_systimer_reset(struct dmtimer_systimer * t) dmtimer_systimer_reset() argument
323 dmtimer_systimer_init_clock(struct dmtimer_systimer * t,struct device_node * np,const char * name,unsigned long * rate) dmtimer_systimer_init_clock() argument
362 dmtimer_systimer_setup(struct device_node * np,struct dmtimer_systimer * t) dmtimer_systimer_setup() argument
437 struct dmtimer_systimer *t = &clkevt->t; dmtimer_clockevent_interrupt() local
449 struct dmtimer_systimer *t = &clkevt->t; dmtimer_set_next_event() local
466 struct dmtimer_systimer *t = &clkevt->t; dmtimer_clockevent_shutdown() local
487 struct dmtimer_systimer *t = &clkevt->t; dmtimer_set_periodic() local
512 struct dmtimer_systimer *t = &clkevt->t; omap_clockevent_idle() local
521 struct dmtimer_systimer *t = &clkevt->t; omap_clockevent_unidle() local
541 struct dmtimer_systimer *t; dmtimer_clkevt_init_common() local
664 struct dmtimer_systimer *t = &clkevt->t; omap_dmtimer_starting_cpu() local
675 struct dmtimer_systimer *t = &clkevt->t; dmtimer_percpu_timer_startup() local
715 struct dmtimer_systimer *t = &clksrc->t; dmtimer_clocksource_read_cycles() local
730 struct dmtimer_systimer *t = &clksrc->t; dmtimer_clocksource_suspend() local
740 struct dmtimer_systimer *t = &clksrc->t; dmtimer_clocksource_resume() local
756 struct dmtimer_systimer *t; dmtimer_clocksource_init() 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/media/v4l2-core/
H A Dtuner-core.c240 struct tuner *t = fe->analog_demod_priv; in fe_set_params() local
260 struct tuner *t = fe->analog_demod_priv; in fe_set_config() local
301 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_type() local
523 struct tuner *t = to_tuner(sd); in tuner_s_type_addr() local
557 struct tuner *t = to_tuner(sd); in tuner_s_config() local
629 struct tuner *t; in tuner_probe() local
782 struct tuner *t = to_tuner(i2c_get_clientdata(client)); in tuner_remove() local
816 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode()
839 static int set_mode(struct tuner *t, enum v4l2_tuner_type mode) in set_mode()
863 static void set_freq(struct tuner *t, unsigned int freq) in set_freq()
[all …]
/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
722 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
154 vti6_tnl_link(struct vti6_net * ip6n,struct ip6_tnl * t) vti6_tnl_link() argument
163 vti6_tnl_unlink(struct vti6_net * ip6n,struct ip6_tnl * t) vti6_tnl_unlink() argument
180 struct ip6_tnl *t = netdev_priv(dev); vti6_tnl_create2() local
202 struct ip6_tnl *t; vti6_tnl_create() local
256 struct ip6_tnl *t; vti6_locate() local
284 struct ip6_tnl *t = netdev_priv(dev); vti6_dev_uninit() local
297 struct ip6_tnl *t; vti6_input_proto() local
347 struct ip6_tnl *t = XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip6; vti6_rcv_cb() local
406 vti6_addr_conflict(const struct ip6_tnl * t,const struct ipv6hdr * hdr) vti6_addr_conflict() argument
443 struct ip6_tnl *t = netdev_priv(dev); vti6_xmit() local
551 struct ip6_tnl *t = netdev_priv(dev); vti6_tnl_xmit() local
599 struct ip6_tnl *t; vti6_err() local
649 vti6_link_config(struct ip6_tnl * t,bool keep_mtu) vti6_link_config() argument
707 vti6_tnl_change(struct ip6_tnl * t,const struct __ip6_tnl_parm * p,bool keep_mtu) vti6_tnl_change() argument
722 vti6_update(struct ip6_tnl * t,struct __ip6_tnl_parm * p,bool keep_mtu) vti6_update() argument
802 struct ip6_tnl *t = NULL; vti6_siocdevprivate() local
933 struct ip6_tnl *t = netdev_priv(dev); vti6_dev_init_gen() local
947 struct ip6_tnl *t = netdev_priv(dev); vti6_dev_init() local
964 struct ip6_tnl *t = netdev_priv(dev); vti6_fb_tnl_dev_init() local
1042 struct ip6_tnl *t = netdev_priv(dev); vti6_changelink() local
1127 struct ip6_tnl *t; vti6_exit_rtnl_net() local
1146 struct ip6_tnl *t = NULL; vti6_init_net() local
[all...]
H A Dip6_gre.c114 static bool ip6gre_tunnel_match(struct ip6_tnl *t, int dev_type, int link, in ip6gre_tunnel_match()
148 struct ip6_tnl *t, *cand = NULL; in ip6gre_tunnel_lookup() local
236 static void ip6gre_tunnel_link_md(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6gre_tunnel_link_md()
242 static void ip6erspan_tunnel_link_md(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6erspan_tunnel_link_md()
248 static void ip6gre_tunnel_unlink_md(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6gre_tunnel_unlink_md()
255 struct ip6_tnl *t) in ip6erspan_tunnel_unlink_md()
262 const struct ip6_tnl *t) in ip6gre_bucket()
267 static void ip6gre_tunnel_link(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6gre_tunnel_link()
275 static void ip6gre_tunnel_unlink(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6gre_tunnel_unlink()
298 struct ip6_tnl *t; in ip6gre_tunnel_find() 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()
308 static void sctp_generate_t1_cookie_event(struct timer_list *t) in sctp_generate_t1_cookie_event()
317 static void sctp_generate_t1_init_event(struct timer_list *t) in sctp_generate_t1_init_event()
326 static void sctp_generate_t2_shutdown_event(struct timer_list *t) in sctp_generate_t2_shutdown_event()
335 static void sctp_generate_t4_rto_event(struct timer_list *t) in sctp_generate_t4_rto_event()
343 static void sctp_generate_t5_shutdown_guard_event(struct timer_list *t) in sctp_generate_t5_shutdown_guard_event()
354 static void sctp_generate_autoclose_event(struct timer_list *t) in sctp_generate_autoclose_event()
366 void sctp_generate_heartbeat_event(struct timer_list *t) in sctp_generate_heartbeat_event()
412 void sctp_generate_proto_unreach_event(struct timer_list *t) in sctp_generate_proto_unreach_event()
447 void sctp_generate_reconf_event(struct timer_list *t) in sctp_generate_reconf_event()
[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/nvmem/
H A Dlan9662-otpc.c9 #define OTP_OTP_PWR_DN(t) (t + 0x00) argument
11 #define OTP_OTP_ADDR_HI(t) (t + 0x04) argument
12 #define OTP_OTP_ADDR_LO(t) (t + 0x08) argument
13 #define OTP_OTP_PRGM_DATA(t) (t + 0x10) argument
14 #define OTP_OTP_PRGM_MODE(t) (t + 0x14) argument
16 #define OTP_OTP_RD_DATA(t) (t + 0x18) argument
17 #define OTP_OTP_FUNC_CMD(t) (t + 0x20) argument
20 #define OTP_OTP_CMD_GO(t) (t + 0x28) argument
22 #define OTP_OTP_PASS_FAIL(t) (t + 0x2c) argument
26 #define OTP_OTP_STATUS(t) (t + 0x30) argument
/linux/fs/smb/server/
H A Dtransport_rdma.c152 #define KSMBD_TRANS(t) (&(t)->transport) argument
153 #define SMBD_TRANS(t) (container_of(t, \ argument
166 struct smb_direct_transport *t; in get_smbd_max_read_write_size() local
180 struct smb_direct_transport *t; in alloc_transport() local
209 struct smb_direct_transport *t = SMBD_TRANS(kt); in smb_direct_free_transport() local
215 static void free_transport(struct smb_direct_transport *t) in free_transport()
221 static int smb_direct_read(struct ksmbd_transport *t, char *buf, in smb_direct_read()
241 static int smb_direct_writev(struct ksmbd_transport *t, in smb_direct_writev()
255 static int smb_direct_rdma_write(struct ksmbd_transport *t, in smb_direct_rdma_write()
267 static int smb_direct_rdma_read(struct ksmbd_transport *t, in smb_direct_rdma_read()
[all …]
/linux/net/bridge/
H A Dbr_stp_timer.c30 static void br_hello_timer_expired(struct timer_list *t) in br_hello_timer_expired()
46 static void br_message_age_timer_expired(struct timer_list *t) in br_message_age_timer_expired()
80 static void br_forward_delay_timer_expired(struct timer_list *t) in br_forward_delay_timer_expired()
105 static void br_tcn_timer_expired(struct timer_list *t) in br_tcn_timer_expired()
119 static void br_topology_change_timer_expired(struct timer_list *t) in br_topology_change_timer_expired()
131 static void br_hold_timer_expired(struct timer_list *t) in br_hold_timer_expired()
/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()

12345678910>>...77