Searched refs:_drbd_thread_stop (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_int.h | 1068 extern void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait); 1968 _drbd_thread_stop(thi, false, true); in drbd_thread_stop() 1973 _drbd_thread_stop(thi, false, false); in drbd_thread_stop_nowait() 1978 _drbd_thread_stop(thi, true, false); in drbd_thread_restart_nowait()
|
D | drbd_main.c | 451 void _drbd_thread_stop(struct drbd_thread *thi, int restart, int wait) in _drbd_thread_stop() function
|