Searched refs:threads (Results 1 – 7 of 7) sorted by relevance
/drivers/dma/ |
D | dmatest.c | 153 struct list_head threads; member 824 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel() 879 list_add_tail(&thread->node, &dtc->threads); in dmatest_add_threads() 900 INIT_LIST_HEAD(&dtc->threads); in dmatest_add_channel() 1023 list_for_each_entry(thread, &dtc->threads, node) { in __is_threaded_test_run()
|
/drivers/android/ |
D | binder.c | 334 struct rb_root threads; member 3122 struct rb_node **p = &proc->threads.rb_node; in binder_get_thread() 3145 rb_insert_color(&thread->rb_node, &proc->threads); in binder_get_thread() 3160 rb_erase(&thread->rb_node, &proc->threads); in binder_free_thread() 3615 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) { in binder_deferred_flush() 3691 int threads, nodes, incoming_refs, outgoing_refs, buffers, in binder_deferred_release() local 3707 threads = 0; in binder_deferred_release() 3709 while ((n = rb_first(&proc->threads))) { in binder_deferred_release() 3713 threads++; in binder_deferred_release() 3788 __func__, proc->pid, threads, nodes, incoming_refs, in binder_deferred_release() [all …]
|
/drivers/s390/net/ |
D | lcs.c | 323 lcs_set_allowed_threads(struct lcs_card *card, unsigned long threads) in lcs_set_allowed_threads() argument 328 card->thread_allowed_mask = threads; in lcs_set_allowed_threads() 333 lcs_threads_running(struct lcs_card *card, unsigned long threads) in lcs_threads_running() argument 339 rc = (card->thread_running_mask & threads); in lcs_threads_running() 345 lcs_wait_for_threads(struct lcs_card *card, unsigned long threads) in lcs_wait_for_threads() argument 348 lcs_threads_running(card, threads) == 0); in lcs_wait_for_threads()
|
D | qeth_core_main.c | 197 void qeth_set_allowed_threads(struct qeth_card *card, unsigned long threads, in qeth_set_allowed_threads() argument 203 card->thread_allowed_mask = threads; in qeth_set_allowed_threads() 205 card->thread_start_mask &= threads; in qeth_set_allowed_threads() 211 int qeth_threads_running(struct qeth_card *card, unsigned long threads) in qeth_threads_running() argument 217 rc = (card->thread_running_mask & threads); in qeth_threads_running() 223 int qeth_wait_for_threads(struct qeth_card *card, unsigned long threads) in qeth_wait_for_threads() argument 228 qeth_threads_running(card, threads) == 0); in qeth_wait_for_threads()
|
/drivers/acpi/acpica/ |
D | aclocal.h | 1085 acpi_thread_id *threads; member
|
/drivers/char/ |
D | Kconfig | 194 of threads across a large system which avoids bouncing a cacheline
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3724 * The execution head pointer threads the head SCBs for
|