Searched refs:witness (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex.h46 witness_t witness; member in struct:malloc_mutex_s
82 witness_assert_not_owner(tsdn, &mutex->witness);
94 witness_lock(tsdn, &mutex->witness);
103 witness_unlock(tsdn, &mutex->witness);
123 witness_assert_owner(tsdn, &mutex->witness);
131 witness_assert_not_owner(tsdn, &mutex->witness);
H A Dwitness.h11 * the witness machinery.
72 void witness_init(witness_t *witness, const char *name, witness_rank_t rank,
79 const witness_t *witness);
85 void witness_owner_error(const witness_t *witness);
91 void witness_not_owner_error(const witness_t *witness);
111 void witness_assert_owner(tsdn_t *tsdn, const witness_t *witness);
112 void witness_assert_not_owner(tsdn_t *tsdn, const witness_t *witness);
114 void witness_lock(tsdn_t *tsdn, witness_t *witness);
115 void witness_unlock(tsdn_t *tsdn, witness_t *witness);
120 witness_assert_owner(tsdn_t *tsdn, const witness_t *witness) argument
144 witness_assert_not_owner(tsdn_t *tsdn, const witness_t *witness) argument
187 witness_lock(tsdn_t *tsdn, witness_t *witness) argument
227 witness_unlock(tsdn_t *tsdn, witness_t *witness) argument
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dmutex.c118 witness_init(&mutex->witness, name, rank, NULL);
143 if (malloc_mutex_init(mutex, mutex->witness.name,
144 mutex->witness.rank)) {
H A Dwitness.c5 witness_init(witness_t *witness, const char *name, witness_rank_t rank, argument
9 witness->name = name;
10 witness->rank = rank;
11 witness->comp = comp;
19 witness_lock_error(const witness_list_t *witnesses, const witness_t *witness) argument
27 malloc_printf(" %s(%u)\n", witness->name, witness->rank);
41 witness_owner_error(const witness_t *witness) argument
44 malloc_printf("<jemalloc>: Should own %s(%u)\n", witness->name,
45 witness
59 witness_not_owner_error(const witness_t *witness) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.c131 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1,
317 j = witness(check, a, A1, A1_odd, k, ctx, mont);
340 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1, function
/freebsd-11-stable/etc/
H A Dddb.conf14 # kdb.enter.witness witness(4) detected a locking error.
15 script kdb.enter.witness=run lockinfo
/freebsd-11-stable/share/examples/witness/
H A Dlockgraphs.sh10 sysctl debug.witness.graphs | awk '
/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c36 * Implementation of the `witness' lock verifier. Originally implemented for
42 * Main Entry: witness
46 * testimony, witness, from 2wit
56 * religious faith or conviction <the heroic witness to divine
161 * These flags go in the witness relationship matrix and describe the
162 * relationship between any two struct witness objects.
192 * it is held by witness. For example, a lock instance will hold the
220 * The main witness structure. One of these per named lock type in the system
223 struct witness { struct
227 STAILQ_ENTRY(witness) w_lis
[all...]
/freebsd-11-stable/sys/sys/
H A D_lock.h38 struct witness *lo_witness; /* Data for witness. */
/freebsd-11-stable/tests/sys/net/
H A Dif_lagg_test.sh394 atf_test_case witness
397 atf_set "descr" "Check witness(4) for lock-order reversals in if_lagg"
401 if [ `sysctl -n debug.witness.watch` -ne 1 ]; then
402 atf_skip "witness(4) is not enabled"
404 if `sysctl -n debug.witness.badstacks | grep -q 'at lagg_'`; then
405 sysctl debug.witness.badstacks
419 # For best results, keep the witness test last
420 atf_add_test_case witness
/freebsd-11-stable/lib/libc/stdlib/jemalloc/
H A DMakefile.inc8 tcache.c ticker.c tsd.c util.c witness.c
/freebsd-11-stable/share/man/man4/
H A DMakefile590 witness.4 \

Completed in 231 milliseconds