Home
last modified time | relevance | path

Searched refs:wait_unlocked (Results 1 – 5 of 5) sorted by relevance

/dragonfly/test/testcases/posixipc/wait_unlocked/
HDMakefile1 PROG= wait_unlocked
2 SRCS= wait_unlocked.c common.c
/dragonfly/test/testcases/
HDsample.run70 posixipc/wait_unlocked/wait_unlocked userland defaults
/dragonfly/test/testcases/posixipc/
HDMakefile25 SUBDIR+= wait_unlocked
/dragonfly/sys/dev/drm/i915/
HDi915_perf.c1831 .wait_unlocked = i915_oa_wait_unlocked,
2100 ret = stream->ops->wait_unlocked(stream);
HDi915_drv.h2059 int (*wait_unlocked)(struct i915_perf_stream *stream); member