Home
last modified time | relevance | path

Searched refs:thread_count (Results 1 – 5 of 5) sorted by relevance

/drivers/acpi/acpica/
Ddsmethod.c339 if (obj_desc->method.thread_count == ACPI_UINT8_MAX) { in acpi_ds_begin_method_execution()
447 obj_desc->method.thread_count++; in acpi_ds_begin_method_execution()
743 && (method_desc->method.thread_count == 1)) { in acpi_ds_terminate_control_method()
770 if (method_desc->method.thread_count) { in acpi_ds_terminate_control_method()
771 method_desc->method.thread_count--; in acpi_ds_terminate_control_method()
778 if (method_desc->method.thread_count) { in acpi_ds_terminate_control_method()
785 method_desc->method.thread_count)); in acpi_ds_terminate_control_method()
Dacobject.h187 u8 thread_count; member
Dexdump.c132 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.thread_count), "Thread Count"},
/drivers/dma/
Ddmatest.c796 unsigned int thread_count = 0; in dmatest_add_channel() local
810 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel()
814 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel()
818 thread_count += cnt > 0 ? cnt : 0; in dmatest_add_channel()
822 thread_count, dma_chan_name(chan)); in dmatest_add_channel()
/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh.c65 atomic_t thread_count; member
915 atomic_set(&sdiodev->freezer->thread_count, 0); in brcmf_sdiod_freezer_attach()
932 atomic_t *expect = &sdiodev->freezer->thread_count; in brcmf_sdiod_freezer_on()
972 atomic_inc(&sdiodev->freezer->thread_count); in brcmf_sdiod_freezer_count()
977 atomic_dec(&sdiodev->freezer->thread_count); in brcmf_sdiod_freezer_uncount()