Searched refs:witness (Results 1 – 25 of 88) sorted by relevance
1234
| /NextBSD/sys/kern/ |
| HD | subr_witness.c | 226 struct witness { struct 230 STAILQ_ENTRY(witness) w_list; /* List of all witnesses. */ argument 231 STAILQ_ENTRY(witness) w_typelist; /* Witnesses of a type. */ 232 struct witness *w_hash_next; /* Linked list in hash buckets. */ argument 245 STAILQ_HEAD(witness_list, witness); argument 252 struct witness *wh_array[WITNESS_HASH_SIZE]; 304 witness_lock_type_equal(struct witness *w1, struct witness *w2) in witness_lock_type_equal() 319 static int _isitmyx(struct witness *w1, struct witness *w2, int rmask, 321 static void adopt(struct witness *parent, struct witness *child); 323 static int blessed(struct witness *, struct witness *); [all …]
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | DSA_generate_parameters.pod | 57 (once for each witness that confirms that the candidate may be prime); 76 (once for each witness that confirms that the candidate may be prime). 120 is called as in BN_is_prime(3), i.e. once for each witness.
|
| /NextBSD/share/examples/witness/ |
| HD | lockgraphs.sh | 10 sysctl debug.witness.graphs | awk '
|
| /NextBSD/sys/sys/ |
| HD | _lock.h | 38 struct witness *lo_witness; /* Data for witness. */
|
| /NextBSD/crypto/openssl/crypto/bn/ |
| HD | bn_prime.c | 131 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1, 328 j = witness(check, A, A1, A1_odd, k, ctx, mont); in BN_is_prime_fasttest_ex() 351 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1, in witness() function
|
| /NextBSD/etc/ |
| HD | ddb.conf | 15 script kdb.enter.witness=run lockinfo
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | frame | 7 # copyright, but this file is "published" as witness the following:
|
| /NextBSD/sys/mips/conf/ |
| HD | BERI_TEMPLATE | 52 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
| HD | GXEMUL32 | 41 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
| HD | std.MALTA | 44 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
| HD | GXEMUL | 43 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
| HD | QEMU | 45 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
| HD | ALCHEMY | 59 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
| HD | ADM5120 | 58 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
| HD | std.XLP | 51 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
| /NextBSD/sys/arm/conf/ |
| HD | EA3250 | 53 options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
| HD | DB-78XXX | 52 options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
| HD | DB-88F5XXX | 51 options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
| HD | DB-88F6XXX | 44 options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
| HD | VIRT | 44 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
| HD | ZEDBOARD | 42 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
| HD | ARMADAXP | 47 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
| HD | RPI2 | 44 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
| HD | RK3188 | 42 options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
| /NextBSD/tools/tools/nanobsd/gateworks/ |
| HD | G2348 | 32 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
1234