Searched refs:qeth_threads_running (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core.h | 1046 int qeth_threads_running(struct qeth_card *, unsigned long);
|
H A D | qeth_l3_main.c | 1960 wait_event(card->wait_q, qeth_threads_running(card, 0xffffffff) == 0); in qeth_l3_remove_device()
|
H A D | qeth_l2_main.c | 2320 wait_event(card->wait_q, qeth_threads_running(card, 0xffffffff) == 0); in qeth_l2_remove_device()
|
H A D | qeth_core_main.c | 174 int qeth_threads_running(struct qeth_card *card, unsigned long threads) in qeth_threads_running() function 184 EXPORT_SYMBOL_GPL(qeth_threads_running); variable
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core.h | 1075 int qeth_threads_running(struct qeth_card *, unsigned long);
|
H A D | qeth_l2_main.c | 2208 wait_event(card->wait_q, qeth_threads_running(card, 0xffffffff) == 0); in qeth_l2_remove_device()
|
H A D | qeth_l3_main.c | 1977 wait_event(card->wait_q, qeth_threads_running(card, 0xffffffff) == 0); in qeth_l3_remove_device()
|
H A D | qeth_core_main.c | 190 int qeth_threads_running(struct qeth_card *card, unsigned long threads) in qeth_threads_running() function 200 EXPORT_SYMBOL_GPL(qeth_threads_running); variable
|
Completed in 33 milliseconds