Searched refs:num_locks (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_memory_helper.c | 123 int num_locks; /* Total number of locks blocking the munmap */ member 235 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state() 240 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state() 245 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state() 250 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state() 255 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state() 412 region->num_locks = 0; in allocate_region() 483 region->num_locks -= allocation->locks_on_counter; in nine_flush_pending_releases() 486 if (region->num_locks == 0) { in nine_flush_pending_releases() 514 if (region->num_locks != 0) { in nine_flush_pending_frees() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsagent.c | 131 gint num_locks; in _gst_dtls_init_openssl() local 132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl() 133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl() 134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 249 unsigned int num_locks; /* number of chain locks held */ member 472 tdb->num_locks++; in _tdb_lock() 562 tdb->num_locks--; in tdb_unlock() 646 if (tdb->num_locks != 0) { in _tdb_lockall() 1616 if (tdb->num_locks != 0 || tdb->global_lock.count) { in tdb_transaction_start() 1736 if (tdb->num_locks != 0) { in tdb_transaction_cancel() 1742 tdb->num_locks = 0; in tdb_transaction_cancel() 2030 if (tdb->num_locks || tdb->global_lock.count) { in tdb_transaction_commit() 4094 if (tdb->num_locks != 0 || tdb->global_lock.count) { in tdb_reopen()
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 174 int num_locks = CRYPTO_num_locks(); in init_openssl() local 175 GPR_ASSERT(num_locks > 0); in init_openssl() 177 gpr_malloc(static_cast<size_t>(num_locks) * sizeof(gpr_mu))); in init_openssl() 178 for (int i = 0; i < num_locks; i++) { in init_openssl()
|