Home
last modified time | relevance | path

Searched refs:bbusy (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/monitorix/monitorix-3.10.1/lib/
H A Dvarnish.pm163 my $bbusy = 0;
246 $bbusy = $2 - ($config->{varnish_hist}->{$str} || 0);
247 $bbusy = 0 unless $bbusy != $2;
248 $bbusy /= 60;
364 …$rrdata .= ":$cconn:$cdrop:$creq:$chit:$chitp:$cmiss:$bconn:$bunhe:$bbusy:$bfail:$breus:$btool:$br…
446 …my ($cconn, $cdrop, $creq, $chit, $chitp, $cmiss, $bconn, $bunhe, $bbusy, $bfail, $breus, $btool, …
447 …eq || 0, $chit || 0, $chitp || 0, $cmiss || 0, $bconn || 0, $bunhe || 0, $bbusy || 0, $bfail || 0,…
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dbuf.h327 int bbusy(buf_t *, bool, int, kmutex_t *);
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_subr.c177 error = bbusy(bp, catch_p, slptimeo, NULL); in vinvalbuf()
190 error = bbusy(bp, catch_p, slptimeo, NULL); in vinvalbuf()
251 error = bbusy(bp, catch_p, slptimeo, NULL); in vtruncbuf()
266 error = bbusy(bp, catch_p, slptimeo, NULL); in vtruncbuf()
H A Dkern_physio.c247 while (bbusy(obp, false, 0, NULL) == EPASSTHROUGH) in physio()
H A Dvfs_bio.c1157 err = bbusy(bp, ((slpflag & PCATCH) != 0), slptimeo, NULL); in getblk()
2046 bbusy(buf_t *bp, bool intr, int timo, kmutex_t *interlock) in bbusy() function
H A Dvfs_wapbl.c655 if (bbusy(bp, 0, 0, &wl->wl_mtx) == 0) { in wapbl_discard()
1698 if (bbusy(bp, 0, 0, &wl->wl_mtx)) { in wapbl_flush()
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dlfs_inode.c890 error = bbusy(bp, catch, slptimeo, NULL); in lfs_vtruncbuf()
912 error = bbusy(bp, catch, slptimeo, NULL); in lfs_vtruncbuf()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/qbus/
H A Dts.c365 if (bbusy(bp, false, 0, NULL) == 0) in tscommand()
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/ffs/
H A Dffs_snapshot.c351 error = bbusy(bp, false, 0, NULL);
2216 error = bbusy(bp, false, 0, NULL); in syncsnap()