Home
last modified time | relevance | path

Searched refs:wait_count (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_wait.c48 ctx->stats.wait_count++; in nscd_wait()
73 ctx->stats.wait_count--; in nscd_signal()
H A Dcache.h232 ulong_t wait_count; /* cache queries queued */ member
H A Dnscd_cfgdef.h1156 wait_count,
1326 wait_count,
H A Dcache.c537 statsp->wait_count); in print_stats()
962 statsp->wait_count += stats.wait_count; in _nscd_cfg_cache_get_stat()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c2660 uint32_t wait_count = 0; in db_ddi_get32() local
2677 dbp->db_pci_max_wait_count = wait_count; in db_ddi_get32()
2680 if (++wait_count == db_pci_max_wait) { in db_ddi_get32()
2694 wait_count = 0; in db_ddi_get32()
2705 dbp->db_pci_max_wait_count = wait_count; in db_ddi_get32()
2708 if (++wait_count == db_pci_max_wait) { in db_ddi_get32()
2783 uint32_t wait_count = 0; in db_ddi_put32() local
2798 dbp->db_pci_max_wait_count = wait_count; in db_ddi_put32()
2801 if (++wait_count == db_pci_max_wait) { in db_ddi_put32()
2816 wait_count = 0; in db_ddi_put32()
[all …]
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c114 static int wait_count = 0; variable
232 if ((wait_count < MAX_CONCURRENT_WAITS) && in enter_picld_wait()
235 wait_count++; in enter_picld_wait()
248 wait_count--; in exit_picld_wait()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_ciss.c1093 unsigned wait_count = SMRT_WAIT_DELAY_SECONDS * 1000000 / wait_usec; in smrt_ctlr_wait_for_state() local
1107 for (unsigned i = 0; i < wait_count; i++) { in smrt_ctlr_wait_for_state()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs266 …start, (struct sched_statistics)->wait_max, (struct sched_statistics)->wait_count, (struct sched_s…
268 …start, (struct sched_statistics)->wait_max, (struct sched_statistics)->wait_count, (struct sched_s…
269 …start, (struct sched_statistics)->wait_max, (struct sched_statistics)->wait_count, (struct sched_s…
292 …start, (struct sched_statistics)->wait_max, (struct sched_statistics)->wait_count, (struct sched_s…
293 …start, (struct sched_statistics)->wait_max, (struct sched_statistics)->wait_count, (struct sched_s…
296 …start, (struct sched_statistics)->wait_max, (struct sched_statistics)->wait_count, (struct sched_s…
297 …start, (struct sched_statistics)->wait_max, (struct sched_statistics)->wait_count, (struct sched_s…
322 …start, (struct sched_statistics)->wait_max, (struct sched_statistics)->wait_count, (struct sched_s…
325 …start, (struct sched_statistics)->wait_max, (struct sched_statistics)->wait_count, (struct sched_s…
326 …start, (struct sched_statistics)->wait_max, (struct sched_statistics)->wait_count, (struct sched_s…
[all …]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c4469 uint32_t wait_count; in aac_reset_adapter() local
4485 wait_count = 5 * 10000; in aac_reset_adapter()
4486 while (wait_count) { in aac_reset_adapter()
4488 wait_count--; in aac_reset_adapter()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c556 unsigned int wait_count = 30; in ql_sem_spinlock() local
558 while (wait_count) { in ql_sem_spinlock()
562 wait_count--; in ql_sem_spinlock()