| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_buf.c | 185 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 D | ngx_syslog.c | 260 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 D | ngx_buf.h | 82 ngx_chain_t *busy; member 164 ngx_chain_t **busy, ngx_chain_t **out, ngx_buf_tag_t tag);
|
| H A D | ngx_syslog.h | 18 unsigned busy:1; member
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.h | 104 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 D | qman.h | 151 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 D | bman_low.c | 194 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 D | subr_unit.c | 621 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 D | kern_clocksource.c | 95 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 D | qat_device.c | 258 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 D | repaper.txt | 12 - busy-gpios: BUSY pin 49 busy-gpios = <&gpio 25 0>;
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | fd_man.c | 165 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 D | fd_man.h | 20 int busy; /* whether this entry is being used in cb. */ member
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-zip-defs.h | 579 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 D | ngx_http_sub_filter_module.c | 66 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 D | ngx_http_gunzip_filter_module.c | 25 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 D | zy7_spi.c | 85 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 D | zy7_qspi.c | 92 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 D | qman_low.h | 229 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 D | aw_rsb.c | 136 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 D | jz4780_smb.c | 101 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.h | 44 u_int busy; /* Count of allocated items */ member
|
| /f-stack/freebsd/mips/mips/ |
| H A D | machdep.c | 543 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 D | kernel-usleep_range.m4 | 6 dnl # sleep / busy-wait is unnecessary.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | power_man.rst | 117 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.
|