| /linux/drivers/md/ |
| H A D | dm-linear.c | 30 static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) in linear_ctr() 74 static void linear_dtr(struct dm_target *ti) in linear_dtr() 82 static sector_t linear_map_sector(struct dm_target *ti, sector_t bi_sector) in linear_map_sector() 89 int linear_map(struct dm_target *ti, struct bio *bio) in linear_map() 99 static void linear_status(struct dm_target *ti, status_type_t type, in linear_status() 122 static int linear_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in linear_prepare_ioctl() 140 static int linear_report_zones(struct dm_target *ti, in linear_report_zones() 153 static int linear_iterate_devices(struct dm_target *ti, in linear_iterate_devices() 162 static struct dax_device *linear_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in linear_dax_pgoff() 171 static long linear_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in linear_dax_direct_access() [all …]
|
| H 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()
|
| H 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() 190 static void stripe_dtr(struct dm_target *ti) in stripe_dtr() 272 int stripe_map(struct dm_target *ti, struct bio *bio) in stripe_map() 302 static struct dax_device *stripe_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in stripe_dax_pgoff() 317 static long stripe_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_direct_access() 326 static int stripe_dax_zero_page_range(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_zero_page_range() 334 static size_t stripe_dax_recovery_write(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_recovery_write() 361 static void stripe_status(struct dm_target *ti, status_type_t type, in stripe_status() [all …]
|
| H 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()
|
| H A D | dm-flakey.c | 55 struct dm_target *ti) in parse_features() 258 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr() 337 static void flakey_dtr(struct dm_target *ti) in flakey_dtr() 345 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector() 352 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio() 428 static struct bio *clone_bio(struct dm_target *ti, struct flakey_c *fc, struct bio *bio) in clone_bio() 493 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map() 573 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io() 603 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status() 654 static int flakey_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in flakey_prepare_ioctl() [all …]
|
| H A D | dm-delay.c | 159 static void delay_dtr(struct dm_target *ti) in delay_dtr() 182 static int delay_class_ctr(struct dm_target *ti, struct delay_class *c, char **argv) in delay_class_ctr() 216 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) in delay_ctr() 344 static void delay_presuspend(struct dm_target *ti) in delay_presuspend() 357 static void delay_resume(struct dm_target *ti) in delay_resume() 364 static int delay_map(struct dm_target *ti, struct bio *bio) in delay_map() 386 static int delay_report_zones(struct dm_target *ti, in delay_report_zones() 403 static void delay_status(struct dm_target *ti, status_type_t type, in delay_status() 432 static int delay_iterate_devices(struct dm_target *ti, in delay_iterate_devices()
|
| H A D | dm-inlinecrypt.c | 65 static void inlinecrypt_dtr(struct dm_target *ti) in inlinecrypt_dtr() 233 static int inlinecrypt_ctr_optional(struct dm_target *ti, in inlinecrypt_ctr_optional() 310 static int inlinecrypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) in inlinecrypt_ctr() 435 static int inlinecrypt_map(struct dm_target *ti, struct bio *bio) in inlinecrypt_map() 505 static void inlinecrypt_status(struct dm_target *ti, status_type_t type, in inlinecrypt_status() 545 static int inlinecrypt_prepare_ioctl(struct dm_target *ti, in inlinecrypt_prepare_ioctl() 558 static int inlinecrypt_iterate_devices(struct dm_target *ti, in inlinecrypt_iterate_devices() 568 static int inlinecrypt_report_zones(struct dm_target *ti, in inlinecrypt_report_zones() 582 static void inlinecrypt_io_hints(struct dm_target *ti, in inlinecrypt_io_hints()
|
| H A D | dm-verity-target.c | 785 static int verity_map(struct dm_target *ti, struct bio *bio) in verity_map() 828 static void verity_postsuspend(struct dm_target *ti) in verity_postsuspend() 838 static void verity_status(struct dm_target *ti, status_type_t type, in verity_status() 989 static int verity_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in verity_prepare_ioctl() 1002 static int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices() 1010 static void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints() 1060 static void verity_dtr(struct dm_target *ti) in verity_dtr() 1105 struct dm_target *ti = v->ti; in verity_alloc_most_once() local 1208 struct dm_target *ti = v->ti; in verity_parse_opt_args() local 1309 struct dm_target *ti = v->ti; in verity_setup_hash_alg() local [all …]
|
| H A D | dm-log-writes.c | 507 static int log_writes_ctr(struct dm_target *ti, unsigned int argc, char **argv) in log_writes_ctr() 612 static void log_writes_dtr(struct dm_target *ti) in log_writes_dtr() 637 static void normal_map_bio(struct dm_target *ti, struct bio *bio) in normal_map_bio() 644 static int log_writes_map(struct dm_target *ti, struct bio *bio) in log_writes_map() 767 static int normal_end_io(struct dm_target *ti, struct bio *bio, in normal_end_io() 796 static void log_writes_status(struct dm_target *ti, status_type_t type, in log_writes_status() 821 static int log_writes_prepare_ioctl(struct dm_target *ti, in log_writes_prepare_ioctl() 838 static int log_writes_iterate_devices(struct dm_target *ti, in log_writes_iterate_devices() 851 static int log_writes_message(struct dm_target *ti, unsigned int argc, char **argv, in log_writes_message() 870 static void log_writes_io_hints(struct dm_target *ti, struct queue_limits *limits) in log_writes_io_hints() [all …]
|
| H 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_postsuspend(struct dm_target *ti) in ebs_postsuspend() 399 static void ebs_status(struct dm_target *ti, status_type_t type, in ebs_status() 418 static int ebs_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in ebs_prepare_ioctl() 431 static void ebs_io_hints(struct dm_target *ti, struct queue_limits *limits) in ebs_io_hints() 441 static int ebs_iterate_devices(struct dm_target *ti, in ebs_iterate_devices()
|
| H 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_devices(struct dm_target *ti) in dmz_put_zoned_devices() 763 static int dmz_fixup_devices(struct dm_target *ti) in dmz_fixup_devices() 829 static int dmz_ctr(struct dm_target *ti, unsigned int argc, char **argv) in dmz_ctr() 961 static void dmz_dtr(struct dm_target *ti) in dmz_dtr() 991 static void dmz_io_hints(struct dm_target *ti, struct queue_limits *limits) in dmz_io_hints() 1018 static int dmz_prepare_ioctl(struct dm_target *ti, struct block_device **bdev, in dmz_prepare_ioctl() 1035 static void dmz_suspend(struct dm_target *ti) in dmz_suspend() 1049 static void dmz_resume(struct dm_target *ti) in dmz_resume() [all …]
|
| H A D | dm-target.c | 199 static int io_err_clone_and_map_rq(struct dm_target *ti, struct request *rq, in io_err_clone_and_map_rq() 212 static sector_t io_err_map_sector(struct dm_target *ti, sector_t bi_sector) in io_err_map_sector() 219 static int io_err_report_zones(struct dm_target *ti, in io_err_report_zones() 239 static int io_err_iterate_devices(struct dm_target *ti, in io_err_iterate_devices() 250 static void io_err_io_hints(struct dm_target *ti, struct queue_limits *limits) in io_err_io_hints() 256 static long io_err_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in io_err_dax_direct_access()
|
| H A D | dm.c | 417 struct dm_target *ti; in dm_prepare_ioctl() local 613 static struct bio *alloc_tio(struct clone_info *ci, struct dm_target *ti, in alloc_tio() 1087 static bool swap_bios_limit(struct dm_target *ti, struct bio *bio) in swap_bios_limit() 1096 struct dm_target *ti = tio->ti; in clone_endio() local 1155 static inline sector_t max_io_len_target_boundary(struct dm_target *ti, in max_io_len_target_boundary() 1161 static sector_t __max_io_len(struct dm_target *ti, sector_t sector, in __max_io_len() 1181 static inline sector_t max_io_len(struct dm_target *ti, sector_t sector) in max_io_len() 1186 int dm_set_target_max_io_len(struct dm_target *ti, sector_t len) in dm_set_target_max_io_len() 1206 struct dm_target *ti; in dm_dax_get_live_target() local 1225 struct dm_target *ti; in dm_dax_direct_access() local [all …]
|
| H A D | dm-verity-loadpin.c | 15 static bool is_trusted_verity_target(struct dm_target *ti) in is_trusted_verity_target() 57 struct dm_target *ti; in dm_verity_loadpin_is_bdev_trusted() local
|
| H A D | dm-thin.c | 234 struct dm_target *ti; /* Only set if a pool target is bound */ member 326 struct dm_target *ti; member 2719 static int thin_bio_map(struct dm_target *ti, struct bio *bio) in thin_bio_map() 2861 static int bind_control_target(struct pool *pool, struct dm_target *ti) in bind_control_target() 2887 static void unbind_control_target(struct pool *pool, struct dm_target *ti) in unbind_control_target() 3126 static void pool_dtr(struct dm_target *ti) in pool_dtr() 3142 struct dm_target *ti) in parse_pool_features() 3283 static int pool_ctr(struct dm_target *ti, unsigned int argc, char **argv) in pool_ctr() 3438 static int pool_map(struct dm_target *ti, struct bio *bio) in pool_map() 3453 static int maybe_resize_data_dev(struct dm_target *ti, bool *need_commit) in maybe_resize_data_dev() [all …]
|
| /linux/sound/pci/ctxfi/ |
| H A D | cttimer.c | 65 struct ct_timer_instance *ti = timer_container_of(ti, t, timer); in ct_systimer_callback() local 89 static void ct_systimer_init(struct ct_timer_instance *ti) in ct_systimer_init() 94 static void ct_systimer_start(struct ct_timer_instance *ti) in ct_systimer_start() 105 static void ct_systimer_stop(struct ct_timer_instance *ti) in ct_systimer_stop() 112 static void ct_systimer_prepare(struct ct_timer_instance *ti) in ct_systimer_prepare() 174 struct ct_timer_instance *ti; in ct_xfitimer_reprogram() local 224 struct ct_timer_instance *ti; in ct_xfitimer_check_period() local 252 static void ct_xfitimer_prepare(struct ct_timer_instance *ti) in ct_xfitimer_prepare() 274 static void ct_xfitimer_start(struct ct_timer_instance *ti) in ct_xfitimer_start() 288 static void ct_xfitimer_stop(struct ct_timer_instance *ti) in ct_xfitimer_stop() [all …]
|
| /linux/arch/xtensa/kernel/ |
| H A D | process.c | 79 struct thread_info *ti = coprocessor_owner[i]; in local_coprocessors_flush_release_all() local 103 struct thread_info *ti = info; in local_coprocessor_release_all() local 122 void coprocessor_release_all(struct thread_info *ti) in coprocessor_release_all() 135 struct thread_info *ti = info; in local_coprocessor_flush_all() local 150 void coprocessor_flush_all(struct thread_info *ti) in coprocessor_flush_all() 167 void coprocessor_flush_release_all(struct thread_info *ti) in coprocessor_flush_release_all() 207 struct thread_info *ti = current_thread_info(); in flush_thread() local 276 struct thread_info *ti; in copy_thread() local
|
| /linux/net/openvswitch/ |
| H A D | flow_table.c | 145 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy() argument 153 struct table_instance *ti = kmalloc_obj(*ti); in table_instance_alloc() local 411 struct table_instance *ti, *ufid_ti; ovs_flow_tbl_init() local 451 struct table_instance *ti; flow_tbl_destroy_rcu_cb() local 458 table_instance_flow_free(struct flow_table * table,struct table_instance * ti,struct table_instance * ufid_ti,struct sw_flow * flow) table_instance_flow_free() argument 475 table_instance_flow_flush(struct flow_table * table,struct table_instance * ti,struct table_instance * ufid_ti) table_instance_flow_flush() argument 501 table_instance_destroy(struct table_instance * ti,struct table_instance * ufid_ti) table_instance_destroy() argument 513 struct table_instance *ti = rcu_dereference_raw(table->ti); ovs_flow_tbl_destroy() local 523 ovs_flow_tbl_dump_next(struct table_instance * ti,u32 * bucket,u32 * last) ovs_flow_tbl_dump_next() argument 550 find_bucket(struct table_instance * ti,u32 hash) find_bucket() argument 556 table_instance_insert(struct table_instance * ti,struct sw_flow * flow) table_instance_insert() argument 565 ufid_table_instance_insert(struct table_instance * ti,struct sw_flow * flow) ufid_table_instance_insert() argument 601 table_instance_rehash(struct table_instance * ti,int n_buckets,bool ufid) table_instance_rehash() argument 696 masked_flow_lookup(struct table_instance * ti,const struct sw_flow_key * unmasked,const struct sw_flow_mask * mask,u32 * n_mask_hit) masked_flow_lookup() argument 726 flow_lookup(struct flow_table * tbl,struct table_instance * ti,struct mask_array * ma,const struct sw_flow_key * key,u32 * n_mask_hit,u32 * n_cache_hit,u32 * index) flow_lookup() argument 789 struct table_instance *ti = rcu_dereference(tbl->ti); ovs_flow_tbl_lookup_stats() local 848 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti); ovs_flow_tbl_lookup() local 873 struct table_instance *ti = rcu_dereference_ovsl(tbl->ti); ovs_flow_tbl_lookup_exact() local 918 struct table_instance *ti = rcu_dereference_ovsl(tbl->ufid_ti); ovs_flow_tbl_lookup_ufid() local 947 table_instance_expand(struct table_instance * ti,bool ufid) table_instance_expand() argument 956 struct table_instance *ti = ovsl_dereference(table->ti); ovs_flow_tbl_remove() local 1036 struct table_instance *ti; flow_key_insert() local 1059 struct table_instance *ti; flow_ufid_insert() local [all...] |
| H 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 81 static void dp_meter_instance_free(struct dp_meter_instance *ti) in dp_meter_instance_free() 88 struct dp_meter_instance *ti; in dp_meter_instance_free_rcu() local 97 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in dp_meter_instance_realloc() local 116 static void dp_meter_instance_insert(struct dp_meter_instance *ti, in dp_meter_instance_insert() 125 static void dp_meter_instance_remove(struct dp_meter_instance *ti, in dp_meter_instance_remove() 136 struct dp_meter_instance *ti; in attach_meter() local 176 struct dp_meter_instance *ti; in detach_meter() local [all …]
|
| /linux/fs/tracefs/ |
| H A D | inode.c | 42 struct tracefs_inode *ti; in tracefs_alloc_inode() local 58 struct tracefs_inode *ti = get_tracefs(inode); in tracefs_free_inode() local 65 struct tracefs_inode *ti = get_tracefs(inode); in tracefs_destroy_inode() local 101 struct tracefs_inode *ti; in tracefs_syscall_mkdir() local 155 struct tracefs_inode *ti = get_tracefs(inode); in set_tracefs_inode_owner() local 215 struct tracefs_inode *ti = get_tracefs(inode); in tracefs_setattr() local 314 struct tracefs_inode *ti; in tracefs_apply_options() local 403 struct tracefs_inode *ti = get_tracefs(inode); in tracefs_drop_inode() local 569 struct tracefs_inode *ti; in instance_inode() local 616 struct tracefs_inode *ti; in tracefs_create_file() local [all …]
|
| /linux/tools/perf/tests/ |
| H A D | symbols.c | 22 static int init_test_info(struct test_info *ti) in init_test_info() argument 43 exit_test_info(struct test_info * ti) exit_test_info() argument 82 create_map(struct test_info * ti,char * filename,struct map ** map_p) create_map() argument 170 test_file(struct test_info * ti,char * filename) test_file() argument 210 struct test_info ti; test__symbols() local [all...] |
| /linux/net/ipv4/ |
| H A D | udp_tunnel_nic.c | 122 struct udp_tunnel_info *ti) in udp_tunnel_nic_ti_from_entry() 167 unsigned int idx, struct udp_tunnel_info *ti) in __udp_tunnel_nic_get_port() 215 struct udp_tunnel_info ti; in udp_tunnel_nic_device_sync_one() local 310 struct udp_tunnel_info *ti) in udp_tunnel_nic_table_is_capable() 317 struct udp_tunnel_info *ti) in udp_tunnel_nic_is_capable() 335 struct udp_tunnel_info *ti) in udp_tunnel_nic_has_collision() 396 struct udp_tunnel_info *ti, int use_cnt_adj) in udp_tunnel_nic_entry_try_adj() 419 struct udp_tunnel_info *ti, int use_cnt_adj) in udp_tunnel_nic_try_existing() 440 struct udp_tunnel_info *ti) in udp_tunnel_nic_add_existing() 447 struct udp_tunnel_info *ti) in udp_tunnel_nic_del_existing() [all …]
|
| H A D | udp_tunnel_core.c | 103 struct udp_tunnel_info ti; in udp_tunnel_push_rx_port() local 116 struct udp_tunnel_info ti; in udp_tunnel_drop_rx_port() local 130 struct udp_tunnel_info ti; in udp_tunnel_notify_add_rx_port() local 151 struct udp_tunnel_info ti; in udp_tunnel_notify_del_rx_port() local
|
| /linux/drivers/md/dm-pcache/ |
| H A D | dm_pcache.c | 280 static int dm_pcache_ctr(struct dm_target *ti, unsigned int argc, char **argv) in dm_pcache_ctr() 354 static void dm_pcache_dtr(struct dm_target *ti) in dm_pcache_dtr() 376 static int dm_pcache_map_bio(struct dm_target *ti, struct bio *bio) in dm_pcache_map_bio() 400 static void dm_pcache_status(struct dm_target *ti, status_type_t type, in dm_pcache_status() 438 static int dm_pcache_message(struct dm_target *ti, unsigned int argc, in dm_pcache_message()
|
| /linux/drivers/net/netdevsim/ |
| H A D | udp_tunnels.c | 13 unsigned int entry, struct udp_tunnel_info *ti) in nsim_udp_tunnel_set_port() 39 unsigned int entry, struct udp_tunnel_info *ti) in nsim_udp_tunnel_unset_port() 69 struct udp_tunnel_info ti; in nsim_udp_tunnel_sync_table() local
|