Searched defs:waiter (Results 1 - 25 of 48) sorted by relevance

12

/linux-master/drivers/md/dm-vdo/
H A Dflush.h21 struct vdo_waiter waiter; member in struct:vdo_flush
H A Dwait-queue.h78 vdo_waiter_is_waiting(struct vdo_waiter *waiter) argument
[all...]
H A Dwait-queue.c21 void vdo_waitq_enqueue_waiter(struct vdo_wait_queue *waitq, struct vdo_waiter *waiter) argument
138 struct vdo_waiter *waiter = vdo_waitq_dequeue_waiter(&iteration_waitq); local
195 struct vdo_waiter *waiter = vdo_waitq_dequeue_waiter(waitq); local
[all...]
H A Dadmin-state.h57 struct vdo_completion *waiter; member in struct:admin_state
H A Ddump.c154 struct vdo_waiter *waiter, *first = vdo_waitq_get_first_waiter(waitq); local
H A Dflush.c96 static struct vdo_flush *vdo_waiter_as_flush(struct vdo_waiter *waiter) argument
H A Dphysical-zone.c520 static void retry_allocation(struct vdo_waiter *waiter, void *context __always_unused) argument
H A Dvio.c402 void acquire_vio_from_pool(struct vio_pool *pool, struct vdo_waiter *waiter) argument
H A Dadmin-state.c222 begin_operation(struct admin_state *state, const struct admin_state_code *operation, struct vdo_completion *waiter, vdo_admin_initiator_fn initiator) argument
267 start_operation(struct admin_state *state, const struct admin_state_code *operation, struct vdo_completion *waiter, vdo_admin_initiator_fn initiator) argument
286 check_code(bool valid, const struct admin_state_code *code, const char *what, struct vdo_completion *waiter) argument
308 assert_vdo_drain_operation(const struct admin_state_code *operation, struct vdo_completion *waiter) argument
322 vdo_start_draining(struct admin_state *state, const struct admin_state_code *operation, struct vdo_completion *waiter, vdo_admin_initiator_fn initiator) argument
372 vdo_assert_load_operation(const struct admin_state_code *operation, struct vdo_completion *waiter) argument
386 vdo_start_loading(struct admin_state *state, const struct admin_state_code *operation, struct vdo_completion *waiter, vdo_admin_initiator_fn initiator) argument
421 assert_vdo_resume_operation(const struct admin_state_code *operation, struct vdo_completion *waiter) argument
436 vdo_start_resuming(struct admin_state *state, const struct admin_state_code *operation, struct vdo_completion *waiter, vdo_admin_initiator_fn initiator) argument
498 vdo_start_operation_with_waiter(struct admin_state *state, const struct admin_state_code *operation, struct vdo_completion *waiter, vdo_admin_initiator_fn initiator) argument
[all...]
/linux-master/kernel/locking/
H A Dmutex-debug.c28 void debug_mutex_lock_common(struct mutex *lock, struct mutex_waiter *waiter) argument
36 void debug_mutex_wake_waiter(struct mutex *lock, struct mutex_waiter *waiter) argument
44 debug_mutex_free_waiter(struct mutex_waiter *waiter) argument
50 debug_mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, struct task_struct *task) argument
59 debug_mutex_remove_waiter(struct mutex *lock, struct mutex_waiter *waiter, struct task_struct *task) argument
[all...]
H A Dsemaphore.c212 struct semaphore_waiter waiter; local
274 struct semaphore_waiter *waiter = list_first_entry(&sem->wait_list, local
[all...]
H A Drtmutex_common.h120 rt_mutex_waiter_is_top_waiter(struct rt_mutex_base *lock, struct rt_mutex_waiter *waiter) argument
199 debug_rt_mutex_init_waiter(struct rt_mutex_waiter *waiter) argument
205 debug_rt_mutex_free_waiter(struct rt_mutex_waiter *waiter) argument
211 rt_mutex_init_waiter(struct rt_mutex_waiter *waiter) argument
220 rt_mutex_init_rtlock_waiter(struct rt_mutex_waiter *waiter) argument
[all...]
H A Dww_mutex.h53 __ww_waiter_add(struct mutex *lock, struct mutex_waiter *waiter, struct mutex_waiter *pos) argument
130 __ww_waiter_add(struct rt_mutex *lock, struct rt_mutex_waiter *waiter, struct rt_mutex_waiter *pos) argument
277 __ww_mutex_die(struct MUTEX *lock, struct MUTEX_WAITER *waiter, argument
441 __ww_mutex_check_kill(struct MUTEX *lock, struct MUTEX_WAITER *waiter, struct ww_acquire_ctx *ctx) argument
489 __ww_mutex_add_waiter(struct MUTEX_WAITER *waiter, struct MUTEX *lock, struct ww_acquire_ctx *ww_ctx) argument
[all...]
H A Drtmutex_api.c292 __rt_mutex_start_proxy_lock(struct rt_mutex_base *lock, struct rt_mutex_waiter *waiter, struct task_struct *task) argument
339 rt_mutex_start_proxy_lock(struct rt_mutex_base *lock, struct rt_mutex_waiter *waiter, struct task_struct *task) argument
371 rt_mutex_wait_proxy_lock(struct rt_mutex_base *lock, struct hrtimer_sleeper *to, struct rt_mutex_waiter *waiter) argument
411 rt_mutex_cleanup_proxy_lock(struct rt_mutex_base *lock, struct rt_mutex_waiter *waiter) argument
455 struct rt_mutex_waiter *waiter; local
[all...]
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue.c43 pthread_t waiter[10]; local
H A Dfutex_waitv.c62 pthread_t waiter; local
H A Dfutex_wait.c53 pthread_t waiter; local
H A Dfutex_requeue_pi_signal_restart.c122 pthread_t waiter; local
[all...]
H A Dfutex_requeue_pi.c285 pthread_t waiter[THREAD_MAX], waker, blocker; local
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler_types.h74 struct i915_sched_node *waiter; member in struct:i915_dependency
/linux-master/drivers/tty/
H A Dtty_ldsem.c76 struct ldsem_waiter *waiter, *next; local
121 struct ldsem_waiter *waiter; local
158 struct ldsem_waiter waiter; local
232 struct ldsem_waiter waiter; local
[all...]
/linux-master/lib/
H A Dklist.c185 struct klist_waiter *waiter, *tmp; local
240 struct klist_waiter waiter; local
[all...]
/linux-master/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c23 pthread_t waiter; member in struct:epoll_mtcontext
3461 pthread_t waiter[2]; local
[all...]
/linux-master/fs/iomap/
H A Ddirect-io.c45 struct task_struct *waiter; member in struct:iomap_dio::__anon1795::__anon1796
175 struct task_struct *waiter = dio->submit.waiter; local
/linux-master/drivers/md/persistent-data/
H A Ddm-block-manager.c55 struct waiter { struct

Completed in 173 milliseconds

12