Searched refs:ready (Results 26 - 50 of 92) sorted by relevance

1234

/freebsd-11-stable/sys/dev/kbdmux/
H A Dkbdmux.c672 int ready; local
678 ready = (state->ks_inq_length > 0) ? TRUE : FALSE;
681 return (ready);
978 int ready; local
986 ready = TRUE;
988 ready = (state->ks_inq_length > 0) ? TRUE : FALSE;
992 return (ready);
/freebsd-11-stable/sys/dev/vkbd/
H A Dvkbd.c786 int ready; local
794 ready = vkbd_data_ready(state);
797 return (ready);
1066 int ready; local
1075 ready = TRUE;
1077 ready = vkbd_data_ready(state);
1080 return (ready);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dni.c878 rdev->gart.ready = true;
990 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
1189 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = true;
1190 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
1191 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
1195 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
1196 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
1197 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
1274 rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false;
1275 rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX].ready
[all...]
H A Dradeon_test.c470 if (!ringA->ready)
475 if (!ringB->ready)
486 if (!ringC->ready)
H A Dradeon_ring.c142 if (!ib->length_dw || !ring->ready) {
266 if (!ring->ready)
271 ring->ready = false;
764 ring->ready = false;
H A Dradeon_fence.c272 * marked as not ready so no further jobs get scheduled until a successful
285 if (!rdev->ring[ring].ready) {
381 /* mark the ring as not ready any more */
382 rdev->ring[ring].ready = false;
576 /* mark the ring as not ready any more */
577 rdev->ring[ring].ready = false;
806 * ready for use on the requested ring.
811 * Make the fence driver ready for processing (all asics).
H A Dradeon_gart.c240 if (!rdev->gart.ready) {
284 if (!rdev->gart.ready) {
392 if (rdev->gart.pages && rdev->gart.pages_addr && rdev->gart.ready) {
396 rdev->gart.ready = false;
H A Dradeon_ttm.c193 if (rbo->rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready == false)
257 if (!rdev->ring[ridx].ready) {
385 if (!rdev->ring[radeon_copy_ring_index(rdev)].ready ||
743 DRM_INFO("radeon: %uM of VRAM memory ready\n",
751 DRM_INFO("radeon: %uM of GTT memory ready.\n",
H A Dsi.c1894 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
1895 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
1896 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
2140 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = true;
2141 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = true;
2142 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = true;
2145 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
2146 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false;
2147 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false;
2152 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready
[all...]
/freebsd-11-stable/sbin/dump/
H A Dtape.c113 static volatile sig_atomic_t ready; /* reached the lock point without having */ variable
115 static jmp_buf jmpbuf; /* where to jump to if we are ready when the */
378 while (!query("Is the new volume mounted and ready to go?"))
689 if (ready)
797 ready = 1;
801 ready = 0;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Darc.h189 arc_write_done_func_t *ready, arc_write_done_func_t *child_ready,
/freebsd-11-stable/sys/netgraph/
H A Dng_bpf.c437 goto ready;
479 ready:
/freebsd-11-stable/crypto/openssh/regress/
H A Dforward-control.sh9 READY=$OBJ/ready
/freebsd-11-stable/sys/dev/twe/
H A Dtwevar.h118 TAILQ_HEAD(, twe_request) twe_ready; /* requests ready for the controller */
242 TWEQ_REQUEST_QUEUE(ready, TWEQ_READY)
/freebsd-11-stable/usr.sbin/nfsd/
H A Dnfsd.c153 fd_set ready, sockbits; local
770 ready = sockbits;
773 &ready, NULL, NULL, NULL) < 1) {
782 if (FD_ISSET(tcpsock, &ready)) {
/freebsd-11-stable/usr.sbin/jail/
H A Djailp.h236 extern struct cfjails ready;
H A Djail.c511 requeue(j, j->ndeps ? &depend : &ready);
530 TAILQ_INSERT_HEAD(&ready, j, tq);
531 j->queue = &ready;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S92 @ But before the logging part of XRay is ready, we pretend that here a
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc367 * Return a pointer to \c ValueProfData instance ready to be streamed.
376 * Return a pointer to \c ValueProfileData instance ready to be read.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc367 * Return a pointer to \c ValueProfData instance ready to be streamed.
376 * Return a pointer to \c ValueProfileData instance ready to be read.
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c814 /* checking the fw AAP and IOP in ready state */
817 /* wait until scratch pad 1 and 2 registers in ready state */
1063 /* checking the fw AAP and IOP in ready state */
1066 /* wait until scratch pad 1 and 2 registers in ready state */
1172 /* Check ready */
2363 bit32 ready; local
2382 ready = ossaHwRegReadExt(agRoot,0 ,V_Inbound_Doorbell_Set_Register );
2383 } while ( (ready & SPCV_MSGU_CFG_TABLE_TRANSFER_DEBUG_INFO) && (max_wait_count -= WAIT_INCREMENT));
2399 bit32 ready; local
2428 ready
2685 bit32 ready; local
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js227 if(!self.hiddenDuringWait && (options.show.ready || show)) {
372 opts.show === TRUE ? { ready: TRUE } : { event: opts.show };
411 v && !this.rendered && this.render(this.options.show.ready);
447 '^show.ready$': function(obj, o, v) {
526 var rmove = /^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,
527 rrender = /^prerender|show\.ready/i;
1741 api.render(typeof event === 'object' || options.show.ready);
1769 if(options.show.ready || options.prerender) { hoverIntent(event); }
1894 ready: FALSE,
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c334 dconschat_ready(struct dcons_state *dc, int ready, char *reason) argument
341 if (ready) {
343 if (ready != old)
855 /* XXX discard if not ready*/
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c6374 ia64_dfa_sched_reorder (FILE *dump, int sched_verbose, rtx *ready,
6380 rtx *e_ready = ready + n_ready;
6390 for (insnp = ready; insnp < e_ready; insnp++)
6400 rtx lowest = ready[n_asms];
6401 ready[n_asms] = insn;
6407 rtx highest = ready[n_ready - 1];
6408 ready[n_ready - 1] = insn;
6418 ready += n_asms;
6430 for (insnp = ready; insnp < e_ready; insnp++)
6441 while (insnp-- > ready
6360 ia64_dfa_sched_reorder(FILE *dump, int sched_verbose, rtx *ready, int *pn_ready, int clock_var ATTRIBUTE_UNUSED, int reorder_type) argument
6448 ia64_sched_reorder(FILE *dump, int sched_verbose, rtx *ready, int *pn_ready, int clock_var) argument
6459 ia64_sched_reorder2(FILE *dump ATTRIBUTE_UNUSED, int sched_verbose ATTRIBUTE_UNUSED, rtx *ready, int *pn_ready, int clock_var) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c8767 /* Advance simulation state STATE until INSN is ready to issue. */
8818 /* Update simulation state STATE so that it's ready to accept the instruction
9819 /* A TUNE_MACC_CHAINS helper function. Search ready queue READY, which
9826 mips_macc_chains_reorder (rtx *ready, int nready)
9832 if (mips_linked_madd_p (mips_macc_chains_last_hilo, ready[i]))
9835 if (recog_memoized (ready[j]) >= 0
9836 && get_attr_may_clobber_hilo (ready[j]))
9838 mips_promote_ready (ready, i, j);
9876 the ready queue and that INSN2 is the instruction after it, return
9933 /* A TUNE_MIPS4130 helper function. (READY, NREADY) describes a ready
9772 mips_macc_chains_reorder(rtx *ready, int nready) argument
9883 vr4130_reorder(rtx *ready, int nready) argument
9894 mips_promote_ready(rtx *ready, int lower, int higher) argument
9908 mips_sched_reorder(FILE *file ATTRIBUTE_UNUSED, int verbose ATTRIBUTE_UNUSED, rtx *ready, int *nreadyp, int cycle) argument
[all...]

Completed in 403 milliseconds

1234