Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 25 of 91) sorted by relevance

1234

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.c185 ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free, ngx_chain_t **busy, in ngx_chain_update_chains() argument
191 if (*busy == NULL) { in ngx_chain_update_chains()
192 *busy = *out; in ngx_chain_update_chains()
195 for (cl = *busy; cl->next; cl = cl->next) { /* void */ } in ngx_chain_update_chains()
203 while (*busy) { in ngx_chain_update_chains()
204 cl = *busy; in ngx_chain_update_chains()
211 *busy = cl->next; in ngx_chain_update_chains()
219 *busy = cl->next; in ngx_chain_update_chains()
H A Dngx_syslog.c260 if (peer->busy) { in ngx_syslog_writer()
264 peer->busy = 1; in ngx_syslog_writer()
280 peer->busy = 0; in ngx_syslog_writer()
368 peer->busy = 1; in ngx_syslog_cleanup()
H A Dngx_buf.h82 ngx_chain_t *busy; member
164 ngx_chain_t **busy, ngx_chain_t **out, ngx_buf_tag_t tag);
H A Dngx_syslog.h18 unsigned busy:1; member
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.h104 u32 busy; member
183 rcr->busy = 0; in bm_rcr_init()
219 rcr->busy = 1; in bm_rcr_start()
230 DPAA_ASSERT(rcr->busy); in bm_rcr_abort()
231 rcr->busy = 0; in bm_rcr_abort()
241 DPAA_ASSERT(rcr->busy); in bm_rcr_pend_and_next()
259 DPAA_ASSERT(rcr->busy); in bm_rcr_pci_commit()
268 rcr->busy = 0; in bm_rcr_pci_commit()
288 DPAA_ASSERT(rcr->busy); in bm_rcr_pce_commit()
297 rcr->busy = 0; in bm_rcr_pce_commit()
[all …]
H A Dqman.h151 u32 busy; member
238 DPAA_ASSERT(!eqcr->busy); in qm_eqcr_start_no_stash()
244 eqcr->busy = 1; in qm_eqcr_start_no_stash()
257 DPAA_ASSERT(!eqcr->busy); in qm_eqcr_start_stash()
268 eqcr->busy = 1; in qm_eqcr_start_stash()
278 DPAA_ASSERT(eqcr->busy); in qm_eqcr_abort()
279 eqcr->busy = 0; in qm_eqcr_abort()
289 DPAA_ASSERT(eqcr->busy); in qm_eqcr_pend_and_next()
323 eqcr->busy = 0; in qm_eqcr_pci_commit()
353 eqcr->busy = 0; in qm_eqcr_pce_commit()
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c194 rcr->busy = 0; in bm_rcr_init()
226 rcr->busy = 1; in bm_rcr_start()
235 ASSERT_COND(rcr->busy); in bm_rcr_abort()
237 rcr->busy = 0; in bm_rcr_abort()
246 ASSERT_COND(rcr->busy); in bm_rcr_pend_and_next()
261 ASSERT_COND(rcr->busy); in bm_rcr_pci_commit()
269 rcr->busy = 0; in bm_rcr_pci_commit()
283 ASSERT_COND(rcr->busy); in bm_rcr_pce_commit()
291 rcr->busy = 0; in bm_rcr_pce_commit()
299 ASSERT_COND(rcr->busy); in bm_rcr_pvb_commit()
[all …]
/f-stack/freebsd/kern/
H A Dsubr_unit.c621 uh->busy++; in alloc_unrl()
644 uh->busy++; in alloc_unrl()
678 uh->busy++; in alloc_unr_specificl()
695 uh->busy++; in alloc_unr_specificl()
757 uh->busy++; in alloc_unr_specificl()
810 uh->busy--; in free_unrl()
842 uh->busy--; in free_unrl()
852 uh->busy--; in free_unrl()
862 uh->busy--; in free_unrl()
872 uh->busy--; in free_unrl()
[all …]
H A Dkern_clocksource.c95 static u_int busy = 1; /* Reconfiguration is in progress. */ variable
142 if (doconfigtimer() || busy) in hardclockintr()
218 if (!busy) { in handleevents()
312 if (busy)
467 if (atomic_readandclear_int(&state->handle) && !busy) {
523 busy = 0;
527 busy = 1;
766 if (idletick || busy ||
801 if (state->idle == 0 || busy)
842 if (busy)
/f-stack/dpdk/drivers/common/qat/
H A Dqat_device.c258 int busy = 0; in qat_pci_device_release() local
276 busy = 1; in qat_pci_device_release()
281 busy = 1; in qat_pci_device_release()
286 busy = 1; in qat_pci_device_release()
288 if (busy) in qat_pci_device_release()
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Drepaper.txt12 - busy-gpios: BUSY pin
49 busy-gpios = <&gpio 25 0>;
/f-stack/dpdk/lib/librte_vhost/
H A Dfd_man.c165 if (i != -1 && pfdset->fd[i].busy == 0) { in fdset_del()
197 if (i != -1 && pfdset->fd[i].busy) { in fdset_try_del()
281 pfdentry->busy = 1; in fdset_event_dispatch()
289 pfdentry->busy = 0; in fdset_event_dispatch()
H A Dfd_man.h20 int busy; /* whether this entry is being used in cb. */ member
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-zip-defs.h579 uint64_t busy : 1; /**< 1: ZIP system is busy; 0: ZIP system is idle. */ member
583 uint64_t busy : 1;
617 uint64_t busy : 1; /**< Core State: 1 - Core is busy; 0 - Core is idle */ member
627 uint64_t busy : 1;
648 uint64_t busy : 1; /**< Core State: 1 - Core is busy; 0 - Core is idle */ member
656 uint64_t busy : 1;
677 …uint64_t busy : 1; /**< Queue State: 1 - Queue is busy; 0 - Queue is idle… member
686 uint64_t busy : 1;
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_sub_filter_module.c66 ngx_chain_t *busy; member
305 && ctx->busy == NULL)) in ngx_http_sub_body_filter()
312 if (ctx->busy) { in ngx_http_sub_body_filter()
529 if (ctx->out == NULL && ctx->busy == NULL) { in ngx_http_sub_body_filter()
561 if (ctx->busy == NULL) { in ngx_http_sub_output()
562 ctx->busy = ctx->out; in ngx_http_sub_output()
565 for (cl = ctx->busy; cl->next; cl = cl->next) { /* void */ } in ngx_http_sub_output()
572 while (ctx->busy) { in ngx_http_sub_output()
574 cl = ctx->busy; in ngx_http_sub_output()
585 ctx->busy = cl->next; in ngx_http_sub_output()
H A Dngx_http_gunzip_filter_module.c25 ngx_chain_t *busy; member
213 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &cl, in ngx_http_gunzip_body_filter()
219 flush = ctx->busy ? 1 : 0; in ngx_http_gunzip_body_filter()
267 return ctx->busy ? NGX_AGAIN : NGX_OK; in ngx_http_gunzip_body_filter()
276 ngx_chain_update_chains(r->pool, &ctx->free, &ctx->busy, &ctx->out, in ngx_http_gunzip_body_filter()
/f-stack/freebsd/arm/xilinx/
H A Dzy7_spi.c85 int busy; member
230 if (!sc->busy) { in zy7_spi_intr()
525 while (sc->busy != 0) { in zy7_spi_transfer()
534 sc->busy = 1; in zy7_spi_transfer()
563 sc->busy = 0; in zy7_spi_transfer()
H A Dzy7_qspi.c92 int busy; member
342 if (!sc->busy) { in zy7_qspi_intr()
680 while (sc->busy != 0) { in zy7_qspi_transfer()
689 sc->busy = 1; in zy7_qspi_transfer()
721 sc->busy = 0; in zy7_qspi_transfer()
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h229 eqcr->busy = 0; in qm_eqcr_init()
248 ASSERT_COND(!eqcr->busy); in qm_eqcr_finish()
263 ASSERT_COND(!eqcr->busy); in qm_eqcr_start()
268 eqcr->busy = 1; in qm_eqcr_start()
278 ASSERT_COND(eqcr->busy); in qm_eqcr_abort()
279 eqcr->busy = 0; in qm_eqcr_abort()
289 ASSERT_COND(eqcr->busy); in qm_eqcr_pend_and_next()
305 ASSERT_COND(eqcr->busy); \
329 eqcr->busy = 0; in qmPortalEqcrPciCommit()
357 eqcr->busy = 0; in qmPortalEqcrPceCommit()
[all …]
/f-stack/freebsd/arm/allwinner/
H A Daw_rsb.c136 int busy; member
327 while (sc->busy) in rsb_transfer()
329 sc->busy = 1; in rsb_transfer()
380 sc->busy = 0; in rsb_transfer()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_smb.c101 int busy; member
334 while (sc->busy) in jzsmb_transfer()
336 sc->busy = 1; in jzsmb_transfer()
365 sc->busy = 0; in jzsmb_transfer()
/f-stack/freebsd/sys/
H A D_unrhdr.h44 u_int busy; /* Count of allocated items */ member
/f-stack/freebsd/mips/mips/
H A Dmachdep.c543 cpu_idle(int busy) in cpu_idle() argument
550 if (!busy) { in cpu_idle()
555 if (!busy) { in cpu_idle()
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-usleep_range.m46 dnl # sleep / busy-wait is unnecessary.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst117 This means CPU cores always show 100% busy independent of how much work
118 those cores are doing. It is critical to accurately determine how busy
130 When the system become busy, the empty poll mechanism can also increase the core
139 The less the number of empty polls, means current core is busy with processing
155 * HIGH: the frequency is used to process busy traffic workload.

1234