Searched refs:EDEADLK (Results 51 - 54 of 54) sorted by relevance

123

/freebsd-11-stable/sys/net/
H A Dif_vxlan.c2568 error = EDEADLK;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c3092 return -EDEADLK;
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c1907 error = EDEADLK;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c25247 /* EDEADLK is only possible if a call to fcntl(F_SETLKW) is made. And
25250 ** this case is also commented out. If the system does set errno to EDEADLK,
25253 case EDEADLK:
[all...]

Completed in 444 milliseconds

123