Home
last modified time | relevance | path

Searched refs:ti (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dthread_info.h95 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag() argument
97 set_bit(flag, (unsigned long *)&ti->flags); in set_ti_thread_flag()
100 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag() argument
102 clear_bit(flag, (unsigned long *)&ti->flags); in clear_ti_thread_flag()
109 set_ti_thread_flag(ti, flag); in update_ti_thread_flag()
111 clear_ti_thread_flag(ti, flag); in update_ti_thread_flag()
116 return test_and_set_bit(flag, (unsigned long *)&ti->flags); in test_and_set_ti_thread_flag()
121 return test_and_clear_bit(flag, (unsigned long *)&ti->flags); in test_and_clear_ti_thread_flag()
124 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag() argument
126 return test_bit(flag, (unsigned long *)&ti->flags); in test_ti_thread_flag()
[all …]
A Ddevice-mapper.h53 typedef void (*dm_dtr_fn) (struct dm_target *ti);
78 typedef int (*dm_endio_fn) (struct dm_target *ti,
84 typedef void (*dm_presuspend_fn) (struct dm_target *ti);
87 typedef int (*dm_preresume_fn) (struct dm_target *ti);
88 typedef void (*dm_resume_fn) (struct dm_target *ti);
142 typedef void (*dm_io_hints_fn) (struct dm_target *ti,
150 typedef int (*dm_busy_fn) (struct dm_target *ti);
532 int dm_suspended(struct dm_target *ti);
533 int dm_post_suspending(struct dm_target *ti);
534 int dm_noflush_suspending(struct dm_target *ti);
[all …]
A Ddm-dirty-log.h25 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/
A Dudp_tunnel.h270 struct udp_tunnel_info *ti);
273 struct udp_tunnel_info *ti);
300 unsigned int idx, struct udp_tunnel_info *ti);
303 void (*add_port)(struct net_device *dev, struct udp_tunnel_info *ti);
304 void (*del_port)(struct net_device *dev, struct udp_tunnel_info *ti);
323 unsigned int idx, struct udp_tunnel_info *ti) in udp_tunnel_nic_get_port() argument
331 memset(ti, 0, sizeof(*ti)); in udp_tunnel_nic_get_port()
334 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port()
366 udp_tunnel_nic_add_port(struct net_device *dev, struct udp_tunnel_info *ti) in udp_tunnel_nic_add_port() argument
371 udp_tunnel_nic_ops->add_port(dev, ti); in udp_tunnel_nic_add_port()
[all …]
/include/trace/events/
A Dnilfs2.h68 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/
A Dtimer.h87 void (*private_free) (struct snd_timer_instance *ti);

Completed in 13 milliseconds