/linux-6.3-rc2/drivers/md/ |
A D | dm-linear.c | 30 static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) in linear_ctr() 73 static void linear_dtr(struct dm_target *ti) in linear_dtr() 81 static sector_t linear_map_sector(struct dm_target *ti, sector_t bi_sector) in linear_map_sector() 88 static int linear_map(struct dm_target *ti, struct bio *bio) in linear_map() 98 static void linear_status(struct dm_target *ti, status_type_t type, in linear_status() 137 static int linear_report_zones(struct dm_target *ti, in linear_report_zones() 150 static int linear_iterate_devices(struct dm_target *ti, in linear_iterate_devices() 159 static struct dax_device *linear_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in linear_dax_pgoff() 168 static long linear_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in linear_dax_direct_access() 177 static int linear_dax_zero_page_range(struct dm_target *ti, pgoff_t pgoff, in linear_dax_zero_page_range() [all …]
|
A D | dm-table.c | 188 struct dm_target *ti = dm_table_get_target(t, i); in dm_table_destroy() local 588 struct dm_target *ti; in validate_hardware_logical_block_alignment() local 639 struct dm_target *ti; in dm_table_add_target() local 831 struct dm_target *ti = dm_table_get_target(t, i); in dm_table_supports_dax() local 860 struct dm_target *ti; in dm_table_determine_type() local 981 struct dm_target *ti = dm_table_get_target(t, i); in dm_table_get_wildcard_target() local 1025 struct dm_target *ti = dm_table_get_target(t, i); in dm_table_alloc_md_mempools() local 1121 struct dm_target *ti = dm_table_get_target(t, i); in dm_table_get_integrity_disk() local 1241 struct dm_target *ti = dm_table_get_target(t, i); in dm_keyslot_evict() local 1312 struct dm_target *ti = dm_table_get_target(t, i); in dm_table_construct_crypto_profile() local [all …]
|
A D | dm-stripe.c | 42 struct dm_target *ti; member 64 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe() 88 static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) in stripe_ctr() 189 static void stripe_dtr(struct dm_target *ti) in stripe_dtr() 271 static int stripe_map(struct dm_target *ti, struct bio *bio) in stripe_map() 316 static long stripe_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_direct_access() 325 static int stripe_dax_zero_page_range(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_zero_page_range() 360 static void stripe_status(struct dm_target *ti, status_type_t type, in stripe_status() 403 static int stripe_end_io(struct dm_target *ti, struct bio *bio, in stripe_end_io() 439 static int stripe_iterate_devices(struct dm_target *ti, in stripe_iterate_devices() [all …]
|
A D | dm-audit.h | 28 struct dm_target *ti, int result) in dm_audit_log_ctr() 34 struct dm_target *ti, int result) in dm_audit_log_dtr() 40 struct dm_target *ti, int result) in dm_audit_log_target() 51 const char *op, struct dm_target *ti, in dm_audit_log_target() 56 struct dm_target *ti, int result) in dm_audit_log_ctr() 61 struct dm_target *ti, int result) in dm_audit_log_dtr()
|
A D | dm-unstripe.c | 28 static void cleanup_unstripe(struct unstripe_c *uc, struct dm_target *ti) in cleanup_unstripe() 39 static int unstripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) in unstripe_ctr() 110 static void unstripe_dtr(struct dm_target *ti) in unstripe_dtr() 117 static sector_t map_to_core(struct dm_target *ti, struct bio *bio) in map_to_core() 135 static int unstripe_map(struct dm_target *ti, struct bio *bio) in unstripe_map() 145 static void unstripe_status(struct dm_target *ti, status_type_t type, in unstripe_status() 167 static int unstripe_iterate_devices(struct dm_target *ti, in unstripe_iterate_devices() 175 static void unstripe_io_hints(struct dm_target *ti, in unstripe_io_hints()
|
A D | dm-flakey.c | 49 struct dm_target *ti) in parse_features() 189 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr() 268 static void flakey_dtr(struct dm_target *ti) in flakey_dtr() 276 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector() 283 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio() 325 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map() 389 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io() 420 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status() 460 static int flakey_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in flakey_prepare_ioctl() 475 static int flakey_report_zones(struct dm_target *ti, in flakey_report_zones() [all …]
|
A D | dm-switch.c | 40 struct dm_target *ti; member 60 static struct switch_ctx *alloc_switch_ctx(struct dm_target *ti, unsigned int nr_paths, in alloc_switch_ctx() 77 static int alloc_region_table(struct dm_target *ti, unsigned int nr_paths) in alloc_region_table() 205 static int parse_path(struct dm_arg_set *as, struct dm_target *ti) in parse_path() 234 static void switch_dtr(struct dm_target *ti) in switch_dtr() 253 static int switch_ctr(struct dm_target *ti, unsigned int argc, char **argv) in switch_ctr() 320 static int switch_map(struct dm_target *ti, struct bio *bio) in switch_map() 470 static int switch_message(struct dm_target *ti, unsigned int argc, char **argv, in switch_message() 490 static void switch_status(struct dm_target *ti, status_type_t type, in switch_status() 520 static int switch_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in switch_prepare_ioctl() [all …]
|
A D | dm-mpath.c | 97 struct dm_target *ti; member 197 struct dm_target *ti) in free_priority_group() 847 struct dm_target *ti) in parse_path_selector() 936 struct dm_target *ti) in parse_path() 996 struct dm_target *ti = m->ti; in parse_priority_group() local 1062 struct dm_target *ti = m->ti; in parse_hw_handler() local 1113 struct dm_target *ti = m->ti; in parse_features() local 1320 static void multipath_dtr(struct dm_target *ti) in multipath_dtr() 1743 static void multipath_presuspend(struct dm_target *ti) in multipath_presuspend() 1764 static void multipath_resume(struct dm_target *ti) in multipath_resume() [all …]
|
A D | dm-delay.c | 121 static void delay_dtr(struct dm_target *ti) in delay_dtr() 140 static int delay_class_ctr(struct dm_target *ti, struct delay_class *c, char **argv) in delay_class_ctr() 174 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) in delay_ctr() 268 static void delay_presuspend(struct dm_target *ti) in delay_presuspend() 277 static void delay_resume(struct dm_target *ti) in delay_resume() 284 static int delay_map(struct dm_target *ti, struct bio *bio) in delay_map() 308 static void delay_status(struct dm_target *ti, status_type_t type, in delay_status() 337 static int delay_iterate_devices(struct dm_target *ti, in delay_iterate_devices()
|
A D | dm-log-writes.c | 506 static int log_writes_ctr(struct dm_target *ti, unsigned int argc, char **argv) in log_writes_ctr() 611 static void log_writes_dtr(struct dm_target *ti) in log_writes_dtr() 636 static void normal_map_bio(struct dm_target *ti, struct bio *bio) in normal_map_bio() 643 static int log_writes_map(struct dm_target *ti, struct bio *bio) in log_writes_map() 766 static int normal_end_io(struct dm_target *ti, struct bio *bio, in normal_end_io() 795 static void log_writes_status(struct dm_target *ti, status_type_t type, in log_writes_status() 820 static int log_writes_prepare_ioctl(struct dm_target *ti, in log_writes_prepare_ioctl() 835 static int log_writes_iterate_devices(struct dm_target *ti, in log_writes_iterate_devices() 883 static struct dax_device *log_writes_dax_pgoff(struct dm_target *ti, in log_writes_dax_pgoff() 892 static long log_writes_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in log_writes_dax_direct_access() [all …]
|
A D | dm-zoned-target.c | 625 static int dmz_map(struct dm_target *ti, struct bio *bio) in dmz_map() 688 static int dmz_get_zoned_device(struct dm_target *ti, char *path, in dmz_get_zoned_device() 751 static void dmz_put_zoned_device(struct dm_target *ti) in dmz_put_zoned_device() 764 static int dmz_fixup_devices(struct dm_target *ti) in dmz_fixup_devices() 830 static int dmz_ctr(struct dm_target *ti, unsigned int argc, char **argv) in dmz_ctr() 962 static void dmz_dtr(struct dm_target *ti) in dmz_dtr() 992 static void dmz_io_hints(struct dm_target *ti, struct queue_limits *limits) in dmz_io_hints() 1036 static void dmz_suspend(struct dm_target *ti) in dmz_suspend() 1050 static void dmz_resume(struct dm_target *ti) in dmz_resume() 1060 static int dmz_iterate_devices(struct dm_target *ti, in dmz_iterate_devices() [all …]
|
A D | dm-raid1.c | 59 struct dm_target *ti; member 259 static int mirror_flush(struct dm_target *ti) in mirror_flush() 890 struct dm_target *ti, in alloc_context() 1018 struct dm_target *ti = ms->ti; in parse_features() local 1181 static void mirror_dtr(struct dm_target *ti) in mirror_dtr() 1196 static int mirror_map(struct dm_target *ti, struct bio *bio) in mirror_map() 1245 static int mirror_end_io(struct dm_target *ti, struct bio *bio, in mirror_end_io() 1312 static void mirror_presuspend(struct dm_target *ti) in mirror_presuspend() 1358 static void mirror_postsuspend(struct dm_target *ti) in mirror_postsuspend() 1368 static void mirror_resume(struct dm_target *ti) in mirror_resume() [all …]
|
A D | dm-ebs-target.c | 247 static int ebs_ctr(struct dm_target *ti, unsigned int argc, char **argv) in ebs_ctr() 348 static void ebs_dtr(struct dm_target *ti) in ebs_dtr() 361 static int ebs_map(struct dm_target *ti, struct bio *bio) in ebs_map() 393 static void ebs_status(struct dm_target *ti, status_type_t type, in ebs_status() 412 static int ebs_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in ebs_prepare_ioctl() 424 static void ebs_io_hints(struct dm_target *ti, struct queue_limits *limits) in ebs_io_hints() 434 static int ebs_iterate_devices(struct dm_target *ti, in ebs_iterate_devices()
|
A D | dm-verity-target.c | 750 static int verity_map(struct dm_target *ti, struct bio *bio) in verity_map() 793 static void verity_status(struct dm_target *ti, status_type_t type, in verity_status() 912 static int verity_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in verity_prepare_ioctl() 923 static int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices() 931 static void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints() 944 static void verity_dtr(struct dm_target *ti) in verity_dtr() 982 struct dm_target *ti = v->ti; in verity_alloc_most_once() local 1060 struct dm_target *ti = v->ti; in verity_parse_opt_args() local 1161 static int verity_ctr(struct dm_target *ti, unsigned int argc, char **argv) in verity_ctr() 1445 bool dm_is_verity_target(struct dm_target *ti) in dm_is_verity_target() [all …]
|
A D | dm-snap.c | 31 #define dm_target_is_snapshot_merge(ti) \ argument 55 struct dm_target *ti; member 329 struct dm_target *ti; member 1184 struct dm_target *ti) in parse_snapshot_features() 1470 static void snapshot_dtr(struct dm_target *ti) in snapshot_dtr() 2202 static int snapshot_preresume(struct dm_target *ti) in snapshot_preresume() 2226 static void snapshot_resume(struct dm_target *ti) in snapshot_resume() 2300 static void snapshot_merge_resume(struct dm_target *ti) in snapshot_merge_resume() 2661 static void origin_dtr(struct dm_target *ti) in origin_dtr() 2696 static void origin_resume(struct dm_target *ti) in origin_resume() [all …]
|
/linux-6.3-rc2/sound/pci/ctxfi/ |
A D | cttimer.c | 65 struct ct_timer_instance *ti = from_timer(ti, t, timer); in ct_systimer_callback() local 91 static void ct_systimer_init(struct ct_timer_instance *ti) in ct_systimer_init() 96 static void ct_systimer_start(struct ct_timer_instance *ti) in ct_systimer_start() 109 static void ct_systimer_stop(struct ct_timer_instance *ti) in ct_systimer_stop() 181 struct ct_timer_instance *ti; in ct_xfitimer_reprogram() local 231 struct ct_timer_instance *ti; in ct_xfitimer_check_period() local 336 struct ct_timer_instance *ti; in ct_timer_instance_new() local 357 void ct_timer_prepare(struct ct_timer_instance *ti) in ct_timer_prepare() 365 void ct_timer_start(struct ct_timer_instance *ti) in ct_timer_start() 371 void ct_timer_stop(struct ct_timer_instance *ti) in ct_timer_stop() [all …]
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | process.c | 78 struct thread_info *ti = coprocessor_owner[i]; in local_coprocessors_flush_release_all() local 102 struct thread_info *ti = info; in local_coprocessor_release_all() local 121 void coprocessor_release_all(struct thread_info *ti) in coprocessor_release_all() 134 struct thread_info *ti = info; in local_coprocessor_flush_all() local 149 void coprocessor_flush_all(struct thread_info *ti) in coprocessor_flush_all() 166 void coprocessor_flush_release_all(struct thread_info *ti) in coprocessor_flush_release_all() 206 struct thread_info *ti = current_thread_info(); in flush_thread() local 275 struct thread_info *ti; in copy_thread() local
|
/linux-6.3-rc2/net/openvswitch/ |
A D | flow_table.c | 154 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); in table_instance_alloc() local 416 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init() local 456 struct table_instance *ti; in flow_tbl_destroy_rcu_cb() local 463 struct table_instance *ti, in table_instance_flow_free() 480 struct table_instance *ti, in table_instance_flow_flush() 731 struct table_instance *ti, in flow_lookup() 794 struct table_instance *ti = rcu_dereference(tbl->ti); in ovs_flow_tbl_lookup_stats() local 853 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti); in ovs_flow_tbl_lookup() local 961 struct table_instance *ti = ovsl_dereference(table->ti); in ovs_flow_tbl_remove() local 1041 struct table_instance *ti; in flow_key_insert() local [all …]
|
A D | meter.c | 40 static u32 meter_hash(struct dp_meter_instance *ti, u32 id) in meter_hash() 57 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in lookup_meter() local 70 struct dp_meter_instance *ti; in dp_meter_instance_alloc() local 83 static void dp_meter_instance_free(struct dp_meter_instance *ti) in dp_meter_instance_free() 90 struct dp_meter_instance *ti; in dp_meter_instance_free_rcu() local 99 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in dp_meter_instance_realloc() local 118 static void dp_meter_instance_insert(struct dp_meter_instance *ti, in dp_meter_instance_insert() 138 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in attach_meter() local 173 struct dp_meter_instance *ti; in detach_meter() local 734 struct dp_meter_instance *ti; in ovs_meters_init() local [all …]
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | symbols.c | 20 static int init_test_info(struct test_info *ti) in init_test_info() 38 static void exit_test_info(struct test_info *ti) in exit_test_info() 52 static int create_map(struct test_info *ti, char *filename, struct map **map_p) in create_map() 100 static int test_file(struct test_info *ti, char *filename) in test_file() 134 struct test_info ti; in test__symbols() local
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | time.c | 71 struct thread_info *ti = task_thread_info(tsk); in vtime_flush() local 126 struct thread_info *ti = task_thread_info(tsk); in vtime_delta() local 140 struct thread_info *ti = task_thread_info(tsk); in vtime_account_kernel() local 152 struct thread_info *ti = task_thread_info(tsk); in vtime_account_idle() local 159 struct thread_info *ti = task_thread_info(tsk); in vtime_account_softirq() local 166 struct thread_info *ti = task_thread_info(tsk); in vtime_account_hardirq() local
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | namei.c | 79 struct nilfs_transaction_info ti; in nilfs_create() local 107 struct nilfs_transaction_info ti; in nilfs_mknod() local 131 struct nilfs_transaction_info ti; in nilfs_symlink() local 181 struct nilfs_transaction_info ti; in nilfs_link() local 209 struct nilfs_transaction_info ti; in nilfs_mkdir() local 295 struct nilfs_transaction_info ti; in nilfs_unlink() local 317 struct nilfs_transaction_info ti; in nilfs_rmdir() local 354 struct nilfs_transaction_info ti; in nilfs_rename() local
|
/linux-6.3-rc2/net/ipv4/ |
A D | udp_tunnel_nic.c | 121 struct udp_tunnel_info *ti) in udp_tunnel_nic_ti_from_entry() 166 unsigned int idx, struct udp_tunnel_info *ti) in __udp_tunnel_nic_get_port() 214 struct udp_tunnel_info ti; in udp_tunnel_nic_device_sync_one() local 321 struct udp_tunnel_info *ti) in udp_tunnel_nic_table_is_capable() 328 struct udp_tunnel_info *ti) in udp_tunnel_nic_is_capable() 346 struct udp_tunnel_info *ti) in udp_tunnel_nic_has_collision() 407 struct udp_tunnel_info *ti, int use_cnt_adj) in udp_tunnel_nic_entry_try_adj() 430 struct udp_tunnel_info *ti, int use_cnt_adj) in udp_tunnel_nic_try_existing() 451 struct udp_tunnel_info *ti) in udp_tunnel_nic_add_existing() 458 struct udp_tunnel_info *ti) in udp_tunnel_nic_del_existing() [all …]
|
A D | udp_tunnel_core.c | 89 struct udp_tunnel_info ti; in udp_tunnel_push_rx_port() local 103 struct udp_tunnel_info ti; in udp_tunnel_drop_rx_port() local 118 struct udp_tunnel_info ti; in udp_tunnel_notify_add_rx_port() local 138 struct udp_tunnel_info ti; in udp_tunnel_notify_del_rx_port() local
|
/linux-6.3-rc2/include/linux/ |
A D | thread_info.h | 87 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag() 92 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag() 97 static inline void update_ti_thread_flag(struct thread_info *ti, int flag, in update_ti_thread_flag() 106 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag) in test_and_set_ti_thread_flag() 111 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag) in test_and_clear_ti_thread_flag() 116 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag() 125 static __always_inline unsigned long read_ti_thread_flags(struct thread_info *ti) in read_ti_thread_flags()
|