HomeSort by relevance Sort by last modified time
    Searched refs:global_lock (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/asm-x86/
acpi_32.h 63 ((Acq) = __acpi_acquire_global_lock(&facs->global_lock))
66 ((Acq) = __acpi_release_global_lock(&facs->global_lock))
  /external/e2fsprogs/lib/ext2fs/
tdb.c 153 #define GLOBAL_LOCK 0
231 struct tdb_lock_type global_lock; member in struct:tdb_context
412 if (tdb->global_lock.count &&
413 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
417 if (tdb->global_lock.count) {
507 if (tdb->global_lock.count &&
508 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
512 if (tdb->global_lock.count) {
586 if (tdb->have_transaction_lock || tdb->global_lock.count) {
629 if (tdb->global_lock.count && tdb->global_lock.ltype == ltype)
    [all...]

Completed in 68 milliseconds