__handle 83 include/acpi/platform/aclinuxex.h #define acpi_os_create_lock(__handle) \ __handle 87 include/acpi/platform/aclinuxex.h *(__handle) = lock; \ __handle 88 include/acpi/platform/aclinuxex.h spin_lock_init(*(__handle)); \ __handle 94 include/acpi/platform/aclinuxex.h #define acpi_os_create_raw_lock(__handle) \ __handle 98 include/acpi/platform/aclinuxex.h *(__handle) = lock; \ __handle 99 include/acpi/platform/aclinuxex.h raw_spin_lock_init(*(__handle)); \