Home
last modified time | relevance | path

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

12345

/linux-3.3/drivers/md/
Ddm-linear.c28 static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv) in linear_ctr()
65 static void linear_dtr(struct dm_target *ti) in linear_dtr()
73 static sector_t linear_map_sector(struct dm_target *ti, sector_t bi_sector) in linear_map_sector()
80 static void linear_map_bio(struct dm_target *ti, struct bio *bio) in linear_map_bio()
89 static int linear_map(struct dm_target *ti, struct bio *bio, in linear_map()
97 static int linear_status(struct dm_target *ti, status_type_t type, in linear_status()
115 static int linear_ioctl(struct dm_target *ti, unsigned int cmd, in linear_ioctl()
132 static int linear_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in linear_merge()
147 static int linear_iterate_devices(struct dm_target *ti, in linear_iterate_devices()
Ddm-flakey.c43 struct dm_target *ti) in parse_features()
151 static int flakey_ctr(struct dm_target *ti, unsigned int argc, char **argv) in flakey_ctr()
224 static void flakey_dtr(struct dm_target *ti) in flakey_dtr()
232 static sector_t flakey_map_sector(struct dm_target *ti, sector_t bi_sector) in flakey_map_sector()
239 static void flakey_map_bio(struct dm_target *ti, struct bio *bio) in flakey_map_bio()
267 static int flakey_map(struct dm_target *ti, struct bio *bio, in flakey_map()
316 static int flakey_end_io(struct dm_target *ti, struct bio *bio, in flakey_end_io()
334 static int flakey_status(struct dm_target *ti, status_type_t type, in flakey_status()
368 static int flakey_ioctl(struct dm_target *ti, unsigned int cmd, unsigned long arg) in flakey_ioctl()
384 static int flakey_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in flakey_merge()
[all …]
Ddm-stripe.c39 struct dm_target *ti; member
74 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe()
95 static int stripe_ctr(struct dm_target *ti, unsigned int argc, char **argv) in stripe_ctr()
203 static void stripe_dtr(struct dm_target *ti) in stripe_dtr()
264 static int stripe_map(struct dm_target *ti, struct bio *bio, in stripe_map()
304 static int stripe_status(struct dm_target *ti, in stripe_status()
335 static int stripe_end_io(struct dm_target *ti, struct bio *bio, in stripe_end_io()
373 static int stripe_iterate_devices(struct dm_target *ti, in stripe_iterate_devices()
389 static void stripe_io_hints(struct dm_target *ti, in stripe_io_hints()
399 static int stripe_merge(struct dm_target *ti, struct bvec_merge_data *bvm, in stripe_merge()
Ddm-mpath.c62 struct dm_target *ti; member
159 static void free_pgpaths(struct list_head *pgpaths, struct dm_target *ti) in free_pgpaths()
174 struct dm_target *ti) in free_priority_group()
187 static struct multipath *alloc_multipath(struct dm_target *ti) in alloc_multipath()
508 struct dm_target *ti) in parse_path_selector()
544 struct dm_target *ti) in parse_path()
622 struct dm_target *ti = m->ti; in parse_priority_group() local
688 struct dm_target *ti = m->ti; in parse_hw_handler() local
737 struct dm_target *ti = m->ti; in parse_features() local
783 static int multipath_ctr(struct dm_target *ti, unsigned int argc, in multipath_ctr()
[all …]
Ddm-raid.c57 struct dm_target *ti; member
100 static struct raid_set *context_alloc(struct dm_target *ti, struct raid_type *raid_type, unsigned r… in context_alloc()
855 static int analyse_superblocks(struct dm_target *ti, struct raid_set *rs) in analyse_superblocks()
907 static int raid_ctr(struct dm_target *ti, unsigned argc, char **argv) in raid_ctr()
1002 static void raid_dtr(struct dm_target *ti) in raid_dtr()
1011 static int raid_map(struct dm_target *ti, struct bio *bio, union map_info *map_context) in raid_map()
1021 static int raid_status(struct dm_target *ti, status_type_t type, in raid_status()
1161 static int raid_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) in raid_iterate_devices()
1178 static void raid_io_hints(struct dm_target *ti, struct queue_limits *limits) in raid_io_hints()
1188 static void raid_presuspend(struct dm_target *ti) in raid_presuspend()
[all …]
Ddm-delay.c130 static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) in delay_ctr()
215 static void delay_dtr(struct dm_target *ti) in delay_dtr()
260 static void delay_presuspend(struct dm_target *ti) in delay_presuspend()
269 static void delay_resume(struct dm_target *ti) in delay_resume()
276 static int delay_map(struct dm_target *ti, struct bio *bio, in delay_map()
296 static int delay_status(struct dm_target *ti, status_type_t type, in delay_status()
321 static int delay_iterate_devices(struct dm_target *ti, in delay_iterate_devices()
Ddm-table.c363 static int device_area_is_invalid(struct dm_target *ti, struct dm_dev *dev, in device_area_is_invalid()
459 int dm_get_device(struct dm_target *ti, const char *path, fmode_t mode, in dm_get_device()
516 int dm_set_device_limits(struct dm_target *ti, struct dm_dev *dev, in dm_set_device_limits()
555 void dm_put_device(struct dm_target *ti, struct dm_dev *d) in dm_put_device()
571 static int adjoin(struct dm_table *table, struct dm_target *ti) in adjoin()
1295 static int device_flush_capable(struct dm_target *ti, struct dm_dev *dev, in device_flush_capable()
1306 struct dm_target *ti; in dm_table_supports_flush() local
1331 struct dm_target *ti; in dm_table_discard_zeroes_data() local
1345 static int device_is_nonrot(struct dm_target *ti, struct dm_dev *dev, in device_is_nonrot()
1355 struct dm_target *ti; in dm_table_is_nonrot() local
[all …]
Ddm-raid1.c50 struct dm_target *ti; member
251 static int mirror_flush(struct dm_target *ti) in mirror_flush()
850 struct dm_target *ti, in alloc_context()
911 static void free_context(struct mirror_set *ms, struct dm_target *ti, in free_context()
923 static int get_mirror(struct mirror_set *ms, struct dm_target *ti, in get_mirror()
950 static struct dm_dirty_log *create_dirty_log(struct dm_target *ti, in create_dirty_log()
988 struct dm_target *ti = ms->ti; in parse_features() local
1033 static int mirror_ctr(struct dm_target *ti, unsigned int argc, char **argv) in mirror_ctr()
1134 static void mirror_dtr(struct dm_target *ti) in mirror_dtr()
1149 static int mirror_map(struct dm_target *ti, struct bio *bio, in mirror_map()
[all …]
Ddm-zero.c18 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()
Ddm-snap.c29 #define dm_target_is_snapshot_merge(ti) \ argument
53 struct dm_target *ti; member
1033 static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv) in snapshot_ctr()
1251 static void snapshot_dtr(struct dm_target *ti) in snapshot_dtr()
1577 static int snapshot_map(struct dm_target *ti, struct bio *bio, in snapshot_map()
1691 static int snapshot_merge_map(struct dm_target *ti, struct bio *bio, in snapshot_merge_map()
1751 static int snapshot_end_io(struct dm_target *ti, struct bio *bio, in snapshot_end_io()
1763 static void snapshot_merge_presuspend(struct dm_target *ti) in snapshot_merge_presuspend()
1770 static int snapshot_preresume(struct dm_target *ti) in snapshot_preresume()
1796 static void snapshot_resume(struct dm_target *ti) in snapshot_resume()
[all …]
Ddm-thin.c476 struct dm_target *ti; /* Only set if a pool target is bound */ member
517 struct dm_target *ti; member
1341 static int thin_bio_map(struct dm_target *ti, struct bio *bio, in thin_bio_map()
1431 static int bind_control_target(struct pool *pool, struct dm_target *ti) in bind_control_target()
1442 static void unbind_control_target(struct pool *pool, struct dm_target *ti) in unbind_control_target()
1617 static void pool_dtr(struct dm_target *ti) in pool_dtr()
1637 struct dm_target *ti) in parse_pool_features()
1682 static int pool_ctr(struct dm_target *ti, unsigned argc, char **argv) in pool_ctr()
1795 static int pool_map(struct dm_target *ti, struct bio *bio, in pool_map()
1825 static int pool_preresume(struct dm_target *ti) in pool_preresume()
[all …]
Ddm-crypt.c306 struct dm_target *ti, in setup_essiv_cpu()
361 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_essiv_ctr()
423 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_benbi_ctr()
484 static int crypt_iv_lmk_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_lmk_ctr()
889 static struct dm_crypt_io *crypt_io_alloc(struct dm_target *ti, in crypt_io_alloc()
1359 static void crypt_dtr(struct dm_target *ti) in crypt_dtr()
1409 static int crypt_ctr_cipher(struct dm_target *ti, in crypt_ctr_cipher()
1574 static int crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) in crypt_ctr()
1710 static int crypt_map(struct dm_target *ti, struct bio *bio, in crypt_map()
1740 static int crypt_status(struct dm_target *ti, status_type_t type, in crypt_status()
[all …]
/linux-3.3/sound/pci/ctxfi/
Dcttimer.c68 struct ct_timer_instance *ti = (struct ct_timer_instance *)data; in ct_systimer_callback() local
94 static void ct_systimer_init(struct ct_timer_instance *ti) in ct_systimer_init()
100 static void ct_systimer_start(struct ct_timer_instance *ti) in ct_systimer_start()
113 static void ct_systimer_stop(struct ct_timer_instance *ti) in ct_systimer_stop()
123 static void ct_systimer_prepare(struct ct_timer_instance *ti) in ct_systimer_prepare()
185 struct ct_timer_instance *ti; in ct_xfitimer_reprogram() local
235 struct ct_timer_instance *ti; in ct_xfitimer_check_period() local
267 static void ct_xfitimer_prepare(struct ct_timer_instance *ti) in ct_xfitimer_prepare()
293 static void ct_xfitimer_start(struct ct_timer_instance *ti) in ct_xfitimer_start()
308 static void ct_xfitimer_stop(struct ct_timer_instance *ti) in ct_xfitimer_stop()
[all …]
/linux-3.3/drivers/net/tokenring/
Dibmtr.c329 struct tok_info *ti = netdev_priv(dev); in ibmtr_cleanup_card() local
386 struct tok_info *ti = netdev_priv(dev); in ibmtr_probe1() local
832 struct tok_info *ti = netdev_priv(dev); in trdev_init() local
845 struct tok_info *ti; in tok_init_card() local
872 struct tok_info *ti = netdev_priv(dev); in tok_open() local
928 struct tok_info *ti; in tok_open_adapter() local
966 struct tok_info *ti = netdev_priv(dev); in open_sap() local
990 struct tok_info *ti = netdev_priv(dev); in tok_set_multicast_list() local
1030 struct tok_info *ti; in tok_send_packet() local
1053 struct tok_info *ti = netdev_priv(dev); in tok_close() local
[all …]
Dibmtr_cs.c106 struct tok_info *ti; member
149 struct tok_info *ti = netdev_priv(dev); in ibmtr_detach() local
173 struct tok_info *ti = netdev_priv(dev); in ibmtr_config() local
271 struct tok_info *ti = netdev_priv(dev); in ibmtr_release() local
/linux-3.3/fs/nilfs2/
Dnamei.c91 struct nilfs_transaction_info ti; in nilfs_create() local
118 struct nilfs_transaction_info ti; in nilfs_mknod() local
145 struct nilfs_transaction_info ti; in nilfs_symlink() local
193 struct nilfs_transaction_info ti; in nilfs_link() local
219 struct nilfs_transaction_info ti; in nilfs_mkdir() local
307 struct nilfs_transaction_info ti; in nilfs_unlink() local
329 struct nilfs_transaction_info ti; in nilfs_rmdir() local
364 struct nilfs_transaction_info ti; in nilfs_rename() local
/linux-3.3/arch/mn10300/include/asm/
Dthread_info.h58 #define thread_info_to_uregs(ti) \ argument
100 struct thread_info *ti; in current_thread_info() local
135 #define free_thread_info(ti) kfree((ti)) argument
139 #define get_thread_info(ti) get_task_struct((ti)->task) argument
140 #define put_thread_info(ti) put_task_struct((ti)->task) argument
/linux-3.3/include/linux/
Dthread_info.h62 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag()
67 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_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-3.3/arch/sh/kernel/
Dprocess.c37 struct thread_info *ti; in alloc_thread_info_node() local
48 void free_thread_info(struct thread_info *ti) in free_thread_info()
72 void free_thread_info(struct thread_info *ti) in free_thread_info()
/linux-3.3/arch/c6x/include/asm/
Dthread_info.h76 struct thread_info *ti; in current_thread_info() local
95 #define free_thread_info(ti) free_pages((unsigned long) (ti), THREAD_ORDER) argument
96 #define get_thread_info(ti) get_task_struct((ti)->task) argument
97 #define put_thread_info(ti) put_task_struct((ti)->task) argument
/linux-3.3/arch/xtensa/kernel/
Dprocess.c57 void coprocessor_release_all(struct thread_info *ti) in coprocessor_release_all()
83 void coprocessor_flush_all(struct thread_info *ti) in coprocessor_flush_all()
139 struct thread_info *ti = current_thread_info(); in flush_thread() local
180 struct thread_info *ti; in copy_thread() local
/linux-3.3/arch/hexagon/kernel/
Dprocess.c120 struct thread_info *ti = task_thread_info(p); in copy_thread() local
246 struct thread_info *ti; in alloc_thread_info_node() local
257 void free_thread_info(struct thread_info *ti) in free_thread_info()
/linux-3.3/kernel/
Dmutex-debug.c52 struct thread_info *ti) in debug_mutex_add_waiter()
61 struct thread_info *ti) in mutex_remove_waiter()
Dmutex.h16 #define mutex_remove_waiter(lock, waiter, ti) \ argument
41 #define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) argument
/linux-3.3/arch/m32r/include/asm/
Dthread_info.h84 struct thread_info *ti; in current_thread_info() local
112 struct thread_info *ti = current_thread_info(); in set_thread_fault_code() local
119 struct thread_info *ti = current_thread_info(); in get_thread_fault_code() local

12345