/linux-6.6.21/tools/lib/bpf/ |
D | btf.h | 320 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind() 325 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen() 330 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag() 335 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void() 340 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int() 345 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() 350 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array() 355 static inline bool btf_is_struct(const struct btf_type *t) in btf_is_struct() 360 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union() 365 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite() [all …]
|
/linux-6.6.21/arch/powerpc/crypto/ |
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 51 #define STEPD0_UPDATE(t) \ argument [all …]
|
/linux-6.6.21/include/linux/ |
D | btf.h | 234 static inline bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr() 239 static inline bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int() 244 static inline bool btf_type_is_small_int(const struct btf_type *t) in btf_type_is_small_int() 249 static inline u8 btf_int_encoding(const struct btf_type *t) in btf_int_encoding() 254 static inline bool btf_type_is_signed_int(const struct btf_type *t) in btf_type_is_signed_int() 259 static inline bool btf_type_is_enum(const struct btf_type *t) in btf_type_is_enum() 264 static inline bool btf_is_any_enum(const struct btf_type *t) in btf_is_any_enum() 282 static inline u16 btf_kind(const struct btf_type *t) in btf_kind() 287 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum() 292 static inline bool btf_is_enum64(const struct btf_type *t) in btf_is_enum64() [all …]
|
D | units.h | 36 static inline long milli_kelvin_to_millicelsius(long t) in milli_kelvin_to_millicelsius() 41 static inline long millicelsius_to_milli_kelvin(long t) in millicelsius_to_milli_kelvin() 49 static inline long kelvin_to_millicelsius(long t) in kelvin_to_millicelsius() 54 static inline long millicelsius_to_kelvin(long t) in millicelsius_to_kelvin() 61 static inline long deci_kelvin_to_celsius(long t) in deci_kelvin_to_celsius() 68 static inline long celsius_to_deci_kelvin(long t) in celsius_to_deci_kelvin() 82 static inline long deci_kelvin_to_millicelsius_with_offset(long t, long offset) in deci_kelvin_to_millicelsius_with_offset() 87 static inline long deci_kelvin_to_millicelsius(long t) in deci_kelvin_to_millicelsius() 92 static inline long millicelsius_to_deci_kelvin(long t) in millicelsius_to_deci_kelvin() 99 static inline long kelvin_to_celsius(long t) in kelvin_to_celsius() [all …]
|
D | syscalls.h | 113 #define __MAP1(m,t,a,...) m(t,a) argument 114 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument 115 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument 116 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument 117 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument 118 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument 121 #define __SC_DECL(t, a) t a argument 122 #define __TYPE_AS(t, v) __same_type((__force t)0, v) argument 123 #define __TYPE_IS_L(t) (__TYPE_AS(t, 0L)) argument 124 #define __TYPE_IS_UL(t) (__TYPE_AS(t, 0UL)) argument [all …]
|
/linux-6.6.21/drivers/media/pci/saa7134/ |
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-6.6.21/drivers/md/ |
D | dm-table.c | 60 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() 132 struct dm_table *t; in dm_table_create() local 183 void dm_table_destroy(struct dm_table *t) in dm_table_destroy() 347 struct dm_table *t = ti->table; in dm_get_device() local 437 struct dm_table *t = ti->table; in dm_put_device() local 468 static int adjoin(struct dm_table *t, struct dm_target *ti) in adjoin() 582 static int validate_hardware_logical_block_alignment(struct dm_table *t, in validate_hardware_logical_block_alignment() [all …]
|
D | dm-cache-policy.c | 23 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-6.6.21/tools/perf/util/ |
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-6.6.21/drivers/scsi/esas2r/ |
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-6.6.21/arch/riscv/kvm/ |
D | vcpu_timer.c | 25 struct kvm_vcpu_timer *t) in kvm_riscv_delta_cycles2ns() 45 struct kvm_vcpu_timer *t = container_of(h, struct kvm_vcpu_timer, hrt); in kvm_riscv_vcpu_hrtimer_expired() local 61 static int kvm_riscv_vcpu_timer_cancel(struct kvm_vcpu_timer *t) in kvm_riscv_vcpu_timer_cancel() 85 struct kvm_vcpu_timer *t = &vcpu->arch.timer; in kvm_riscv_vcpu_update_hrtimer() local 104 struct kvm_vcpu_timer *t = &vcpu->arch.timer; in kvm_riscv_vcpu_timer_next_event() local 112 struct kvm_vcpu_timer *t = container_of(h, struct kvm_vcpu_timer, hrt); in kvm_riscv_vcpu_vstimer_expired() local 130 struct kvm_vcpu_timer *t = &vcpu->arch.timer; in kvm_riscv_vcpu_timer_pending() local 142 struct kvm_vcpu_timer *t = &vcpu->arch.timer; in kvm_riscv_vcpu_timer_blocking() local 162 struct kvm_vcpu_timer *t = &vcpu->arch.timer; in kvm_riscv_vcpu_get_reg_timer() local 202 struct kvm_vcpu_timer *t = &vcpu->arch.timer; in kvm_riscv_vcpu_set_reg_timer() local [all …]
|
/linux-6.6.21/drivers/clocksource/ |
D | timer-ti-dm-systimer.c | 55 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() 73 static void dmtimer_systimer_enable(struct dmtimer_systimer *t) in dmtimer_systimer_enable() 85 static void dmtimer_systimer_disable(struct dmtimer_systimer *t) in dmtimer_systimer_disable() 93 static int __init dmtimer_systimer_type1_reset(struct dmtimer_systimer *t) in dmtimer_systimer_type1_reset() 108 static int __init dmtimer_systimer_type2_reset(struct dmtimer_systimer *t) in dmtimer_systimer_type2_reset() 122 static int __init dmtimer_systimer_reset(struct dmtimer_systimer *t) in dmtimer_systimer_reset() 323 static int __init dmtimer_systimer_init_clock(struct dmtimer_systimer *t, in dmtimer_systimer_init_clock() 362 struct dmtimer_systimer *t) in dmtimer_systimer_setup() [all …]
|
/linux-6.6.21/drivers/media/pci/bt8xx/ |
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() 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-6.6.21/drivers/media/v4l2-core/ |
D | tuner-core.c | 240 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-6.6.21/fs/smb/server/ |
D | transport_rdma.c | 160 #define KSMBD_TRANS(t) ((struct ksmbd_transport *)&((t)->transport)) argument 197 struct smb_direct_transport *t; member 232 smb_trans_direct_transfort(struct ksmbd_transport *t) in smb_trans_direct_transfort() 251 smb_direct_recvmsg *get_free_recvmsg(struct smb_direct_transport *t) in get_free_recvmsg() 266 static void put_recvmsg(struct smb_direct_transport *t, in put_recvmsg() 278 smb_direct_recvmsg *get_empty_recvmsg(struct smb_direct_transport *t) in get_empty_recvmsg() 292 static void put_empty_recvmsg(struct smb_direct_transport *t, in put_empty_recvmsg() 303 static void enqueue_reassembly(struct smb_direct_transport *t, in enqueue_reassembly() 321 static struct smb_direct_recvmsg *get_first_reassembly(struct smb_direct_transport *t) in get_first_reassembly() 332 struct smb_direct_transport *t = in smb_direct_disconnect_rdma_work() local [all …]
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_tasklet.h | 11 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-6.6.21/drivers/iio/ |
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() 72 void iio_unregister_sw_trigger_type(struct iio_sw_trigger_type *t) in iio_unregister_sw_trigger_type() 89 struct iio_sw_trigger_type *t; in iio_get_sw_trigger_type() local 102 struct iio_sw_trigger *t; in iio_sw_trigger_create() local 123 void iio_sw_trigger_destroy(struct iio_sw_trigger *t) in iio_sw_trigger_destroy() 135 struct iio_sw_trigger *t; in trigger_make_group() local 149 struct iio_sw_trigger *t = to_iio_sw_trigger(item); in trigger_drop_group() local
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | fpu.h | 221 static inline void save_lsx(struct task_struct *t) in save_lsx() 227 static inline void restore_lsx(struct task_struct *t) in restore_lsx() 239 static inline void restore_lsx_upper(struct task_struct *t) in restore_lsx_upper() 248 static inline void save_lsx(struct task_struct *t) {} in save_lsx() 249 static inline void restore_lsx(struct task_struct *t) {} in restore_lsx() 251 static inline void restore_lsx_upper(struct task_struct *t) {} in restore_lsx_upper() 269 static inline void save_lasx(struct task_struct *t) in save_lasx() 275 static inline void restore_lasx(struct task_struct *t) in restore_lasx() 287 static inline void restore_lasx_upper(struct task_struct *t) in restore_lasx_upper() 296 static inline void save_lasx(struct task_struct *t) {} in save_lasx() [all …]
|
/linux-6.6.21/drivers/base/regmap/ |
D | regmap-kunit.c | 23 static void case_to_desc(const struct regcache_types *t, char *desc) in case_to_desc() 105 struct regcache_types *t = (struct regcache_types *)test->param_value; in basic_read_write() local 134 struct regcache_types *t = (struct regcache_types *)test->param_value; in bulk_write() local 171 struct regcache_types *t = (struct regcache_types *)test->param_value; in bulk_read() local 204 struct regcache_types *t = (struct regcache_types *)test->param_value; in write_readonly() local 239 struct regcache_types *t = (struct regcache_types *)test->param_value; in read_writeonly() local 279 struct regcache_types *t = (struct regcache_types *)test->param_value; in reg_defaults() local 307 struct regcache_types *t = (struct regcache_types *)test->param_value; in reg_defaults_read_dev() local 341 struct regcache_types *t = (struct regcache_types *)test->param_value; in register_patch() local 393 struct regcache_types *t = (struct regcache_types *)test->param_value; in stride() local [all …]
|
/linux-6.6.21/mm/damon/ |
D | core.c | 139 void damon_add_region(struct damon_region *r, struct damon_target *t) in damon_add_region() 145 static void damon_del_region(struct damon_region *r, struct damon_target *t) in damon_del_region() 156 void damon_destroy_region(struct damon_region *r, struct damon_target *t) in damon_destroy_region() 177 struct damon_region *last, struct damon_target *t) in damon_fill_regions_holes() 208 int damon_set_regions(struct damon_target *t, struct damon_addr_range *ranges, in damon_set_regions() 369 struct damon_target *t; in damon_new_target() local 383 void damon_add_target(struct damon_ctx *ctx, struct damon_target *t) in damon_add_target() 393 static void damon_del_target(struct damon_target *t) in damon_del_target() 398 void damon_free_target(struct damon_target *t) in damon_free_target() 407 void damon_destroy_target(struct damon_target *t) in damon_destroy_target() [all …]
|
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 83 struct damon_target *t; in damon_test_aggregate() local 123 struct damon_target *t; in damon_test_split_at() local 143 struct damon_target *t; in damon_test_merge_two() local 170 static struct damon_region *__nth_region_of(struct damon_target *t, int idx) in __nth_region_of() 185 struct damon_target *t; in damon_test_merge_regions_of() local 216 struct damon_target *t; in damon_test_split_regions_of() local 272 struct damon_target *t = damon_new_target(); in damon_test_set_regions() local [all …]
|
/linux-6.6.21/net/ipv6/ |
D | ip6_vti.c | 93 struct ip6_tnl *t; in vti6_tnl_lookup() local 153 vti6_tnl_link(struct vti6_net *ip6n, struct ip6_tnl *t) in vti6_tnl_link() 162 vti6_tnl_unlink(struct vti6_net *ip6n, struct ip6_tnl *t) in vti6_tnl_unlink() 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 352 struct ip6_tnl *t = XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip6; in vti6_rcv_cb() local 411 vti6_addr_conflict(const struct ip6_tnl *t, const struct ipv6hdr *hdr) in vti6_addr_conflict() [all …]
|
D | ip6_tunnel.c | 118 struct ip6_tnl *t, *cand = NULL; in ip6_tnl_lookup() local 209 ip6_tnl_link(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_link() 226 ip6_tnl_unlink(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_unlink() 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 289 struct ip6_tnl *t; in ip6_tnl_create() local 344 struct ip6_tnl *t; in ip6_tnl_locate() local 375 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_dev_uninit() local 471 struct ip6_tnl *t; in ip6_tnl_err() local 708 static int ip4ip6_dscp_ecn_decapsulate(const struct ip6_tnl *t, in ip4ip6_dscp_ecn_decapsulate() [all …]
|
/linux-6.6.21/kernel/rcu/ |
D | tree_plugin.h | 158 struct task_struct *t = current; in rcu_preempt_ctxt_queue() local 314 struct task_struct *t = current; in rcu_note_context_switch() local 420 struct task_struct *t = current; in __rcu_read_unlock() local 440 static struct list_head *rcu_next_node_entry(struct task_struct *t, in rcu_next_node_entry() 466 rcu_preempt_deferred_qs_irqrestore(struct task_struct *t, unsigned long flags) in rcu_preempt_deferred_qs_irqrestore() 586 static notrace bool rcu_preempt_need_deferred_qs(struct task_struct *t) in rcu_preempt_need_deferred_qs() 600 notrace void rcu_preempt_deferred_qs(struct task_struct *t) in rcu_preempt_deferred_qs() 626 static void rcu_read_unlock_special(struct task_struct *t) in rcu_read_unlock_special() 695 struct task_struct *t; in rcu_preempt_check_blocked_tasks() local 721 struct task_struct *t = current; in rcu_flavor_sched_clock_irq() local [all …]
|
/linux-6.6.21/drivers/nvmem/ |
D | lan9662-otpc.c | 9 #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
|