Searched refs:stall (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciexrc.esc55 * BLOCK bit set means the error may cause a pipe stall and thus a CTO
78 event error.io.pciex.rc.stall@hostbridge;
88 event upset.io.pciex.rc.stall@hostbridge;
136 error.io.pciex.rc.stall@hostbridge,
168 /* Errors that will cause a pipe stall and thus a CTO in the fabric */
169 prop error.io.pciex.rc.stall@hostbridge (0) ->
171 prop error.io.pciex.rc.stall@hostbridge { IS_UE && IS_BLOCKED } ->
201 prop upset.io.pciex.rc.stall@hostbridge ->
203 prop upset.io.pciex.rc.stall@hostbridge (0) ->
H A Dpci.esc1096 event ereport.io.device.stall@PCIFN{within(5s)};
1111 ereport.io.device.stall@PCIFN,
1122 ereport.io.device.stall@PCIFN,
1133 ereport.io.device.stall@PCIFN,
H A Dpciex.esc177 event ereport.io.device.stall@PCIEXFN{within(5s)};
201 ereport.io.device.stall@PCIEXFN,
212 ereport.io.device.stall@PCIEXFN,
223 ereport.io.device.stall@PCIEXFN,
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.c281 ss_alloc_write(int need, int *stall, _sd_writeq_t *q) argument
328 (void) (*stall)++;
H A Dsafestore.h476 * @param stall integer pointer to stall count, no blocks available. used only
488 #define SSOP_ALLOCRESOURCE(ssp, count, stall, reslist) \
489 ((ssp)->ssop_allocresource(count, stall, reslist))
H A Dsafestore_ram.c396 ss_ram_allocresource(int need, int *stall, ss_resourcelist_t **reslist) argument
401 *reslist = ((ss_resourcelist_t *)ss_alloc_write(need, stall,
H A Dsd_bcache.c2098 int sts, stall; local
2151 stall = 0;
2255 &stall, &alloc_tok, ALLOC_NOWAIT);
2538 int stall, pageio; local
2734 stall = 0;
2818 dmchain_request_blocks, &stall,
3106 if (_sd_alloc_write(handle->bh_centry, &stall)) {
3139 sts = (stall) ? NSC_DONE : NSC_HIT;
3735 * stall - pointer to stall coun
3749 sdbc_get_dmchain(int cblocks, int *stall, int flag) argument
4148 int stall = 0; local
4232 sdbc_centry_alloc(int cd, nsc_off_t cblk, nsc_size_t req_blocks, int *stall, sdbc_allocbuf_t *alloc_tok, int flag) argument
4263 sdbc_alloc_dmc(int cd, nsc_off_t cblk, nsc_size_t req_blocks, int *stall, sdbc_allocbuf_t *alloc_tok, int flag) argument
4525 sdbc_alloc_lru(int cd, nsc_off_t cblk, int *stall, int flag) argument
4977 _sd_alloc_write(_sd_cctl_t *centry, int *stall) argument
[all...]
H A Dsd_bcache.h1099 extern int _sd_alloc_write(_sd_cctl_t *centry, int *stall);
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dn2piu.esc147 event ereport.io.device.stall@niu/niufn{within(5s)};
249 ereport.io.device.stall@niu/niufn,
271 ereport.io.device.stall@niu/niufn,
281 ereport.io.device.stall@niu/niufn,
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s55 * buffer so the loads will stall for D$ miss, L2$ hit. The hardware
215 ! stall for D-cache
413 ! stall for D-cache
432 ! stall for D-cache
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h333 uint32_t stall; member in struct:__anon6230
H A Dmyri10ge.c1917 ss->tx.stall = ss->tx.sched = 0;
2553 tx->stall != tx->sched) {
2555 tx->sched = tx->stall;
3143 atomic_inc_32(&tx->stall);
3378 * probably better to stall and try again rather than pullup a
3385 goto stall;
3491 goto stall;
3679 stall:
3682 atomic_inc_32(&tx->stall);
4022 ethstat->xmit_stall.value.ul = ss->tx.stall;
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c1770 stall(void) function
2133 stall();

Completed in 120 milliseconds