Searched refs:drbd_thread_current_set_cpu (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/block/drbd/
H A Ddrbd_int.h1005 extern void drbd_thread_current_set_cpu(struct drbd_thread *thi);
1007 #define drbd_thread_current_set_cpu(A) ({}) macro
H A Ddrbd_worker.c2179 drbd_thread_current_set_cpu(thi);
H A Ddrbd_receiver.c5057 drbd_thread_current_set_cpu(&connection->receiver);
5977 drbd_thread_current_set_cpu(thi);
H A Ddrbd_main.c527 * drbd_thread_current_set_cpu() - modifies the cpu mask of the _current_ thread
533 void drbd_thread_current_set_cpu(struct drbd_thread *thi) function

Completed in 165 milliseconds