Searched refs:num_locks (Results 1 – 5 of 5) 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/rust/crates/rust-openssl/openssl-sys/src/ |
D | lib.rs | 183 let num_locks = CRYPTO_num_locks(); in init() localVariable 185 for _ in 0..num_locks { in init() 190 Box::new((0..num_locks).map(|_| None).collect()); in init()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 30471 …<var-decl name="num_locks" type-id="95e97e5e" visibility="default" filepath="drivers/hwspinlock/hw… 44162 …<var-decl name="num_locks" type-id="95e97e5e" visibility="default" filepath="drivers/hwspinlock/hw…
|
D | test-PR27569-v0.abi | 30443 …<var-decl name="num_locks" type-id="95e97e5e" visibility="default" filepath="drivers/hwspinlock/hw… 44133 …<var-decl name="num_locks" type-id="95e97e5e" visibility="default" filepath="drivers/hwspinlock/hw…
|