Searched refs:ww_acquire_ctx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dww_mutex.h42 struct ww_acquire_ctx { struct
48 struct ww_acquire_ctx *ctx;
80 struct ww_acquire_ctx *, int catch_signal);
83 ww_mutex_lock(struct ww_mutex *lock, struct ww_acquire_ctx *ctx)
94 ww_mutex_lock_interruptible(struct ww_mutex *lock, struct ww_acquire_ctx *ctx)
123 ww_acquire_init(struct ww_acquire_ctx *ctx, struct ww_class *ww_class)
135 ww_acquire_fini(struct ww_acquire_ctx *ctx)
140 ww_acquire_done(struct ww_acquire_ctx *ctx)
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c75 struct ww_acquire_ctx *ctx, int catch_signal)

Completed in 50 milliseconds