Home
last modified time | relevance | path

Searched refs:stall (Results 1 – 18 of 18) sorted by relevance

/titanic_44/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,
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.h488 #define SSOP_ALLOCRESOURCE(ssp, count, stall, reslist) \ argument
489 ((ssp)->ssop_allocresource(count, stall, reslist))
H A Dsafestore.c281 ss_alloc_write(int need, int *stall, _sd_writeq_t *q) in ss_alloc_write() argument
328 (void) (*stall)++; in ss_alloc_write()
H A Dsafestore_ram.c396 ss_ram_allocresource(int need, int *stall, ss_resourcelist_t **reslist) in ss_ram_allocresource() argument
401 *reslist = ((ss_resourcelist_t *)ss_alloc_write(need, stall, in ss_ram_allocresource()
H A Dsd_bcache.c2098 int sts, stall; in _sd_prefetch_buf() local
2151 stall = 0; in _sd_prefetch_buf()
2255 &stall, &alloc_tok, ALLOC_NOWAIT); in _sd_prefetch_buf()
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;
3749 sdbc_get_dmchain(int cblocks, int *stall, int flag) argument
3866 (void) (*stall)++;
[all …]
H A Dsd_bcache.h1099 extern int _sd_alloc_write(_sd_cctl_t *centry, int *stall);
/titanic_44/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,
/titanic_44/usr/src/uts/sun4/ml/
H A Dip_ocsum.s413 ! stall for D-cache
432 ! stall for D-cache
/titanic_44/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h333 uint32_t stall; member
H A Dmyri10ge.c1917 ss->tx.stall = ss->tx.sched = 0; in myri10ge_setup_slice()
2553 tx->stall != tx->sched) { in myri10ge_tx_done()
2555 tx->sched = tx->stall; in myri10ge_tx_done()
3143 atomic_inc_32(&tx->stall); in myri10ge_tx_tso_copy()
3385 goto stall; in myri10ge_send()
3491 goto stall; in myri10ge_send()
3679 stall: in myri10ge_send()
3682 atomic_inc_32(&tx->stall); in myri10ge_send()
4022 ethstat->xmit_stall.value.ul = ss->tx.stall; in myri10ge_slice_stat_kstat_update()
4913 if (tx->sched != tx->stall && in myri10ge_ring_stalled()
[all …]
/titanic_44/usr/src/uts/common/io/e1000api/
H A DREADME646 6786783 e1000g needs to have a new tx stall detection mechanism to cover 82546 errata No.18
739 6909553 e1000g stall reset leaves GLDv3 link state as "unknown"
/titanic_44/usr/src/uts/common/io/e1000g/
H A DREADME646 6786783 e1000g needs to have a new tx stall detection mechanism to cover 82546 errata No.18
739 6909553 e1000g stall reset leaves GLDv3 link state as "unknown"
/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c1769 stall(void) in stall() function
2132 stall(); in mutex_lock_internal()
/titanic_44/usr/src/cmd/look/
H A Dwords21500 stall
/titanic_44/usr/src/cmd/spell/
H A Dlist21499 stall
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dchanges.txt12781 Fix sleep/stall code reversal. (Andi Kleen)