Home
last modified time | relevance | path

Searched defs:thi (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/i2c/algos/
Di2c-algo-pca.c447 int tlow, thi; in pca_init() local
/linux-4.4.14/drivers/block/drbd/
Ddrbd_main.c325 struct drbd_thread *thi = (struct drbd_thread *) arg; in drbd_thread_setup() local
373 static void drbd_thread_init(struct drbd_resource *resource, struct drbd_thread *thi, in drbd_thread_init()
385 int drbd_thread_start(struct drbd_thread *thi) in drbd_thread_start()
451 void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait) in _drbd_thread_stop()
545 void drbd_thread_current_set_cpu(struct drbd_thread *thi) in drbd_thread_current_set_cpu()
Ddrbd_int.h271 static inline enum drbd_thread_state get_t_state(struct drbd_thread *thi) in get_t_state()
1966 static inline void drbd_thread_stop(struct drbd_thread *thi) in drbd_thread_stop()
1971 static inline void drbd_thread_stop_nowait(struct drbd_thread *thi) in drbd_thread_stop_nowait()
1976 static inline void drbd_thread_restart_nowait(struct drbd_thread *thi) in drbd_thread_restart_nowait()
Ddrbd_worker.c2063 int drbd_worker(struct drbd_thread *thi) in drbd_worker()
Ddrbd_receiver.c5069 int drbd_receiver(struct drbd_thread *thi) in drbd_receiver()
5496 int drbd_asender(struct drbd_thread *thi) in drbd_asender()