/freebsd/sys/kern/ |
H A D | subr_smr.c | 191 * case poll needs to attempt to forward the sequence number if the goal is 213 * This returns the goal write sequence number. 272 smr_seq_t goal, s_rd_seq; in smr_default_advance() local 279 * Load the current read seq before incrementing the goal so in smr_default_advance() 280 * we are guaranteed it is always < goal. in smr_default_advance() 283 goal = smr_shared_advance(s); in smr_default_advance() 286 * Force a synchronization here if the goal is getting too in smr_default_advance() 290 if (SMR_SEQ_DELTA(goal, s_rd_seq) >= SMR_SEQ_MAX_DELTA) { in smr_default_advance() 292 smr_wait(smr, goal - SMR_SEQ_MAX_ADVANCE); in smr_default_advance() 296 return (goal); in smr_default_advance() [all …]
|
/freebsd/usr.bin/fmt/ |
H A D | fmt.1 | 42 .Op Ar goal Oo Ar maximum Oc | Fl Ns Ar width | Fl w Ar width 50 .Ar goal 55 .Ar goal 60 .Ar goal 184 .Ar goal 192 about twice the goal length), the indentation in the output can be
|
H A D | fmt.c | 5 * Syntax: fmt [ options ] [ goal [ max ] ] [ filename ... ] 45 * to make the line length as near as possible to the goal 345 " [-w width | -width | goal [maximum]] [file ...]\n" in main() 355 " goal set target width to goal\n"); in main() 361 /* [ goal [ maximum ] ] */ in main() 364 && (goal_length = get_positive(*argv, "goal length must be positive", 0)) in main() 374 errx(EX_USAGE, "max length must be >= goal length"); in main() 624 * After adding the word we still aren't at the goal length, in output_word() 640 * Adding the word takes us past the goal. Print the in output_word() 642 * empty or (2) that makes us nearer the goal but doesn't in output_word()
|
/freebsd/sys/sys/ |
H A D | smr.h | 86 * current goal which may be in the future. 228 * Returns true if a goal sequence has been reached. If 231 bool smr_poll(smr_t smr, smr_seq_t goal, bool wait); 240 * Blocking wait for all readers to observe 'goal'. 243 smr_wait(smr_t smr, smr_seq_t goal) in smr_wait() argument 246 (void)smr_poll(smr, goal, true); in smr_wait()
|
/freebsd/tools/test/stress2/misc/ |
H A D | numa.sh | 40 goal=$((real - (real / doms) + 2 * 1024 * 1024 * 1024)) 41 mb=$((goal / 1024 / 1024)) 42 [ $phys -gt $goal ] &&
|
/freebsd/tests/ |
H A D | README | 21 * The goal for /usr/tests/ (the installed test programs) is to follow 48 programs being installed --which is a worthy goal because it simplifies 58 The goal in this specific case is for /usr/tests/lib/ to be generated
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_tflock.h | 59 uint32_t goal; in ck_tflock_ticket_fca_32() local 62 goal = (snapshot & ~mask) + delta; in ck_tflock_ticket_fca_32() 63 if (ck_pr_cas_32_value(target, snapshot, goal, &snapshot) == true) in ck_tflock_ticket_fca_32()
|
/freebsd/share/doc/smm/18.net/ |
H A D | 3.t | 35 The networking system was designed with the goal of supporting 47 A major goal of the system was to provide a framework within
|
/freebsd/sys/dev/isp/ |
H A D | DriverManual.txt | 48 After this initial goal had been met, there began to be some talk about 71 Normally you design via top-down methodologies and set an initial goal 72 and meet it. This driver has had a design goal that changes from almost 78 The primary design goal now is to have a driver that can run both the 91 FC-IP support is also a goal. 94 is a goal. 96 Pure, raw, performance is not a primary goal of this design. This design, 100 card. However, it is a good strong secondary goal to make the performance
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
H A D | fe.h | 128 /* Goal: Output h-(2^255-19)q, which is between 0 and 2^255-20. */ in fe25519_reduce() 130 /* Goal: Output h-2^255 q, which is between 0 and 2^255-20. */ in fe25519_reduce() 175 Goal: Output h0+...+2^255 h10-2^255 q, which is between 0 and 2^255-20. 179 Goal: Output h0+...+2^230 h9.
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | error_ext.h | 104 /* String: none, unless the operation is not the main goal 112 /* String: none, unless the operation is not the main goal 117 String: none, unless the operation is not the main goal 168 String: none, unless the operation is not the main goal 171 /* String: none, unless the operation is not the main goal 174 /* String: none, unless the operation is not the main goal 177 /* String: none, unless the operation is not the main goal
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_epoch.c | 429 unsigned int delta, epoch, goal, i; in ck_epoch_synchronize_wait() local 444 goal = epoch + CK_EPOCH_GRACE; in ck_epoch_synchronize_wait() 471 * met our goal. in ck_epoch_synchronize_wait() 474 if ((goal > epoch) & (delta >= goal)) in ck_epoch_synchronize_wait()
|
/freebsd/share/doc/papers/malloc/ |
H A D | performance.ms | 78 With this knowledge, can we decide what the performance goal is for 97 The secondary goal is more evident:
|
/freebsd/crypto/openssl/test/ |
H A D | keymgmt_internal_test.c | 89 static int get_ulong_via_BN(const OSSL_PARAM *p, unsigned long *goal) in get_ulong_via_BN() argument 95 || !TEST_int_ge(BN_bn2nativepad(n, (unsigned char *)goal, sizeof(*goal)), 0)) in get_ulong_via_BN()
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | build.info | 1 # We make separate GOAL variables for each algorithm, to make it easy to
|
/freebsd/crypto/openssl/providers/implementations/kem/ |
H A D | build.info | 1 # We make separate GOAL variables for each algorithm, to make it easy to
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_osm.c | 760 tinfo->goal.protocol_version = cts->protocol_version; in ahd_set_tran_settings() 761 tinfo->goal.transport_version = cts->transport_version; in ahd_set_tran_settings() 798 spi->ppr_options = tinfo->goal.ppr_options; in ahd_set_tran_settings() 805 spi->sync_offset = tinfo->goal.offset; in ahd_set_tran_settings() 812 spi->sync_period = tinfo->goal.period; in ahd_set_tran_settings() 1031 && (tinfo->goal.width != 0 in ahd_execute_scb() 1032 || tinfo->goal.period != 0 in ahd_execute_scb() 1033 || tinfo->goal.ppr_options != 0)) { in ahd_execute_scb()
|
H A D | aic7xxx_osm.c | 636 tinfo->goal.protocol_version = in ahc_action() 638 tinfo->goal.transport_version = in ahc_action() 679 spi->ppr_options = tinfo->goal.ppr_options; in ahc_action() 686 spi->sync_offset = tinfo->goal.offset; in ahc_action() 693 spi->sync_period = tinfo->goal.period; in ahc_action() 1067 && (tinfo->goal.width != 0 in ahc_execute_scb() 1068 || tinfo->goal.offset != 0 in ahc_execute_scb() 1069 || tinfo->goal.ppr_options != 0)) { in ahc_execute_scb()
|
/freebsd/crypto/openssl/providers/implementations/asymciphers/ |
H A D | build.info | 1 # We make separate GOAL variables for each algorithm, to make it easy to
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZHazardRecognizer.h | 21 // A goal is to consider all instructions, also those outside of any 102 /// With the goal of alternating processor sides for stalling (FPd)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | OptimizationLevel.h | 11 /// Each level has a specific goal and rationale. 97 /// A consequence of the different core goal is that this should in general
|
/freebsd/bin/sh/tests/parser/ |
H A D | func1.0 | 2 # but making them all work seems a good goal.
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | build.info | 1 # We make separate GOAL variables for each algorithm, to make it easy to
|
/freebsd/share/man/man9/ |
H A D | smr.9 | 60 .Fa "smr_seq_t goal" 70 .Fa "smr_seq_t goal"
|
/freebsd/contrib/byacc/ |
H A D | reader.c | 80 static bucket *goal; variable 1777 if (bp == goal) in declare_tokens() 2037 if (goal && goal != bp) in declare_start() 2039 goal = bp; in declare_start() 2669 if (goal == 0) in advance_to_start() 2673 goal = bp; in advance_to_start() 3663 if (goal->args > 0) in read_grammar() 3664 start_requires_args(goal->name); in read_grammar() 3718 if (goal->class == UNKNOWN) in check_symbols() 3719 undefined_goal(goal->name); in check_symbols() [all …]
|