OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wait_result
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/kernel/
t_sysv.c
190
pid_t
wait_result
;
local
281
wait_result
= wait(&c_status);
282
ATF_REQUIRE_EQ_MSG(
wait_result
, child_pid, "wait returned %d (%s)",
283
wait_result
,
wait_result
== -1 ? strerror(errno) : "");
411
pid_t
wait_result
;
local
500
wait_result
= wait(&c_status);
501
ATF_REQUIRE_MSG(
wait_result
!= -1, "wait failed: %s",
615
pid_t
wait_result
;
local
684
wait_result
= wait(&c_status)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_events.c
672
uint32_t *
wait_result
)
706
*
wait_result
= test_event_condition(all, num_events, event_waiters);
707
if (*
wait_result
== KFD_IOC_WAIT_RESULT_COMPLETE) {
711
} else if (WARN_ON(*
wait_result
== KFD_IOC_WAIT_RESULT_FAIL)) {
754
*
wait_result
= test_event_condition(all, num_events,
756
if (*
wait_result
!= KFD_IOC_WAIT_RESULT_TIMEOUT)
769
if (!ret && *
wait_result
== KFD_IOC_WAIT_RESULT_COMPLETE)
779
*
wait_result
= KFD_IOC_WAIT_RESULT_FAIL;
780
else if (*
wait_result
== KFD_IOC_WAIT_RESULT_FAIL)
kfd_priv.h
1008
uint32_t *
wait_result
);
kfd_chardev.c
1123
args->timeout, &args->
wait_result
);
Completed in 20 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026