Home
last modified time | relevance | path

Searched defs:ti (Results 1 – 25 of 153) sorted by relevance

1234567

/linux-6.1.9/drivers/md/
Ddm-linear.c29 static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) in linear_ctr()
72 static void linear_dtr(struct dm_target *ti) in linear_dtr()
80 static sector_t linear_map_sector(struct dm_target *ti, sector_t bi_sector) in linear_map_sector()
87 static int linear_map(struct dm_target *ti, struct bio *bio) in linear_map()
97 static void linear_status(struct dm_target *ti, status_type_t type, in linear_status()
120 static int linear_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in linear_prepare_ioctl()
136 static int linear_report_zones(struct dm_target *ti, in linear_report_zones()
149 static int linear_iterate_devices(struct dm_target *ti, in linear_iterate_devices()
158 static struct dax_device *linear_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in linear_dax_pgoff()
167 static long linear_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in linear_dax_direct_access()
[all …]
Ddm-table.c187 struct dm_target *ti = dm_table_get_target(t, i); in dm_table_destroy() local
224 static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev, in device_area_is_invalid()
345 int dm_get_device(struct dm_target *ti, const char *path, fmode_t mode, in dm_get_device()
395 static int dm_set_device_limits(struct dm_target *ti, struct dm_dev *dev, in dm_set_device_limits()
424 void dm_put_device(struct dm_target *ti, struct dm_dev *d) in dm_put_device()
452 static int adjoin(struct dm_table *t, struct dm_target *ti) in adjoin()
587 struct dm_target *ti; in validate_hardware_logical_block_alignment() local
638 struct dm_target *ti; in dm_table_add_target() local
809 static int device_not_dax_capable(struct dm_target *ti, struct dm_dev *dev, in device_not_dax_capable()
820 static int device_not_dax_synchronous_capable(struct dm_target *ti, struct dm_dev *dev, in device_not_dax_synchronous_capable()
[all …]
Ddm-flakey.c48 struct dm_target *ti) in parse_features()
188 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr()
267 static void flakey_dtr(struct dm_target *ti) in flakey_dtr()
275 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector()
282 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio()
320 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map()
382 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io()
412 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status()
452 static int flakey_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in flakey_prepare_ioctl()
467 static int flakey_report_zones(struct dm_target *ti, in flakey_report_zones()
[all …]
Ddm-stripe.c39 struct dm_target *ti; member
61 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe()
85 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 static 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 …]
Ddm-audit.h28 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()
Ddm-unstripe.c27 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()
166 static int unstripe_iterate_devices(struct dm_target *ti, in unstripe_iterate_devices()
174 static void unstripe_io_hints(struct dm_target *ti, in unstripe_io_hints()
Ddm-switch.c39 struct dm_target *ti; member
59 static struct switch_ctx *alloc_switch_ctx(struct dm_target *ti, unsigned nr_paths, in alloc_switch_ctx()
76 static int alloc_region_table(struct dm_target *ti, unsigned nr_paths) in alloc_region_table()
204 static int parse_path(struct dm_arg_set *as, struct dm_target *ti) in parse_path()
233 static void switch_dtr(struct dm_target *ti) in switch_dtr()
252 static int switch_ctr(struct dm_target *ti, unsigned argc, char **argv) in switch_ctr()
319 static int switch_map(struct dm_target *ti, struct bio *bio) in switch_map()
469 static int switch_message(struct dm_target *ti, unsigned argc, char **argv, in switch_message()
489 static void switch_status(struct dm_target *ti, status_type_t type, in switch_status()
519 static int switch_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in switch_prepare_ioctl()
[all …]
Ddm-mpath.c94 struct dm_target *ti; member
179 static void free_pgpaths(struct list_head *pgpaths, struct dm_target *ti) in free_pgpaths()
191 struct dm_target *ti) in free_priority_group()
204 static struct multipath *alloc_multipath(struct dm_target *ti) in alloc_multipath()
227 static int alloc_multipath_stage2(struct dm_target *ti, struct multipath *m) in alloc_multipath_stage2()
502 static int multipath_clone_and_map(struct dm_target *ti, struct request *rq, in multipath_clone_and_map()
666 static int multipath_map_bio(struct dm_target *ti, struct bio *bio) in multipath_map_bio()
839 struct dm_target *ti) in parse_path_selector()
928 struct dm_target *ti) in parse_path()
988 struct dm_target *ti = m->ti; in parse_priority_group() local
[all …]
Ddm-delay.c120 static void delay_dtr(struct dm_target *ti) in delay_dtr()
139 static int delay_class_ctr(struct dm_target *ti, struct delay_class *c, char **argv) in delay_class_ctr()
173 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) in delay_ctr()
267 static void delay_presuspend(struct dm_target *ti) in delay_presuspend()
276 static void delay_resume(struct dm_target *ti) in delay_resume()
283 static int delay_map(struct dm_target *ti, struct bio *bio) in delay_map()
307 static void delay_status(struct dm_target *ti, status_type_t type, in delay_status()
336 static int delay_iterate_devices(struct dm_target *ti, in delay_iterate_devices()
Ddm-log-writes.c505 static int log_writes_ctr(struct dm_target *ti, unsigned int argc, char **argv) in log_writes_ctr()
610 static void log_writes_dtr(struct dm_target *ti) in log_writes_dtr()
635 static void normal_map_bio(struct dm_target *ti, struct bio *bio) in normal_map_bio()
642 static int log_writes_map(struct dm_target *ti, struct bio *bio) in log_writes_map()
765 static int normal_end_io(struct dm_target *ti, struct bio *bio, in normal_end_io()
794 static void log_writes_status(struct dm_target *ti, status_type_t type, in log_writes_status()
819 static int log_writes_prepare_ioctl(struct dm_target *ti, in log_writes_prepare_ioctl()
834 static int log_writes_iterate_devices(struct dm_target *ti, in log_writes_iterate_devices()
847 static int log_writes_message(struct dm_target *ti, unsigned argc, char **argv, in log_writes_message()
866 static void log_writes_io_hints(struct dm_target *ti, struct queue_limits *limits) in log_writes_io_hints()
[all …]
Ddm-zoned-target.c625 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()
1020 static int dmz_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in dmz_prepare_ioctl()
1036 static void dmz_suspend(struct dm_target *ti) in dmz_suspend()
1050 static void dmz_resume(struct dm_target *ti) in dmz_resume()
[all …]
Ddm-raid1.c54 struct dm_target *ti; member
254 static int mirror_flush(struct dm_target *ti) in mirror_flush()
876 struct dm_target *ti, in alloc_context()
923 static void free_context(struct mirror_set *ms, struct dm_target *ti, in free_context()
934 static int get_mirror(struct mirror_set *ms, struct dm_target *ti, in get_mirror()
965 static struct dm_dirty_log *create_dirty_log(struct dm_target *ti, in create_dirty_log()
1004 struct dm_target *ti = ms->ti; in parse_features() local
1061 static int mirror_ctr(struct dm_target *ti, unsigned int argc, char **argv) in mirror_ctr()
1167 static void mirror_dtr(struct dm_target *ti) in mirror_dtr()
1182 static int mirror_map(struct dm_target *ti, struct bio *bio) in mirror_map()
[all …]
Ddm-ebs-target.c246 static int ebs_ctr(struct dm_target *ti, unsigned int argc, char **argv) in ebs_ctr()
347 static void ebs_dtr(struct dm_target *ti) in ebs_dtr()
360 static int ebs_map(struct dm_target *ti, struct bio *bio) in ebs_map()
392 static void ebs_status(struct dm_target *ti, status_type_t type, in ebs_status()
411 static int ebs_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in ebs_prepare_ioctl()
423 static void ebs_io_hints(struct dm_target *ti, struct queue_limits *limits) in ebs_io_hints()
433 static int ebs_iterate_devices(struct dm_target *ti, in ebs_iterate_devices()
Ddm-verity-target.c748 static int verity_map(struct dm_target *ti, struct bio *bio) in verity_map()
791 static void verity_status(struct dm_target *ti, status_type_t type, in verity_status()
910 static int verity_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in verity_prepare_ioctl()
921 static int verity_iterate_devices(struct dm_target *ti, in verity_iterate_devices()
929 static void verity_io_hints(struct dm_target *ti, struct queue_limits *limits) in verity_io_hints()
942 static void verity_dtr(struct dm_target *ti) in verity_dtr()
980 struct dm_target *ti = v->ti; in verity_alloc_most_once() local
1058 struct dm_target *ti = v->ti; in verity_parse_opt_args() local
1159 static int verity_ctr(struct dm_target *ti, unsigned argc, char **argv) in verity_ctr()
1446 bool dm_is_verity_target(struct dm_target *ti) in dm_is_verity_target()
[all …]
Ddm-snap.c30 #define dm_target_is_snapshot_merge(ti) \ argument
54 struct dm_target *ti; member
326 struct dm_target *ti; member
1183 struct dm_target *ti) in parse_snapshot_features()
1236 static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv) in snapshot_ctr()
1469 static void snapshot_dtr(struct dm_target *ti) in snapshot_dtr()
1948 static int snapshot_map(struct dm_target *ti, struct bio *bio) in snapshot_map()
2116 static int snapshot_merge_map(struct dm_target *ti, struct bio *bio) in snapshot_merge_map()
2182 static int snapshot_end_io(struct dm_target *ti, struct bio *bio, in snapshot_end_io()
2193 static void snapshot_merge_presuspend(struct dm_target *ti) in snapshot_merge_presuspend()
[all …]
Ddm-dust.c224 static int dust_map(struct dm_target *ti, struct bio *bio) in dust_map()
321 static int dust_ctr(struct dm_target *ti, unsigned int argc, char **argv) in dust_ctr()
405 static void dust_dtr(struct dm_target *ti) in dust_dtr()
414 static int dust_message(struct dm_target *ti, unsigned int argc, char **argv, in dust_message()
513 static void dust_status(struct dm_target *ti, status_type_t type, in dust_status()
537 static int dust_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in dust_prepare_ioctl()
553 static int dust_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, in dust_iterate_devices()
/linux-6.1.9/sound/pci/ctxfi/
Dcttimer.c65 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()
119 static void ct_systimer_prepare(struct ct_timer_instance *ti) in ct_systimer_prepare()
181 struct ct_timer_instance *ti; in ct_xfitimer_reprogram() local
231 struct ct_timer_instance *ti; in ct_xfitimer_check_period() local
263 static void ct_xfitimer_prepare(struct ct_timer_instance *ti) in ct_xfitimer_prepare()
289 static void ct_xfitimer_start(struct ct_timer_instance *ti) in ct_xfitimer_start()
304 static void ct_xfitimer_stop(struct ct_timer_instance *ti) in ct_xfitimer_stop()
[all …]
/linux-6.1.9/arch/xtensa/kernel/
Dprocess.c78 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()
205 struct thread_info *ti = current_thread_info(); in flush_thread() local
274 struct thread_info *ti; in copy_thread() local
/linux-6.1.9/net/openvswitch/
Dflow_table.c145 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy()
153 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); in table_instance_alloc() local
415 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init() local
455 struct table_instance *ti; in flow_tbl_destroy_rcu_cb() local
462 struct table_instance *ti, in table_instance_flow_free()
479 struct table_instance *ti, in table_instance_flow_flush()
505 static void table_instance_destroy(struct table_instance *ti, in table_instance_destroy()
517 struct table_instance *ti = rcu_dereference_raw(table->ti); in ovs_flow_tbl_destroy() local
527 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti, in ovs_flow_tbl_dump_next()
554 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash) in find_bucket()
[all …]
Dmeter.c40 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()
127 static void dp_meter_instance_remove(struct dp_meter_instance *ti, in dp_meter_instance_remove()
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
[all …]
/linux-6.1.9/arch/ia64/kernel/
Dtime.c70 struct thread_info *ti = task_thread_info(tsk); in vtime_flush() local
125 struct thread_info *ti = task_thread_info(tsk); in vtime_delta() local
139 struct thread_info *ti = task_thread_info(tsk); in vtime_account_kernel() local
151 struct thread_info *ti = task_thread_info(tsk); in vtime_account_idle() local
158 struct thread_info *ti = task_thread_info(tsk); in vtime_account_softirq() local
165 struct thread_info *ti = task_thread_info(tsk); in vtime_account_hardirq() local
/linux-6.1.9/fs/nilfs2/
Dnamei.c79 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.1.9/net/ipv4/
Dudp_tunnel_nic.c121 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 …]
Dudp_tunnel_core.c89 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.1.9/include/linux/
Dthread_info.h87 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()

1234567