Searched refs:ready (Results 101 - 125 of 254) sorted by relevance

1234567891011

/netbsd-current/external/gpl3/binutils/dist/gas/doc/
H A Dlocal.mk104 # This one isn't ready for prime time yet. Not even a little bit.
/netbsd-current/sys/arch/x68k/stand/common/
H A Dchkfmt.s93 | wait for FDC ready
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_trampoline_arm.S92 @ But before the logging part of XRay is ready, we pretend that here a
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
H A Dlshift.asm257 por %mm1, %mm3 C mm3 ready to store
275 C mm3 dst qword ready to store to 24(%edx,%eax,4)
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/
H A Dcom.asm53 C result is ready (a 1 cycle stall) then both the branch and following loads
116 C r24 dst[i] result, ready to store
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dsubmul_1.asm50 C that a paddq can be used to give a low limb ready to store, and a high limb
51 C ready to become the new carry after a psrlq.
H A Drsh1add_n.asm110 movd %mm0, -4(%esi,%ecx,4) C low ready to store dst[i]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dlibunwind.S42 ;; load PC into B10 so that it is ready for the branch
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dlibunwind.S42 ;; load PC into B10 so that it is ready for the branch
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_cik_sdma.c274 rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false;
275 rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX].ready = false;
429 ring->ready = true;
433 ring->ready = false;
H A Dradeon_ni.c1361 rdev->gart.ready = true;
1477 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
1735 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = true;
1736 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
1737 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
1741 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
1742 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
1743 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
/netbsd-current/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h228 int ready; member in struct:__omapi_waiter_object
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dtask_test.c722 atomic_bool ready, all_done; variable
761 while (!atomic_load(&ready)) {
797 atomic_init(&ready, false);
838 atomic_store(&ready, true);
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmode1o.asm83 C This lets us get the first q as soon as the inverse is ready, without
129 C 6 cycles for the data ready to use. In fact we end up 7 cycles ahead. In
181 C soon as 64-bits of inverse were ready.
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vcn_v2_5.c275 adev->vcn.inst[j].ring_enc[0].sched.ready = true;
276 adev->vcn.inst[j].ring_enc[1].sched.ready = false;
277 adev->vcn.inst[j].ring_enc[2].sched.ready = false;
278 adev->vcn.inst[j].ring_dec.sched.ready = true;
312 * Stop the VCN block, mark ring as not ready any more
330 ring->sched.ready = false;
334 ring->sched.ready = false;
H A Damdgpu_sdma_v2_4.c364 sdma0->sched.ready = false;
365 sdma1->sched.ready = false;
486 ring->sched.ready = true;
H A Damdgpu_gmc_v10_0.c366 ring->sched.ready == false) {
425 if (amdgpu_emu_mode == 0 && ring->sched.ready) {
954 adev->gart.ready = true;
1029 /* MC is always ready in GMC v10.*/
/netbsd-current/sys/external/bsd/drm2/dist/drm/scheduler/
H A Dsched_main.c131 * Try to find a ready entity, returns NULL if none found.
606 * drm_sched_ready - is the scheduler ready
619 * drm_sched_wakeup - Wake up the scheduler when it is ready
689 * ready for it to be destroyed.
877 sched->ready = true;
894 sched->ready = false;
H A Dsched_entity.c110 * drm_sched_entity_is_ready - Check if entity is ready
144 if (!entity->sched_list[i]->ready) {
145 DRM_WARN("sched%s is not ready, skipping\n", sched->name);
449 * drm_sched_entity_pop_job - get a ready to be scheduled job from the entity
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc382 * Return a pointer to \c ValueProfData instance ready to be streamed.
391 * Return a pointer to \c ValueProfileData instance ready to be read.
/netbsd-current/sys/dev/scsipi/
H A Datapi_wdc.c517 goto ready;
520 goto ready;
558 goto ready;
588 ready:
607 printf("wdc_atapi_start: not ready, st = %02x\n",
/netbsd-current/sys/net/
H A Dif_tun.c551 * tun_output - queue packets from higher level ready to put out.
568 TUNDEBUG ("%s: not ready 0%o\n", ifp->if_xname,
804 TUNDEBUG ("%s: not ready 0%o\n", ifp->if_xname, tp->tun_flags);
1003 * to notify readers when outgoing packets become ready.
1080 int ready; local
1088 ready = (m != NULL);
1097 return ready;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex.h1682 * The vector base is empty if this does not represent a match (!ready());
1770 * @brief Indicates if the %match_results is ready.
1772 * @retval false The object is not ready.
1774 bool ready() const noexcept { return !_Base_type::empty(); }
1817 * @pre ready() == true
1829 * @pre ready() == true
1844 * @pre ready() == true
1857 * @pre ready() == true
1868 __glibcxx_assert( ready() );
1876 * @pre ready()
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex.h1724 * The vector base is empty if this does not represent a match (!ready());
1814 * @brief Indicates if the %match_results is ready.
1816 * @retval false The object is not ready.
1818 bool ready() const noexcept { return !_Unchecked::empty(); }
1861 * @pre ready() == true
1873 * @pre ready() == true
1888 * @pre ready() == true
1901 * @pre ready() == true
1912 __glibcxx_assert( ready() );
1920 * @pre ready()
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c7490 ia64_dfa_sched_reorder (FILE *dump, int sched_verbose, rtx_insn **ready,
7496 rtx_insn **e_ready = ready + n_ready;
7506 for (insnp = ready; insnp < e_ready; insnp++)
7516 rtx_insn *lowest = ready[n_asms];
7517 ready[n_asms] = insn;
7523 rtx_insn *highest = ready[n_ready - 1];
7524 ready[n_ready - 1] = insn;
7534 ready += n_asms;
7546 for (insnp = ready; insnp < e_ready; insnp++)
7557 while (insnp-- > ready
7476 ia64_dfa_sched_reorder(FILE *dump, int sched_verbose, rtx_insn **ready, int *pn_ready, int clock_var, int reorder_type) argument
7585 ia64_sched_reorder(FILE *dump, int sched_verbose, rtx_insn **ready, int *pn_ready, int clock_var) argument
7596 ia64_sched_reorder2(FILE *dump ATTRIBUTE_UNUSED, int sched_verbose ATTRIBUTE_UNUSED, rtx_insn **ready, int *pn_ready, int clock_var) argument
[all...]

Completed in 309 milliseconds

1234567891011