Searched defs:threads (Results 1 - 5 of 5) sorted by relevance

/drivers/dma/
H A Ddmatest.c37 "Number of threads to start per channel (default: 1)");
93 struct list_head threads; member in struct:dmatest_chan
234 * kthread_stop(). There may be multiple threads running this function
518 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) {
570 list_add_tail(&thread->node, &dtc->threads);
590 INIT_LIST_HEAD(&dtc->threads);
605 pr_info("dmatest: Started %u threads using %s\n",
/drivers/s390/net/
H A Dlcs.c325 lcs_set_allowed_threads(struct lcs_card *card, unsigned long threads) argument
330 card->thread_allowed_mask = threads;
335 lcs_threads_running(struct lcs_card *card, unsigned long threads) argument
341 rc = (card->thread_running_mask & threads);
347 lcs_wait_for_threads(struct lcs_card *card, unsigned long threads) argument
350 lcs_threads_running(card, threads) == 0);
H A Dqeth_core_main.c161 void qeth_set_allowed_threads(struct qeth_card *card, unsigned long threads, argument
167 card->thread_allowed_mask = threads;
169 card->thread_start_mask &= threads;
175 int qeth_threads_running(struct qeth_card *card, unsigned long threads) argument
181 rc = (card->thread_running_mask & threads);
187 int qeth_wait_for_threads(struct qeth_card *card, unsigned long threads) argument
190 qeth_threads_running(card, threads) == 0);
/drivers/staging/android/
H A Dbinder.c286 struct rb_root threads; member in struct:binder_proc
2569 struct rb_node **p = &proc->threads.rb_node;
2592 rb_insert_color(&thread->rb_node, &proc->threads);
2607 rb_erase(&thread->rb_node, &proc->threads);
2982 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) {
2993 "binder_flush: %d woke %d threads\n", proc->pid,
3011 int threads, nodes, incoming_refs, outgoing_refs, buffers, active_transactions, page_count; local
3024 threads = 0;
3026 while ((n = rb_first(&proc->threads))) {
3028 threads
[all...]
/drivers/acpi/acpica/
H A Daclocal.h1012 acpi_thread_id *threads; member in struct:acpi_db_method_info
1026 * the Number of threads, ID of current thread and

Completed in 629 milliseconds