Searched refs:goal (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_tflock.h59 uint32_t goal; local
62 goal = (snapshot & ~mask) + delta;
63 if (ck_pr_cas_32_value(target, snapshot, goal, &snapshot) == true)
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_epoch.c429 unsigned int delta, epoch, goal, i; local
444 goal = epoch + CK_EPOCH_GRACE;
471 * met our goal.
474 if ((goal > epoch) & (delta >= goal))
/freebsd-11-stable/sys/dev/esp/
H A Dncr53c9x.c655 * settings so we'll renegotiate their goal settings with the next
668 ti->curr.period = ti->goal.period = 0;
669 ti->curr.offset = ti->goal.offset = 0;
670 ti->curr.width = ti->goal.width =
862 if (ti->curr.period != ti->goal.period ||
863 ti->curr.offset != ti->goal.offset ||
864 ti->curr.width != ti->goal.width) {
1150 ti->goal.width = spi->bus_width;
1156 ti->goal.period = spi->sync_period;
1162 ti->goal
[all...]
H A Dncr53c9xvar.h196 struct ncr53c9x_xinfo goal; member in struct:ncr53c9x_tinfo
/freebsd-11-stable/sys/dev/aic/
H A Daic.c194 ti->goal.period = spi->sync_period;
196 if (ti->goal.period > aic->min_period) {
197 ti->goal.period = 0;
198 ti->goal.offset = 0;
199 } else if (ti->goal.period < aic->max_period)
200 ti->goal.period = aic->max_period;
204 ti->goal.offset = spi->sync_offset;
205 if (ti->goal.offset == 0)
206 ti->goal.period = 0;
207 else if (ti->goal
[all...]
H A Daicvar.h39 struct aic_transinfo goal; member in struct:aic_tinfo
/freebsd-11-stable/contrib/byacc/
H A Dmkpar.c173 int goal, i; local
179 goal = ritem[1];
183 if (accessing_symbol[final_state] == goal)
H A Dreader.c43 static bucket *goal; variable
1452 if (bp == goal)
1637 if (goal && goal != bp)
1639 goal = bp;
2251 if (goal == 0)
2255 goal = bp;
3243 if (goal->args > 0)
3244 start_requires_args(goal->name);
3296 if (goal
[all...]
/freebsd-11-stable/sys/dev/advansys/
H A Dadvlib.c712 if (tinfo->current.period != tinfo->goal.period) {
713 adv_msgout_sdtr(adv, tinfo->goal.period,
714 tinfo->goal.offset);
990 if (tinfo->current.period != tinfo->goal.period) {
991 adv_msgout_sdtr(adv, tinfo->goal.period,
992 tinfo->goal.offset);
1161 tinfo->goal.period = period;
1162 tinfo->goal.offset = offset;
1815 if ((tinfo->current.period != tinfo->goal.period)
1816 || (tinfo->current.offset != tinfo->goal
[all...]
H A Dadvlib.h484 #define ADV_TRANS_GOAL 0x04 /* Modify negotiation goal */
494 struct adv_transinfo goal; member in struct:adv_target_transinfo
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c633 tinfo->goal.protocol_version =
635 tinfo->goal.transport_version =
676 spi->ppr_options = tinfo->goal.ppr_options;
683 spi->sync_offset = tinfo->goal.offset;
690 spi->sync_period = tinfo->goal.period;
1073 && (tinfo->goal.width != 0
1074 || tinfo->goal.offset != 0
1075 || tinfo->goal.ppr_options != 0)) {
H A Daic79xx_osm.c755 tinfo->goal.protocol_version = cts->protocol_version;
756 tinfo->goal.transport_version = cts->transport_version;
793 spi->ppr_options = tinfo->goal.ppr_options;
800 spi->sync_offset = tinfo->goal.offset;
807 spi->sync_period = tinfo->goal.period;
1033 && (tinfo->goal.width != 0
1034 || tinfo->goal.period != 0
1035 || tinfo->goal.ppr_options != 0)) {
H A Daic7xxx.c1323 tinfo->goal.transport_version = 2;
1324 tinfo->goal.ppr_options = 0;
1597 * channel, but reset our current and goal settings to async/narrow
1607 memset(&tstate->transinfo[i].goal, 0,
1608 sizeof(tstate->transinfo[i].goal));
1673 * Never allow a value higher than our current goal
1685 transinfo = &tinfo->goal;
1826 *offset = MIN(*offset, tinfo->goal.offset);
1854 *bus_width = MIN(tinfo->goal.width, *bus_width);
1884 if (tinfo->curr.period != tinfo->goal
[all...]
H A Daic79xx.c2320 tinfo->goal.transport_version = 2;
2321 tinfo->goal.ppr_options = 0;
2832 * channel, but reset our current and goal settings to async/narrow
2841 memset(&tstate->transinfo[i].goal, 0,
2842 sizeof(tstate->transinfo[i].goal));
2898 * Never allow a value higher than our current goal
2910 transinfo = &tinfo->goal;
2992 *offset = MIN(*offset, tinfo->goal.offset);
3020 *bus_width = MIN(tinfo->goal.width, *bus_width);
3050 if (tinfo->curr.period != tinfo->goal
[all...]
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c1054 struct sym_trans goal; member in struct:sym_tinfo
2830 tp->tinfo.goal.options = 0;
2834 if (tp->tinfo.goal.options & PPR_OPT_MASK)
2839 else if (tp->tinfo.current.width != tp->tinfo.goal.width)
2844 else if (tp->tinfo.current.period != tp->tinfo.goal.period ||
2845 tp->tinfo.current.offset != tp->tinfo.goal.offset)
2853 msgptr[msglen++] = tp->tinfo.goal.period;
2854 msgptr[msglen++] = tp->tinfo.goal.offset;
2860 msgptr[msglen++] = tp->tinfo.goal.width;
2866 msgptr[msglen++] = tp->tinfo.goal
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c749 search(int type, int level, Char *goal) argument
758 Sgoal = goal;
851 if (type == TC_GOTO && getword(&word) && eq(word.s, goal))
861 if ((type == TC_GOTO && eq(word.s, goal)) ||
874 if (Gmatch(goal, cp))
/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk9 # The goal is to allow the benefits of autoconf without
/freebsd-11-stable/contrib/gcc/
H A Dreload.c3664 this alternative for a reload goal. REJECT is incremented by six
3670 record it as the chosen goal for reloading. */
6636 find_equiv_reg (rtx goal, rtx insn, enum reg_class class, int other,
6652 if (goal == 0)
6654 else if (REG_P (goal))
6655 regno = REGNO (goal);
6656 else if (MEM_P (goal))
6658 enum rtx_code code = GET_CODE (XEXP (goal, 0));
6659 if (MEM_VOLATILE_P (goal))
6661 if (flag_float_store && SCALAR_FLOAT_MODE_P (GET_MODE (goal)))
6610 find_equiv_reg(rtx goal, rtx insn, enum reg_class class, int other, short *reload_reg_p, int goalreg, enum machine_mode mode) argument
[all...]
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c504 #define NCR_TRANS_GOAL 0x04 /* Modify negotiation goal */
522 struct ncr_transinfo goal; member in struct:ncr_target_tinfo
3917 != tp->tinfo.goal.width) {
3921 != tp->tinfo.goal.period)
3923 != tp->tinfo.goal.offset)) {
3983 msgptr[msglen++] = tp->tinfo.goal.period;
3984 msgptr[msglen++] = tp->tinfo.goal.offset;
3996 msgptr[msglen++] = tp->tinfo.goal.width;
4241 tp->tinfo.goal.period = spi->sync_period;
4244 tp->tinfo.goal
[all...]
/freebsd-11-stable/sys/dev/trm/
H A Dtrm.c856 pDCB->tinfo.goal.period = spi->sync_period;
857 pDCB->tinfo.goal.offset = spi->sync_offset;
858 pDCB->tinfo.goal.width = spi->bus_width;
1888 pDCB->tinfo.goal.width
1942 pDCB->tinfo.goal.period = 0;
1943 pDCB->tinfo.goal.offset = 0;
1978 pDCB->tinfo.goal.period =
1982 pDCB->tinfo.goal.offset =
1994 pDCB->tinfo.goal.period =
1998 pDCB->tinfo.goal
[all...]
H A Dtrm.h42 #define TRM_TRANS_GOAL 0x04 /* Modify negotiation goal */
58 struct trm_transinfo goal; /* info of after negotiating */ member in struct:trm_target_info
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c244 int goal; local
248 goal = uma_zone_get_cur(V_pf_frent_z) * 9 / 10;
249 DPFPRINTF(("trying to free %d frag entriess\n", goal));
250 while (goal < uma_zone_get_cur(V_pf_frent_z)) {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1986 kmp_uint64 goal = __kmp_hardware_timestamp() + delay; local
1987 while ((now = __kmp_hardware_timestamp()) < goal)
1992 kmp_uint64 tpms = (kmp_uint64)(1e6 * (delay + (now - goal)) / diff);
H A Dkmp.h1052 #define KMP_BLOCKING(goal, count) ((goal) > KMP_NOW())
1060 #define KMP_BLOCKING(goal, count) ((count) % 1000 != 0 || (goal) > KMP_NOW())
/freebsd-11-stable/contrib/flex/
H A Dparse.y118 goal : initlex sect1 sect1end sect2 initforrule label

Completed in 552 milliseconds

12