Home
last modified time | relevance | path

Searched refs:goal (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd/sys/kern/
H A Dsubr_smr.c272 smr_seq_t goal, s_rd_seq; in smr_default_advance() local
283 goal = smr_shared_advance(s); 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()
331 smr_seq_t goal; in smr_advance() local
350 goal = SMR_SEQ_INVALID; in smr_advance()
352 goal = smr_default_advance(smr, s); in smr_advance()
354 goal = smr_lazy_advance(smr, s); in smr_advance()
356 goal = smr_deferred_advance(smr, s, self); in smr_advance()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dnuma.sh40 goal=$((real - (real / doms) + 2 * 1024 * 1024 * 1024))
41 mb=$((goal / 1024 / 1024))
42 [ $phys -gt $goal ] &&
H A Dsendfile26.sh238 * writer thread to a local TCP port. The goal is always try to send
/freebsd/sys/contrib/ck/include/
H A Dck_tflock.h59 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/sys/sys/
H A Dsmr.h231 bool smr_poll(smr_t smr, smr_seq_t goal, bool wait);
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/sys/contrib/ck/src/
H A Dck_epoch.c429 unsigned int delta, epoch, goal, i; in ck_epoch_synchronize_wait() local
444 goal = epoch + CK_EPOCH_GRACE; in ck_epoch_synchronize_wait()
474 if ((goal > epoch) & (delta >= goal)) in ck_epoch_synchronize_wait()
/freebsd/tests/
H A DREADME21 * 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/crypto/openssl/test/
H A Dkeymgmt_internal_test.c89 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/sys/dev/sym/
H A Dsym_hipd.c1045 struct sym_trans goal; member
2817 tp->tinfo.goal.options = 0; in sym_prepare_nego()
2821 if (tp->tinfo.goal.options & PPR_OPT_MASK) in sym_prepare_nego()
2826 else if (tp->tinfo.current.width != tp->tinfo.goal.width) in sym_prepare_nego()
2831 else if (tp->tinfo.current.period != tp->tinfo.goal.period || in sym_prepare_nego()
2832 tp->tinfo.current.offset != tp->tinfo.goal.offset) in sym_prepare_nego()
2840 msgptr[msglen++] = tp->tinfo.goal.period; in sym_prepare_nego()
2841 msgptr[msglen++] = tp->tinfo.goal.offset; in sym_prepare_nego()
2847 msgptr[msglen++] = tp->tinfo.goal.width; in sym_prepare_nego()
2853 msgptr[msglen++] = tp->tinfo.goal.period; in sym_prepare_nego()
[all …]
/freebsd/contrib/byacc/
H A Dreader.c80 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 …]
H A Dmkpar.c180 int goal = ritem[1]; in find_final_state() local
186 if (accessing_symbol[final_state] == goal) in find_final_state()
/freebsd/bin/sh/tests/parser/
H A Dfunc1.02 # but making them all work seems a good goal.
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_osm.c760 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 Daic7xxx_osm.c636 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()
H A Daic79xx.c2300 tinfo->goal.transport_version = 2; in ahd_handle_nonpkt_busfree()
2301 tinfo->goal.ppr_options = 0; in ahd_handle_nonpkt_busfree()
2816 memset(&tstate->transinfo[i].goal, 0, in ahd_alloc_tstate()
2817 sizeof(tstate->transinfo[i].goal)); in ahd_alloc_tstate()
2885 transinfo = &tinfo->goal; in ahd_devlimited_syncrate()
2967 *offset = MIN(*offset, tinfo->goal.offset); in ahd_validate_offset()
2995 *bus_width = MIN(tinfo->goal.width, *bus_width); in ahd_validate_width()
3025 if (tinfo->curr.period != tinfo->goal.period in ahd_update_neg_request()
3026 || tinfo->curr.width != tinfo->goal.width in ahd_update_neg_request()
3027 || tinfo->curr.offset != tinfo->goal.offset in ahd_update_neg_request()
[all …]
/freebsd/sys/cam/
H A Dcam_iosched.h104 void cam_iosched_set_trim_goal(struct cam_iosched_softc *isc, int goal);
/freebsd/share/examples/tests/
H A DREADME5 The goal of these test programs is to illustrate, via simple and
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmscc-phy-vsc8531.txt14 the output signal. The goal of this setting
/freebsd/sys/contrib/libsodium/
H A DREADME.markdown15 Its goal is to provide all of the core operations needed to build
/freebsd/lib/libefivar/
H A DFreeBSD-update37 goal of keeping them in sync with EDK2.
/freebsd/sys/dev/isp/
H A DDriverManual.txt48 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/usr.bin/dtc/
H A DHACKING22 This project uses C++11, as the goal for FreeBSD 11 is to require C/C++11 as a
/freebsd/contrib/tcsh/
H A Dsh.func.c749 search(int type, int level, Char *goal) in search() argument
758 Sgoal = goal; in search()
851 if (type == TC_GOTO && getword(&word) && eq(word.s, goal)) in search()
861 if ((type == TC_GOTO && eq(word.s, goal)) || in search()
874 if (Gmatch(goal, cp)) in search()
/freebsd/contrib/libcbor/doc/source/
H A Ddevelopment.rst9 contributors are working towards the same high-level goal. This document
/freebsd/contrib/arm-optimized-routines/math/
H A DREADME.contributors30 variant should not have > 5 ULP error if the goal is to be a drop in

1234