OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EDEADLK
(Results
1 - 25
of
64
) sorted by relevancy
1
2
3
/src/tests/lib/libpthread/
t_rwlock.c
104
ATF_REQUIRE_MSG(error == ETIMEDOUT || error ==
EDEADLK
,
118
ATF_REQUIRE_MSG(error == ETIMEDOUT || error ==
EDEADLK
,
t_join.c
95
* The specification recommends
EDEADLK
.
98
ATF_REQUIRE_EQ(rv,
EDEADLK
);
/src/lib/librumpuser/
rumpuser_errtrans.c
57
#ifdef
EDEADLK
58
case
EDEADLK
: return 11;
/src/sys/rump/include/rump/
rumperrno2host.h
60
#ifdef
EDEADLK
62
return
EDEADLK
;
/src/sys/external/bsd/drm2/dist/include/drm/
drm_modeset_lock.h
37
* @contended: used internally for -
EDEADLK
handling
43
* ctx. And if any lock fxn returns -
EDEADLK
, it must backoff and
183
* if ret is -
EDEADLK
.
189
* ret will be untouched unless it is -
EDEADLK
on entry. That means that if you
197
if (ret == -
EDEADLK
) { \
/src/sys/external/mit/xen-include-public/dist/xen/include/public/
errno.h
90
XEN_ERRNO(
EDEADLK
, 35) /* Resource deadlock would occur */
91
XEN_ERRNO(EDEADLOCK, 35) /* Resource deadlock would occur. Aliases
EDEADLK
*/
/src/sys/sys/
errno.h
52
#define
EDEADLK
11 /* Resource deadlock avoided */
/src/sys/external/bsd/drm2/dist/drm/
drm_modeset_lock.c
52
* if (ret == -
EDEADLK
) {
117
if (ret == -
EDEADLK
) {
280
} else if (ret == -
EDEADLK
) {
291
* If deadlock is detected (ie. drm_modeset_lock() returns -
EDEADLK
),
332
* drm_modeset_drop_locks(). If -
EDEADLK
is returned, this means a
drm_probe_helper.c
288
if (ret == -
EDEADLK
) {
310
* if @ctx is set, it might also return -
EDEADLK
.
417
if (ret == -
EDEADLK
) {
440
if (ret == -
EDEADLK
) {
drm_self_refresh_helper.c
125
if (ret == -
EDEADLK
) {
drm_mode_config.c
438
if (ret == -
EDEADLK
)
443
if (ret == -
EDEADLK
)
drm_damage_helper.c
242
if (ret == -
EDEADLK
) {
drm_mode_object.c
517
if (ret == -
EDEADLK
) {
/src/sys/ufs/lfs/
lfs_pages.c
606
error =
EDEADLK
;
615
* Instruct lfs_gop_write to return
EDEADLK
in this case
622
if (r !=
EDEADLK
) {
715
* unless genfs_putpages returns
EDEADLK
; then we must flush
790
if (error ==
EDEADLK
|| error == EAGAIN) {
820
if (error ==
EDEADLK
)
822
} while (error ==
EDEADLK
|| (oreclaim && error == EAGAIN));
/src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_execbuf_util.c
126
if (ret == -
EDEADLK
) {
/src/lib/libpthread/
pthread_rwlock.c
192
return
EDEADLK
;
314
return
EDEADLK
;
/src/tests/include/
t_errno.c
174
#ifdef
EDEADLK
178
atf_tc_fail_nonfatal("
EDEADLK
not defined");
/src/tests/kernel/
t_lockf.c
49
* this means
EDEADLK
or ENOLOCK), but we make numerous passes over all
248
ATF_REQUIRE_MSG(error ==
EDEADLK
, "parent did not detect deadlock: %s",
/src/sys/external/bsd/drm2/linux/
linux_ww_mutex.c
572
* . Fail with -
EDEADLK
if someone else holds mutex but there is
657
ret = -
EDEADLK
;
675
out: KASSERTMSG((ret == 0 || ret == -EALREADY || ret == -
EDEADLK
),
691
* . Fail with -
EDEADLK
if someone else holds mutex but there is
785
ret = -
EDEADLK
;
807
out: KASSERTMSG((ret == 0 || ret == -EALREADY || ret == -
EDEADLK
||
815
* Slow path: After ww_mutex_lock* has failed with -
EDEADLK
, and
892
* Slow path: After ww_mutex_lock* has failed with -
EDEADLK
, and
/src/lib/libc/thread-stub/
thread-stub.c
101
return
EDEADLK
;
/src/sys/kern/
vfs_lockf.c
572
return SET_ERROR(
EDEADLK
);
582
return SET_ERROR(
EDEADLK
);
sys_ptrace_common.c
1301
error =
EDEADLK
;
1307
error =
EDEADLK
;
1321
error =
EDEADLK
;
kern_lwp.c
452
return (
EDEADLK
);
662
error =
EDEADLK
;
734
error =
EDEADLK
;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_fence.c
531
* -
EDEADLK
is returned when a GPU lockup has been detected.
564
r = -
EDEADLK
;
741
if (r == -
EDEADLK
)
742
return -
EDEADLK
;
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_pipe_crc.c
328
if (ret == -
EDEADLK
) {
Completed in 63 milliseconds
1
2
3
Indexes created Wed Oct 22 13:09:56 GMT 2025