Searched refs:ti (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | device-mapper.h | 54 typedef void (*dm_dtr_fn) (struct dm_target *ti); 63 typedef int (*dm_map_fn) (struct dm_target *ti, struct bio *bio); 64 typedef int (*dm_clone_and_map_request_fn) (struct dm_target *ti, 79 typedef int (*dm_endio_fn) (struct dm_target *ti, 81 typedef int (*dm_request_endio_fn) (struct dm_target *ti, 85 typedef void (*dm_presuspend_fn) (struct dm_target *ti); 86 typedef void (*dm_presuspend_undo_fn) (struct dm_target *ti); 87 typedef void (*dm_postsuspend_fn) (struct dm_target *ti); 88 typedef int (*dm_preresume_fn) (struct dm_target *ti); 89 typedef void (*dm_resume_fn) (struct dm_target *ti); [all …]
|
| D | thread_info.h | 87 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag() argument 89 set_bit(flag, (unsigned long *)&ti->flags); in set_ti_thread_flag() 92 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag() argument 94 clear_bit(flag, (unsigned long *)&ti->flags); in clear_ti_thread_flag() 97 static inline void update_ti_thread_flag(struct thread_info *ti, int flag, in update_ti_thread_flag() argument 101 set_ti_thread_flag(ti, flag); in update_ti_thread_flag() 103 clear_ti_thread_flag(ti, 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() argument 108 return test_and_set_bit(flag, (unsigned long *)&ti->flags); 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() argument [all …]
|
| D | dm-dirty-log.h | 25 int (*flush_callback_fn)(struct dm_target *ti); 36 int (*ctr)(struct dm_dirty_log *log, struct dm_target *ti, 141 struct dm_target *ti, 142 int (*flush_callback_fn)(struct dm_target *ti),
|
| /include/net/ |
| D | udp_tunnel.h | 272 struct udp_tunnel_info *ti); 275 struct udp_tunnel_info *ti); 302 unsigned int idx, struct udp_tunnel_info *ti); 305 void (*add_port)(struct net_device *dev, struct udp_tunnel_info *ti); 306 void (*del_port)(struct net_device *dev, struct udp_tunnel_info *ti); 322 unsigned int idx, struct udp_tunnel_info *ti) in udp_tunnel_nic_get_port() argument 330 memset(ti, 0, sizeof(*ti)); in udp_tunnel_nic_get_port() 333 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port() 345 udp_tunnel_nic_add_port(struct net_device *dev, struct udp_tunnel_info *ti) in udp_tunnel_nic_add_port() argument 350 udp_tunnel_nic_ops->add_port(dev, ti); in udp_tunnel_nic_add_port() [all …]
|
| /include/trace/events/ |
| D | nilfs2.h | 68 struct nilfs_transaction_info *ti, 73 TP_ARGS(sb, ti, count, flags, state), 77 __field(void *, ti) 85 __entry->ti = ti; 93 __entry->ti,
|
| /include/sound/ |
| D | timer.h | 92 void (*private_free) (struct snd_timer_instance *ti);
|