| /kernel/linux/linux-6.6/drivers/md/ |
| 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() 121 static int linear_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in linear_prepare_ioctl() 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() [all …]
|
| D | dm-table.c | 194 struct dm_target *ti = dm_table_get_target(t, i); in dm_table_destroy() local 231 static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev, in device_area_is_invalid() 339 int __ref dm_get_device(struct dm_target *ti, const char *path, blk_mode_t mode, in dm_get_device() 405 static int dm_set_device_limits(struct dm_target *ti, struct dm_dev *dev, in dm_set_device_limits() 434 void dm_put_device(struct dm_target *ti, struct dm_dev *d) in dm_put_device() 468 static int adjoin(struct dm_table *t, struct dm_target *ti) in adjoin() 603 struct dm_target *ti; in validate_hardware_logical_block_alignment() local 654 struct dm_target *ti; in dm_table_add_target() local 825 static int device_not_dax_capable(struct dm_target *ti, struct dm_dev *dev, in device_not_dax_capable() 836 static int device_not_dax_synchronous_capable(struct dm_target *ti, struct dm_dev *dev, in device_not_dax_synchronous_capable() [all …]
|
| 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()
|
| 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()
|
| 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() 301 static struct dax_device *stripe_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) in stripe_dax_pgoff() 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() 333 static size_t stripe_dax_recovery_write(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_recovery_write() 360 static void stripe_status(struct dm_target *ti, status_type_t type, in stripe_status() [all …]
|
| D | dm-flakey.c | 54 struct dm_target *ti) in parse_features() 239 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr() 318 static void flakey_dtr(struct dm_target *ti) in flakey_dtr() 326 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector() 333 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio() 413 static struct bio *clone_bio(struct dm_target *ti, struct flakey_c *fc, struct bio *bio) in clone_bio() 478 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map() 553 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io() 590 static void flakey_status(struct dm_target *ti, status_type_t type, in flakey_status() 641 static int flakey_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in flakey_prepare_ioctl() [all …]
|
| 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 …]
|
| D | dm-zero.c | 19 static int zero_ctr(struct dm_target *ti, unsigned int argc, char **argv) in zero_ctr() 38 static int zero_map(struct dm_target *ti, struct bio *bio) in zero_map() 62 static void zero_io_hints(struct dm_target *ti, struct queue_limits *limits) in zero_io_hints()
|
| /kernel/linux/linux-5.10/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() 105 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() 139 static int linear_report_zones(struct dm_target *ti, in linear_report_zones() 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-table.c | 243 static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev, in device_area_is_invalid() 373 int dm_get_device(struct dm_target *ti, const char *path, fmode_t mode, in dm_get_device() 423 static int dm_set_device_limits(struct dm_target *ti, struct dm_dev *dev, in dm_set_device_limits() 453 void dm_put_device(struct dm_target *ti, struct dm_dev *d) in dm_put_device() 481 static int adjoin(struct dm_table *table, struct dm_target *ti) in adjoin() 616 struct dm_target *ti; in validate_hardware_logical_block_alignment() local 835 int device_not_dax_capable(struct dm_target *ti, struct dm_dev *dev, in device_not_dax_capable() 849 static int device_not_dax_synchronous_capable(struct dm_target *ti, struct dm_dev *dev, in device_not_dax_synchronous_capable() 858 struct dm_target *ti; in dm_table_supports_dax() local 876 static int device_is_rq_stackable(struct dm_target *ti, struct dm_dev *dev, in device_is_rq_stackable() [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() 321 static int flakey_map(struct dm_target *ti, struct bio *bio) in flakey_map() 385 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io() 416 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() 468 static int flakey_report_zones(struct dm_target *ti, in flakey_report_zones() [all …]
|
| D | dm-stripe.c | 39 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() 191 static void stripe_dtr(struct dm_target *ti) in stripe_dtr() 273 static int stripe_map(struct dm_target *ti, struct bio *bio) in stripe_map() 304 static long stripe_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_direct_access() 325 static size_t stripe_dax_copy_from_iter(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_copy_from_iter() 344 static size_t stripe_dax_copy_to_iter(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_copy_to_iter() 363 static int stripe_dax_zero_page_range(struct dm_target *ti, pgoff_t pgoff, in stripe_dax_zero_page_range() 404 static void stripe_status(struct dm_target *ti, status_type_t type, in stripe_status() [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() 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() 515 static int switch_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) in switch_prepare_ioctl() [all …]
|
| D | dm-delay.c | 120 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() 270 static void delay_presuspend(struct dm_target *ti) in delay_presuspend() 282 static void delay_resume(struct dm_target *ti) in delay_resume() 289 static int delay_map(struct dm_target *ti, struct bio *bio) in delay_map() 314 static void delay_status(struct dm_target *ti, status_type_t type, in delay_status() 339 static int delay_iterate_devices(struct dm_target *ti, in delay_iterate_devices()
|
| /kernel/linux/linux-6.6/arch/xtensa/kernel/ |
| 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
|
| /kernel/linux/linux-6.6/sound/pci/ctxfi/ |
| 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() 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 …]
|
| /kernel/linux/linux-5.10/sound/pci/ctxfi/ |
| 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() 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 …]
|
| /kernel/linux/linux-6.6/net/openvswitch/ |
| D | flow_table.c | 146 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy() 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() 506 static void table_instance_destroy(struct table_instance *ti, in table_instance_destroy() 518 struct table_instance *ti = rcu_dereference_raw(table->ti); in ovs_flow_tbl_destroy() local 528 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti, in ovs_flow_tbl_dump_next() 555 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash) in find_bucket() [all …]
|
| 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 = rcu_dereference_ovsl(tbl->ti); in attach_meter() local 171 struct dp_meter_instance *ti; in detach_meter() local [all …]
|
| /kernel/linux/linux-5.10/net/openvswitch/ |
| D | flow_table.c | 145 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 …]
|
| D | meter.c | 41 static u32 meter_hash(struct dp_meter_instance *ti, u32 id) in meter_hash() 58 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in lookup_meter() local 71 struct dp_meter_instance *ti; in dp_meter_instance_alloc() local 84 static void dp_meter_instance_free(struct dp_meter_instance *ti) in dp_meter_instance_free() 91 struct dp_meter_instance *ti; in dp_meter_instance_free_rcu() local 100 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in dp_meter_instance_realloc() local 119 static void dp_meter_instance_insert(struct dp_meter_instance *ti, in dp_meter_instance_insert() 128 static void dp_meter_instance_remove(struct dp_meter_instance *ti, in dp_meter_instance_remove() 139 struct dp_meter_instance *ti = rcu_dereference_ovsl(tbl->ti); in attach_meter() local 174 struct dp_meter_instance *ti; in detach_meter() local [all …]
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| 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() 136 struct test_info ti; in test__symbols() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | thread_info.h | 66 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag() 71 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag() 76 static inline void update_ti_thread_flag(struct thread_info *ti, int flag, in update_ti_thread_flag() 85 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag) in test_and_set_ti_thread_flag() 90 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag) in test_and_clear_ti_thread_flag() 95 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag()
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| 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
|