/Linux-v4.19/drivers/md/ |
D | dm-linear.c | 29 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 void linear_map_bio(struct dm_target *ti, struct bio *bio) in linear_map_bio() 98 static int linear_map(struct dm_target *ti, struct bio *bio) in linear_map() 106 static int linear_end_io(struct dm_target *ti, struct bio *bio, in linear_end_io() 118 static void linear_status(struct dm_target *ti, status_type_t type, in linear_status() 135 static int linear_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in linear_prepare_ioctl() 151 static int linear_iterate_devices(struct dm_target *ti, in linear_iterate_devices() 160 static long linear_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in linear_dax_direct_access() [all …]
|
D | dm-unstripe.c | 27 static void cleanup_unstripe(struct unstripe_c *uc, struct dm_target *ti) in cleanup_unstripe() 38 static int unstripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) in unstripe_ctr() 109 static void unstripe_dtr(struct dm_target *ti) in unstripe_dtr() 116 static sector_t map_to_core(struct dm_target *ti, struct bio *bio) in map_to_core() 134 static int unstripe_map(struct dm_target *ti, struct bio *bio) in unstripe_map() 144 static void unstripe_status(struct dm_target *ti, status_type_t type, in unstripe_status() 162 static int unstripe_iterate_devices(struct dm_target *ti, in unstripe_iterate_devices() 170 static void unstripe_io_hints(struct dm_target *ti, in unstripe_io_hints()
|
D | dm-flakey.c | 48 struct dm_target *ti) in parse_features() 184 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr() 263 static void flakey_dtr(struct dm_target *ti) in flakey_dtr() 271 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector() 278 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio() 307 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map() 374 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io() 409 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status() 445 static int flakey_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in flakey_prepare_ioctl() 460 static int flakey_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) in flakey_iterate_devices()
|
D | dm-table.c | 282 static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev, in device_area_is_invalid() 429 int dm_get_device(struct dm_target *ti, const char *path, fmode_t mode, in dm_get_device() 470 static int dm_set_device_limits(struct dm_target *ti, struct dm_dev *dev, in dm_set_device_limits() 502 void dm_put_device(struct dm_target *ti, struct dm_dev *d) in dm_put_device() 530 static int adjoin(struct dm_table *table, struct dm_target *ti) in adjoin() 885 static int device_supports_dax(struct dm_target *ti, struct dm_dev *dev, in device_supports_dax() 893 struct dm_target *ti; in dm_table_supports_dax() local 918 static int device_is_rq_based(struct dm_target *ti, struct dm_dev *dev, in device_is_rq_based() 1086 struct dm_target *ti; in dm_table_get_wildcard_target() local 1118 struct dm_target *ti; in dm_table_alloc_md_mempools() local [all …]
|
D | dm-stripe.c | 39 struct dm_target *ti; member 74 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe() 98 static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) in stripe_ctr() 204 static void stripe_dtr(struct dm_target *ti) in stripe_dtr() 286 static int stripe_map(struct dm_target *ti, struct bio *bio) in stripe_map() 317 static long stripe_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_direct_access() 338 static size_t stripe_dax_copy_from_iter(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_copy_from_iter() 357 static size_t stripe_dax_copy_to_iter(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_copy_to_iter() 395 static void stripe_status(struct dm_target *ti, status_type_t type, in stripe_status() 425 static int stripe_end_io(struct dm_target *ti, struct bio *bio, in stripe_end_io() [all …]
|
D | dm-switch.c | 39 struct dm_target *ti; member 59 static struct switch_ctx *alloc_switch_ctx(struct dm_target *ti, unsigned nr_paths, in alloc_switch_ctx() 77 static int alloc_region_table(struct dm_target *ti, unsigned 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 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 argc, char **argv, in switch_message() 490 static void switch_status(struct dm_target *ti, status_type_t type, in switch_status() 516 static int switch_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in switch_prepare_ioctl() [all …]
|
D | dm-mpath.c | 90 struct dm_target *ti; member 157 static void free_pgpaths(struct list_head *pgpaths, struct dm_target *ti) in free_pgpaths() 169 struct dm_target *ti) in free_priority_group() 182 static struct multipath *alloc_multipath(struct dm_target *ti) in alloc_multipath() 203 static int alloc_multipath_stage2(struct dm_target *ti, struct multipath *m) in alloc_multipath_stage2() 490 static int multipath_clone_and_map(struct dm_target *ti, struct request *rq, in multipath_clone_and_map() 660 static int multipath_map_bio(struct dm_target *ti, struct bio *bio) in multipath_map_bio() 773 struct dm_target *ti) in parse_path_selector() 865 struct dm_target *ti) in parse_path() 925 struct dm_target *ti = m->ti; in parse_priority_group() local [all …]
|
D | dm-delay.c | 120 static void delay_dtr(struct dm_target *ti) in delay_dtr() 138 static int delay_class_ctr(struct dm_target *ti, struct delay_class *c, char **argv) in delay_class_ctr() 172 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) in delay_ctr() 265 static void delay_presuspend(struct dm_target *ti) in delay_presuspend() 274 static void delay_resume(struct dm_target *ti) in delay_resume() 281 static int delay_map(struct dm_target *ti, struct bio *bio) in delay_map() 306 static void delay_status(struct dm_target *ti, status_type_t type, in delay_status() 331 static int delay_iterate_devices(struct dm_target *ti, in delay_iterate_devices()
|
D | dm-zoned-target.c | 574 static int dmz_map(struct dm_target *ti, struct bio *bio) in dmz_map() 629 static int dmz_end_io(struct dm_target *ti, struct bio *bio, blk_status_t *error) in dmz_end_io() 658 static int dmz_get_zoned_device(struct dm_target *ti, char *path) in dmz_get_zoned_device() 721 static void dmz_put_zoned_device(struct dm_target *ti) in dmz_put_zoned_device() 733 static int dmz_ctr(struct dm_target *ti, unsigned int argc, char **argv) in dmz_ctr() 844 static void dmz_dtr(struct dm_target *ti) in dmz_dtr() 872 static void dmz_io_hints(struct dm_target *ti, struct queue_limits *limits) in dmz_io_hints() 900 static int dmz_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in dmz_prepare_ioctl() 912 static void dmz_suspend(struct dm_target *ti) in dmz_suspend() 924 static void dmz_resume(struct dm_target *ti) in dmz_resume() [all …]
|
D | dm-log-writes.c | 510 static int log_writes_ctr(struct dm_target *ti, unsigned int argc, char **argv) in log_writes_ctr() 614 static void log_writes_dtr(struct dm_target *ti) in log_writes_dtr() 639 static void normal_map_bio(struct dm_target *ti, struct bio *bio) in normal_map_bio() 646 static int log_writes_map(struct dm_target *ti, struct bio *bio) in log_writes_map() 771 static int normal_end_io(struct dm_target *ti, struct bio *bio, in normal_end_io() 800 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() 836 static int log_writes_iterate_devices(struct dm_target *ti, in log_writes_iterate_devices() 849 static int log_writes_message(struct dm_target *ti, unsigned argc, char **argv, in log_writes_message() 868 static void log_writes_io_hints(struct dm_target *ti, struct queue_limits *limits) in log_writes_io_hints() [all …]
|
D | dm.c | 80 struct dm_target *ti; member 566 static struct dm_target_io *alloc_tio(struct clone_info *ci, struct dm_target *ti, in alloc_tio() 971 static sector_t max_io_len_target_boundary(sector_t sector, struct dm_target *ti) in max_io_len_target_boundary() 978 static sector_t max_io_len(sector_t sector, struct dm_target *ti) in max_io_len() 1001 int dm_set_target_max_io_len(struct dm_target *ti, sector_t len) in dm_set_target_max_io_len() 1029 struct dm_target *ti; in dm_dax_get_live_target() local 1047 struct dm_target *ti; in dm_dax_direct_access() local 1074 struct dm_target *ti; in dm_dax_copy_from_iter() local 1098 struct dm_target *ti; in dm_dax_copy_to_iter() local 1167 void dm_remap_zone_report(struct dm_target *ti, struct bio *bio, sector_t start) in dm_remap_zone_report() [all …]
|
D | dm-raid1.c | 54 struct dm_target *ti; member 254 static int mirror_flush(struct dm_target *ti) in mirror_flush() 878 struct dm_target *ti, in alloc_context() 928 static void free_context(struct mirror_set *ms, struct dm_target *ti, in free_context() 939 static int get_mirror(struct mirror_set *ms, struct dm_target *ti, in get_mirror() 969 static struct dm_dirty_log *create_dirty_log(struct dm_target *ti, in create_dirty_log() 1008 struct dm_target *ti = ms->ti; in parse_features() local 1065 static int mirror_ctr(struct dm_target *ti, unsigned int argc, char **argv) in mirror_ctr() 1171 static void mirror_dtr(struct dm_target *ti) in mirror_dtr() 1186 static int mirror_map(struct dm_target *ti, struct bio *bio) in mirror_map() [all …]
|
D | dm-snap.c | 31 #define dm_target_is_snapshot_merge(ti) \ argument 55 struct dm_target *ti; member 306 struct dm_target *ti; member 1103 static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv) in snapshot_ctr() 1329 static void snapshot_dtr(struct dm_target *ti) in snapshot_dtr() 1688 static int snapshot_map(struct dm_target *ti, struct bio *bio) in snapshot_map() 1807 static int snapshot_merge_map(struct dm_target *ti, struct bio *bio) in snapshot_merge_map() 1867 static int snapshot_end_io(struct dm_target *ti, struct bio *bio, in snapshot_end_io() 1878 static void snapshot_merge_presuspend(struct dm_target *ti) in snapshot_merge_presuspend() 1885 static int snapshot_preresume(struct dm_target *ti) in snapshot_preresume() [all …]
|
D | dm-zero.c | 18 static int zero_ctr(struct dm_target *ti, unsigned int argc, char **argv) in zero_ctr() 36 static int zero_map(struct dm_target *ti, struct bio *bio) in zero_map()
|
D | dm-verity-target.c | 633 static int verity_map(struct dm_target *ti, struct bio *bio) in verity_map() 678 static void verity_status(struct dm_target *ti, status_type_t type, in verity_status() 742 static int verity_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in verity_prepare_ioctl() 754 static int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices() 762 static void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints() 775 static void verity_dtr(struct dm_target *ti) in verity_dtr() 808 struct dm_target *ti = v->ti; in verity_alloc_most_once() local 862 struct dm_target *ti = v->ti; in verity_parse_opt_args() local 930 static int verity_ctr(struct dm_target *ti, unsigned argc, char **argv) in verity_ctr()
|
/Linux-v4.19/sound/pci/ctxfi/ |
D | cttimer.c | 68 struct ct_timer_instance *ti = from_timer(ti, t, timer); in ct_systimer_callback() local 94 static void ct_systimer_init(struct ct_timer_instance *ti) in ct_systimer_init() 99 static void ct_systimer_start(struct ct_timer_instance *ti) in ct_systimer_start() 112 static void ct_systimer_stop(struct ct_timer_instance *ti) in ct_systimer_stop() 122 static void ct_systimer_prepare(struct ct_timer_instance *ti) in ct_systimer_prepare() 184 struct ct_timer_instance *ti; in ct_xfitimer_reprogram() local 234 struct ct_timer_instance *ti; in ct_xfitimer_check_period() local 266 static void ct_xfitimer_prepare(struct ct_timer_instance *ti) in ct_xfitimer_prepare() 292 static void ct_xfitimer_start(struct ct_timer_instance *ti) in ct_xfitimer_start() 307 static void ct_xfitimer_stop(struct ct_timer_instance *ti) in ct_xfitimer_stop() [all …]
|
/Linux-v4.19/net/openvswitch/ |
D | flow_table.c | 177 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy() 185 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); in table_instance_alloc() local 206 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init() local 232 struct table_instance *ti = container_of(rcu, struct table_instance, rcu); in flow_tbl_destroy_rcu_cb() local 237 static void table_instance_destroy(struct table_instance *ti, in table_instance_destroy() 280 struct table_instance *ti = rcu_dereference_raw(table->ti); in ovs_flow_tbl_destroy() local 286 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti, in ovs_flow_tbl_dump_next() 313 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash) in find_bucket() 320 static void table_instance_insert(struct table_instance *ti, in table_instance_insert() 329 static void ufid_table_instance_insert(struct table_instance *ti, in ufid_table_instance_insert() [all …]
|
/Linux-v4.19/include/linux/ |
D | thread_info.h | 53 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag() 58 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag() 63 static inline void update_ti_thread_flag(struct thread_info *ti, int flag, in update_ti_thread_flag() 72 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag) in test_and_set_ti_thread_flag() 77 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag) in test_and_clear_ti_thread_flag() 82 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag()
|
/Linux-v4.19/arch/x86/entry/ |
D | common.c | 71 struct thread_info *ti = current_thread_info(); in syscall_trace_enter() local 186 struct thread_info *ti = current_thread_info(); in prepare_exit_to_usermode() local 249 struct thread_info *ti = current_thread_info(); in syscall_return_slowpath() local 274 struct thread_info *ti; in do_syscall_64() local 306 struct thread_info *ti = current_thread_info(); in do_syscall_32_irqs_on() local
|
/Linux-v4.19/fs/nilfs2/ |
D | namei.c | 79 struct nilfs_transaction_info ti; in nilfs_create() local 106 struct nilfs_transaction_info ti; in nilfs_mknod() local 130 struct nilfs_transaction_info ti; in nilfs_symlink() local 180 struct nilfs_transaction_info ti; in nilfs_link() local 207 struct nilfs_transaction_info ti; in nilfs_mkdir() local 293 struct nilfs_transaction_info ti; in nilfs_unlink() local 315 struct nilfs_transaction_info ti; in nilfs_rmdir() local 351 struct nilfs_transaction_info ti; in nilfs_rename() local
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | process.c | 69 void coprocessor_release_all(struct thread_info *ti) in coprocessor_release_all() 95 void coprocessor_flush_all(struct thread_info *ti) in coprocessor_flush_all() 141 struct thread_info *ti = current_thread_info(); in flush_thread() local 209 struct thread_info *ti; in copy_thread() local
|
/Linux-v4.19/net/ipv4/ |
D | udp_tunnel.c | 83 struct udp_tunnel_info ti; in udp_tunnel_push_rx_port() local 101 struct udp_tunnel_info ti; in udp_tunnel_drop_rx_port() local 120 struct udp_tunnel_info ti; in udp_tunnel_notify_add_rx_port() local 144 struct udp_tunnel_info ti; in udp_tunnel_notify_del_rx_port() local
|
/Linux-v4.19/arch/ia64/kernel/ |
D | time.c | 68 struct thread_info *ti = task_thread_info(tsk); in vtime_flush() local 123 struct thread_info *ti = task_thread_info(tsk); in vtime_delta() local 137 struct thread_info *ti = task_thread_info(tsk); in vtime_account_system() local 153 struct thread_info *ti = task_thread_info(tsk); in vtime_account_idle() local
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | thread_info.h | 67 struct thread_info *ti; in current_thread_info() local 74 #define get_thread_info(ti) get_task_struct((ti)->task) argument 75 #define put_thread_info(ti) put_task_struct((ti)->task) argument
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | livepatch.h | 46 static inline void klp_init_thread_info(struct thread_info *ti) in klp_init_thread_info() 52 static void klp_init_thread_info(struct thread_info *ti) { } in klp_init_thread_info()
|