/src/sys/external/bsd/drm2/include/linux/ |
ww_mutex.h | 92 #define ww_mutex_lock linux_ww_mutex_lock macro 114 int ww_mutex_lock(struct ww_mutex *, struct ww_acquire_ctx *);
|
ww_mutex.h | 92 #define ww_mutex_lock linux_ww_mutex_lock macro 114 int ww_mutex_lock(struct ww_mutex *, struct ww_acquire_ctx *);
|
ww_mutex.h | 92 #define ww_mutex_lock linux_ww_mutex_lock macro 114 int ww_mutex_lock(struct ww_mutex *, struct ww_acquire_ctx *);
|
/src/sys/external/bsd/drm2/linux/ |
linux_ww_mutex.c | 468 * Internal subroutine, implementing ww_mutex_lock(..., NULL). 563 * ww_mutex_lock(mutex, ctx) 567 * - If ctx is null, caller must not hold mutex, and ww_mutex_lock 578 ww_mutex_lock(struct ww_mutex *mutex, struct ww_acquire_ctx *ctx) function in typeref:typename:int 686 * - If ctx is null, caller must not hold mutex, and ww_mutex_lock 815 * Slow path: After ww_mutex_lock* has failed with -EDEADLK, and 892 * Slow path: After ww_mutex_lock* has failed with -EDEADLK, and
|
linux_ww_mutex.c | 468 * Internal subroutine, implementing ww_mutex_lock(..., NULL). 563 * ww_mutex_lock(mutex, ctx) 567 * - If ctx is null, caller must not hold mutex, and ww_mutex_lock 578 ww_mutex_lock(struct ww_mutex *mutex, struct ww_acquire_ctx *ctx) function in typeref:typename:int 686 * - If ctx is null, caller must not hold mutex, and ww_mutex_lock 815 * Slow path: After ww_mutex_lock* has failed with -EDEADLK, and 892 * Slow path: After ww_mutex_lock* has failed with -EDEADLK, and
|
linux_ww_mutex.c | 468 * Internal subroutine, implementing ww_mutex_lock(..., NULL). 563 * ww_mutex_lock(mutex, ctx) 567 * - If ctx is null, caller must not hold mutex, and ww_mutex_lock 578 ww_mutex_lock(struct ww_mutex *mutex, struct ww_acquire_ctx *ctx) function in typeref:typename:int 686 * - If ctx is null, caller must not hold mutex, and ww_mutex_lock 815 * Slow path: After ww_mutex_lock* has failed with -EDEADLK, and 892 * Slow path: After ww_mutex_lock* has failed with -EDEADLK, and
|