Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 25 of 104) sorted by relevance

12345

/openbsd/src/regress/sys/net/etherip/
DMakefile38 .PHONY: busy-interfaces busy-rdomains ifconfig unconfig
40 REGRESS_SETUP_ONCE += busy-interfaces
41 busy-interfaces:
50 REGRESS_SETUP_ONCE += busy-rdomains
51 busy-rdomains:
/openbsd/src/sys/dev/pci/drm/i915/gem/
Di915_gem_busy.c145 args->busy = 0; in i915_gem_busy_ioctl()
149 args->busy = 0; in i915_gem_busy_ioctl()
153 args->busy |= busy_check_writer(fence); in i915_gem_busy_ioctl()
156 args->busy |= busy_check_reader(fence); in i915_gem_busy_ioctl()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D920625-2.c24 extern Cursor busy, left_ptr; in trashQueryResult()
30 setCursor(busy); in trashQueryResult()
60 extern Cursor busy, left_ptr; in copyQueryResult()
69 setCursor(busy); in copyQueryResult()
/openbsd/src/regress/sys/kern/mount/
DMakefile65 REGRESS_TARGETS+= run-unmount-busy
66 run-unmount-busy: mount
81 run-readonly-busy run-readonly-dangling:
92 REGRESS_TARGETS+= run-readonly-busy
93 run-readonly-busy: mount
/openbsd/src/sys/dev/pci/drm/i915/selftests/
Di915_request.c1920 ktime_t busy; member
2893 p->busy = intel_engine_get_busy_time(p->engine, in perf_series_engines()
2908 u64 busy, dt, now; in perf_series_engines() local
2910 if (p->busy) in perf_series_engines()
2911 p->busy = ktime_sub(intel_engine_get_busy_time(p->engine, in perf_series_engines()
2913 p->busy - 1); in perf_series_engines()
2922 busy = 100 * ktime_to_ns(p->busy); in perf_series_engines()
2925 integer = div64_u64(busy, dt); in perf_series_engines()
2926 busy -= integer * dt; in perf_series_engines()
2927 decimal = div64_u64(100 * busy, dt); in perf_series_engines()
[all …]
/openbsd/src/sys/dev/pci/
Dautri.c222 u_int32_t status, addr, cmd, busy; in autri_read_codec() local
231 busy = AUTRI_DX_ACR1_BUSY_READ; in autri_read_codec()
236 busy = AUTRI_NX_ACR2_BUSY_READ | AUTRI_NX_ACR2_RECV_WAIT; in autri_read_codec()
241 busy = AUTRI_SIS_ACRD_BUSY_READ | AUTRI_SIS_ACRD_AUDIO_BUSY; in autri_read_codec()
249 busy = AUTRI_ALI_ACRD_BUSY_READ; in autri_read_codec()
259 if ((TREAD4(sc, addr) & busy) == 0) in autri_read_codec()
276 if ((status & busy) == 0) in autri_read_codec()
297 u_int32_t addr, cmd, busy; in autri_write_codec() local
306 busy = AUTRI_DX_ACR0_BUSY_WRITE; in autri_write_codec()
311 busy = AUTRI_NX_ACR1_BUSY_WRITE; in autri_write_codec()
[all …]
/openbsd/src/regress/usr.sbin/bgpd/integrationtests/
Dmaxcomm.sh44 echo check if rdomains are busy
52 echo check if interfaces are busy
Dmd5.sh44 echo check if rdomains are busy
52 echo check if interfaces are busy
Dattr.sh64 echo check if rdomains are busy
72 echo check if interfaces are busy
Dextnh.sh45 echo check if rdomains are busy
53 echo check if interfaces are busy
Dpftable.sh46 echo check if rdomains are busy
54 echo check if interfaces are busy
Daddpath.sh50 echo check if rdomains are busy
58 echo check if interfaces are busy
Dixp.sh49 echo check if rdomains are busy
57 echo check if interfaces are busy
Das0.sh64 echo check if rdomains are busy
72 echo check if interfaces are busy
Dovs.sh54 echo check if rdomains are busy
62 echo check if interfaces are busy
Dmaxprefixout.sh44 echo check if rdomains are busy
52 echo check if interfaces are busy
Dmed.sh70 echo check if rdomains are busy
78 echo check if interfaces are busy
Dmaxprefix.sh44 echo check if rdomains are busy
52 echo check if interfaces are busy
Dlladdr.sh51 echo check if rdomains are busy
59 echo check if interfaces are busy
Dnetwork_statement.sh54 echo check if rdomains are busy
62 echo check if interfaces are busy
Dl3vpn.sh55 echo check if rdomains are busy
63 echo check if interfaces are busy
/openbsd/src/sbin/fsck_ext2fs/
Dutilities.c383 static int busy = 0; in getpathname() local
389 if (busy || in getpathname()
395 busy = 1; in getpathname()
426 busy = 0; in getpathname()
/openbsd/src/gnu/gcc/gcc/config/
Dvxlib.c70 while (!vxTas ((void *)&guard->busy)) in __gthread_once()
85 guard->busy = 0; in __gthread_once()
/openbsd/src/regress/sys/net/loop/
DMakefile68 .PHONY: busy-rdomains ifconfig unconfig pfctl
70 REGRESS_SETUP_ONCE += busy-rdomains
71 busy-rdomains:
/openbsd/src/regress/usr.sbin/ospf6d/
Dnetwork_statement.sh50 echo check if rdomains are busy
58 echo check if interfaces are busy

12345