/linux/tools/lib/bpf/ |
A D | btf.h | 318 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind() 323 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen() 328 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag() 333 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void() 338 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int() 343 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() 370 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum() 375 static inline bool btf_is_fwd(const struct btf_type *t) in btf_is_fwd() 400 static inline bool btf_is_mod(const struct btf_type *t) in btf_is_mod() 419 static inline bool btf_is_var(const struct btf_type *t) in btf_is_var() [all …]
|
/linux/arch/powerpc/crypto/ |
A D | sha1-powerpc-asm.S | 26 #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 66 #define STEPD1(t) \ argument [all …]
|
/linux/drivers/media/pci/saa7134/ |
A D | saa7134-reg.h | 210 #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/ |
A D | trigger.h | 36 #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/ |
A D | units.h | 33 static inline long milli_kelvin_to_millicelsius(long t) in milli_kelvin_to_millicelsius() 38 static inline long millicelsius_to_milli_kelvin(long t) in millicelsius_to_milli_kelvin() 46 static inline long kelvin_to_millicelsius(long t) in kelvin_to_millicelsius() 51 static inline long millicelsius_to_kelvin(long t) in millicelsius_to_kelvin() 58 static inline long deci_kelvin_to_celsius(long t) in deci_kelvin_to_celsius() 65 static inline long celsius_to_deci_kelvin(long t) in celsius_to_deci_kelvin() 79 static inline long deci_kelvin_to_millicelsius_with_offset(long t, long offset) in deci_kelvin_to_millicelsius_with_offset() 84 static inline long deci_kelvin_to_millicelsius(long t) in deci_kelvin_to_millicelsius() 89 static inline long millicelsius_to_deci_kelvin(long t) in millicelsius_to_deci_kelvin() 96 static inline long kelvin_to_celsius(long t) in kelvin_to_celsius() [all …]
|
A D | btf.h | 127 static inline bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr() 132 static inline bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int() 142 static inline bool btf_type_is_enum(const struct btf_type *t) in btf_type_is_enum() 147 static inline bool btf_type_is_scalar(const struct btf_type *t) in btf_type_is_scalar() 157 static inline bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func() 167 static inline bool btf_type_is_var(const struct btf_type *t) in btf_type_is_var() 175 static inline bool btf_type_is_struct(const struct btf_type *t) in btf_type_is_struct() 182 static inline u16 btf_type_vlen(const struct btf_type *t) in btf_type_vlen() 187 static inline u16 btf_func_linkage(const struct btf_type *t) in btf_func_linkage() 192 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag() [all …]
|
A D | syscalls.h | 111 #define __MAP1(m,t,a,...) m(t,a) argument 112 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument 113 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument 119 #define __SC_DECL(t, a) t a argument 120 #define __TYPE_AS(t, v) __same_type((__force t)0, v) argument 121 #define __TYPE_IS_L(t) (__TYPE_AS(t, 0L)) argument 122 #define __TYPE_IS_UL(t) (__TYPE_AS(t, 0UL)) argument 125 #define __SC_CAST(t, a) (__force t) a argument 126 #define __SC_ARGS(t, a) a argument 130 #define __SC_STR_ADECL(t, a) #a argument [all …]
|
/linux/drivers/scsi/esas2r/ |
A D | esas2r_targdb.c | 48 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/ |
A D | dm-table.c | 58 static inline sector_t *get_node(struct dm_table *t, in get_node() 175 void dm_table_destroy(struct dm_table *t) in dm_table_destroy() 355 struct dm_table *t = ti->table; in dm_get_device() local 824 bool dm_table_supports_dax(struct dm_table *t, in dm_table_supports_dax() 996 bool dm_table_bio_based(struct dm_table *t) in dm_table_bio_based() 1045 static int setup_indexes(struct dm_table *t) in setup_indexes() 1222 struct dm_table *t; in dm_keyslot_evict() local 1349 struct dm_table *t) in dm_update_crypto_profile() 1381 struct dm_table *t) in dm_update_crypto_profile() 1391 int dm_table_complete(struct dm_table *t) in dm_table_complete() [all …]
|
A D | dm-cache-policy.c | 22 struct dm_cache_policy_type *t; in __find_policy() local 33 struct dm_cache_policy_type *t = __find_policy(name); in __get_policy_once() local 45 struct dm_cache_policy_type *t; in get_policy_once() local 56 struct dm_cache_policy_type *t; in get_policy() local 74 static void put_policy(struct dm_cache_policy_type *t) in put_policy() 138 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_destroy() local 147 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_name() local 159 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_version() local 167 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_hint_size() local
|
/linux/drivers/media/pci/bt8xx/ |
A D | bttv-audio-hook.c | 55 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() 336 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio() 377 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio() 416 void windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in windvr_audio() [all …]
|
/linux/drivers/clocksource/ |
A D | timer-ti-dm-systimer.c | 55 struct dmtimer_systimer t; member 61 struct dmtimer_systimer t; member 363 struct dmtimer_systimer *t) in dmtimer_systimer_setup() 438 struct dmtimer_systimer *t = &clkevt->t; in dmtimer_clockevent_interrupt() local 450 struct dmtimer_systimer *t = &clkevt->t; in dmtimer_set_next_event() local 467 struct dmtimer_systimer *t = &clkevt->t; in dmtimer_clockevent_shutdown() local 488 struct dmtimer_systimer *t = &clkevt->t; in dmtimer_set_periodic() local 513 struct dmtimer_systimer *t = &clkevt->t; in omap_clockevent_idle() local 522 struct dmtimer_systimer *t = &clkevt->t; in omap_clockevent_unidle() local 542 struct dmtimer_systimer *t; in dmtimer_clkevt_init_common() local [all …]
|
/linux/drivers/media/v4l2-core/ |
A D | tuner-core.c | 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 631 struct tuner *t; in tuner_probe() local 1143 struct tuner *t = to_tuner(sd); in tuner_s_radio() local 1160 struct tuner *t = to_tuner(sd); in tuner_standby() local 1172 struct tuner *t = to_tuner(sd); in tuner_s_std() local 1186 struct tuner *t = to_tuner(sd); in tuner_s_frequency() local 1205 struct tuner *t = to_tuner(sd); in tuner_g_frequency() local 1236 struct tuner *t = to_tuner(sd); in tuner_g_tuner() local 1289 struct tuner *t = to_tuner(sd); in tuner_s_tuner() local [all …]
|
/linux/fs/ksmbd/ |
A D | transport_rdma.c | 196 struct smb_direct_transport *t; member 218 smb_trans_direct_transfort(struct ksmbd_transport *t) in smb_trans_direct_transfort() 318 struct smb_direct_transport *t = in smb_direct_disconnect_rdma_work() local 337 struct smb_direct_transport *t = container_of(work, in smb_direct_send_immediate_work() local 348 struct smb_direct_transport *t; in alloc_transport() local 527 struct smb_direct_transport *t; in recv_done() local 844 struct smb_direct_transport *t; in send_done() local 1311 struct smb_direct_transport *t = msg->t; in read_write_done() local 1444 struct smb_direct_transport *t = cm_id->context; in smb_direct_cm_handler() local 1479 struct smb_direct_transport *t = context; in smb_direct_qpair_handler() local [all …]
|
/linux/drivers/iio/ |
A D | industrialio-sw-trigger.c | 32 struct iio_sw_trigger_type *t = NULL, *iter; in __iio_find_sw_trigger_type() local 43 int iio_register_sw_trigger_type(struct iio_sw_trigger_type *t) in iio_register_sw_trigger_type() 68 void iio_unregister_sw_trigger_type(struct iio_sw_trigger_type *t) in iio_unregister_sw_trigger_type() 85 struct iio_sw_trigger_type *t; in iio_get_sw_trigger_type() local 98 struct iio_sw_trigger *t; in iio_sw_trigger_create() local 119 void iio_sw_trigger_destroy(struct iio_sw_trigger *t) in iio_sw_trigger_destroy() 131 struct iio_sw_trigger *t; in trigger_make_group() local 145 struct iio_sw_trigger *t = to_iio_sw_trigger(item); in trigger_drop_group() local
|
/linux/mm/damon/ |
A D | core.c | 61 struct damon_target *t) in damon_insert_region() 165 struct damon_target *t; in damon_new_target() local 278 struct damon_target *t, *next; in damon_set_targets() local 369 struct damon_target *t; in damon_region_sz_limit() local 532 struct damon_target *t; in kdamond_reset_aggregated() local 572 struct damon_target *t, in damon_do_apply_schemes() 678 struct damon_target *t; in kdamond_apply_schemes() local 796 struct damon_target *t; in kdamond_merge_regions() local 867 struct damon_target *t; in kdamond_split_regions() local 910 struct damon_target *t; in kdamond_need_stop() local [all …]
|
A D | core-test.h | 20 struct damon_target *t; in damon_test_regions() local 41 struct damon_target *t; in nr_damon_targets() local 53 struct damon_target *t; in damon_test_target() local 85 struct damon_target *t; in damon_test_aggregate() local 122 struct damon_target *t; in damon_test_split_at() local 142 struct damon_target *t; in damon_test_merge_two() local 169 static struct damon_region *__nth_region_of(struct damon_target *t, int idx) in __nth_region_of() 184 struct damon_target *t; in damon_test_merge_regions_of() local 215 struct damon_target *t; in damon_test_split_regions_of() local
|
/linux/net/ipv6/ |
A D | ip6_vti.c | 93 struct ip6_tnl *t; in vti6_tnl_lookup() local 184 struct ip6_tnl *t = netdev_priv(dev); in vti6_tnl_create2() local 207 struct ip6_tnl *t; in vti6_tnl_create() local 261 struct ip6_tnl *t; in vti6_locate() local 289 struct ip6_tnl *t = netdev_priv(dev); in vti6_dev_uninit() local 302 struct ip6_tnl *t; in vti6_input_proto() local 606 struct ip6_tnl *t; in vti6_err() local 807 struct ip6_tnl *t = NULL; in vti6_siocdevprivate() local 1040 struct ip6_tnl *t; in vti6_changelink() local 1125 struct ip6_tnl *t; in vti6_destroy_tunnels() local [all …]
|
A D | ip6_tunnel.c | 118 struct ip6_tnl *t, *cand = NULL; in ip6_tnl_lookup() local 246 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 291 struct ip6_tnl *t; in ip6_tnl_create() local 346 struct ip6_tnl *t; in ip6_tnl_locate() local 377 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_dev_uninit() local 473 struct ip6_tnl *t; in ip6_tnl_err() local 921 struct ip6_tnl *t; in ipxip6_rcv() local 2031 struct ip6_tnl *nt, *t; in ip6_tnl_newlink() local 2231 struct ip6_tnl *t; in ip6_tnl_destroy_tunnels() local [all …]
|
A D | ip6_gre.c | 123 struct ip6_tnl *t, *cand = NULL; in ip6gre_tunnel_lookup() local 286 struct ip6_tnl *t) in ip6erspan_tunnel_unlink_md() 293 const struct ip6_tnl *t) in ip6gre_bucket() 329 struct ip6_tnl *t; in ip6gre_tunnel_find() local 349 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local 400 struct ip6_tnl *t = netdev_priv(dev); in ip6erspan_tunnel_uninit() local 411 struct ip6_tnl *t = netdev_priv(dev); in ip6gre_tunnel_uninit() local 429 struct ip6_tnl *t; in ip6gre_err() local 642 struct ip6_tnl *t = netdev_priv(dev); in prepare_ip6gre_xmit_ipv4() local 1565 struct ip6_tnl *t; in ip6gre_destroy_tunnels() local [all …]
|
/linux/kernel/ |
A D | rseq.c | 84 static int rseq_update_cpu_id(struct task_struct *t) in rseq_update_cpu_id() 103 static int rseq_reset_rseq_cpu_id(struct task_struct *t) in rseq_reset_rseq_cpu_id() 122 static int rseq_get_rseq_cs(struct task_struct *t, struct rseq_cs *rseq_cs) in rseq_get_rseq_cs() 173 static int rseq_need_restart(struct task_struct *t, u32 cs_flags) in rseq_need_restart() 209 static int clear_rseq_cs(struct task_struct *t) in clear_rseq_cs() 240 struct task_struct *t = current; in rseq_ip_fixup() local 280 struct task_struct *t = current; in __rseq_handle_notify_resume() local 314 struct task_struct *t = current; in rseq_syscall() local
|
/linux/arch/powerpc/include/asm/ |
A D | switch_to.h | 49 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() 63 static inline void save_altivec(struct task_struct *t) { } in save_altivec() 64 static inline void __giveup_altivec(struct task_struct *t) { } in __giveup_altivec() 96 static inline void __giveup_spe(struct task_struct *t) { } in __giveup_spe() 99 static inline void clear_task_ebb(struct task_struct *t) in clear_task_ebb()
|
/linux/net/bridge/ |
A D | br_stp_timer.c | 30 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() 79 static void br_forward_delay_timer_expired(struct timer_list *t) in br_forward_delay_timer_expired() 103 static void br_tcn_timer_expired(struct timer_list *t) in br_tcn_timer_expired() 117 static void br_topology_change_timer_expired(struct timer_list *t) in br_topology_change_timer_expired() 128 static void br_hold_timer_expired(struct timer_list *t) in br_hold_timer_expired()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | cxgb3_defs.h | 47 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/net/sctp/ |
A D | sm_sideeffect.c | 231 void sctp_generate_t3_rtx_event(struct timer_list *t) in sctp_generate_t3_rtx_event() 475 void sctp_generate_probe_event(struct timer_list *t) in sctp_generate_probe_event() 714 struct sctp_transport *t; in sctp_cmd_hb_timers_start() local 727 struct sctp_transport *t; in sctp_cmd_hb_timers_stop() local 742 struct sctp_transport *t; in sctp_cmd_t3_rtx_timers_stop() local 755 struct sctp_transport *t, in sctp_cmd_transport_on() 848 struct sctp_transport *t; in sctp_cmd_setup_t2() local 953 struct sctp_transport *t; in sctp_cmd_setup_t4() local 1016 struct sctp_transport *t; in sctp_cmd_del_non_primary() local 1080 struct sctp_transport *t; in sctp_cmd_t1_timer_update() local [all …]
|