| /linux/lib/ |
| H A D | lwq.c | 89 wait_var_event(q, (t = lwq_dequeue(q, struct tnode, n)) != NULL); in lwq_exercise()
|
| /linux/include/linux/ |
| H A D | writeback.h | 195 wait_var_event(inode_state_wait_address(inode, __I_NEW), in wait_on_inode()
|
| H A D | wait_bit.h | 303 #define wait_var_event(var, condition) \ macro
|
| H A D | netfs.h | 552 wait_var_event(&ictx->io_count, atomic_read(&ictx->io_count) == 0); in netfs_wait_for_outstanding_io()
|
| /linux/fs/netfs/ |
| H A D | fscache_io.c | 45 wait_var_event(&cookie->state, in fscache_wait_for_operation()
|
| H A D | fscache_cache.c | 369 wait_var_event(&cache->n_accesses, in fscache_withdraw_cache()
|
| H A D | fscache_cookie.c | 392 wait_var_event(statep, fscache_cookie_is_dropped(wait_for)); in fscache_wait_on_collision() 624 wait_var_event(&cookie->state, in __fscache_use_cookie()
|
| H A D | fscache_volume.c | 476 wait_var_event(&volume->n_accesses, in fscache_withdraw_volume()
|
| /linux/fs/nfs_common/ |
| H A D | nfslocalio.c | 329 wait_var_event(&nfl->nfs_uuid, in nfs_close_local_fh()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_aux_dev.c | 292 wait_var_event(&aux_dev->usecount, !atomic_read(&aux_dev->usecount)); in drm_dp_aux_unregister_devnode()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_drm_client.c | 339 wait_var_event(&xef->exec_queue.pending_removal, in show_run_ticks()
|
| /linux/fs/afs/ |
| H A D | cell.c | 309 wait_var_event(&cell->state, in afs_lookup_cell() 894 wait_var_event(&net->cells_outstanding, in afs_cell_purge()
|
| H A D | server.c | 534 wait_var_event(&net->servers_outstanding, in afs_wait_for_servers()
|
| H A D | rxrpc.c | 139 wait_var_event(&net->nr_outstanding_calls, in afs_close_socket()
|
| /linux/fs/xfs/ |
| H A D | xfs_log_priv.h | 489 wait_var_event(&log->l_opstate, xlog_is_shutdown(log)); in xlog_shutdown_wait()
|
| H A D | xfs_buf.c | 1935 wait_var_event(&bp->b_list, list_empty(&bp->b_list)); in xfs_buf_delwri_queue_here()
|
| /linux/fs/ |
| H A D | mbcache.c | 148 wait_var_event(&entry->e_refcnt, atomic_read(&entry->e_refcnt) <= 2); in mb_cache_entry_wait_unused()
|
| H A D | super.c | 115 wait_var_event(&sb->s_flags, super_flags(sb, SB_BORN | SB_DYING)); in super_lock() 538 wait_var_event(&sb->s_flags, super_flags(sb, SB_DEAD)); in grab_super()
|
| /linux/net/rxrpc/ |
| H A D | conn_object.c | 493 wait_var_event(&rxnet->nr_conns, !atomic_read(&rxnet->nr_conns)); in rxrpc_destroy_all_connections()
|
| H A D | call_object.c | 757 wait_var_event(&rxnet->nr_calls, !atomic_read(&rxnet->nr_calls)); in rxrpc_destroy_all_calls()
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | hfi.c | 102 wait_var_event(&core->insts_count, in hfi_core_deinit()
|
| /linux/fs/notify/ |
| H A D | fsnotify.c | 106 wait_var_event(fsnotify_sb_watched_objects(sb), in fsnotify_sb_delete()
|
| /linux/security/landlock/ |
| H A D | fs.c | 1372 wait_var_event(&landlock_superblock(sb)->inode_refs, in hook_sb_delete()
|
| /linux/kernel/futex/ |
| H A D | core.c | 1829 wait_var_event(mm, futex_pivot_pending(mm)); in futex_hash_allocate()
|
| /linux/net/sunrpc/ |
| H A D | svc.c | 829 wait_var_event(&rqstp->rq_err, rqstp->rq_err != -EAGAIN); in svc_start_kthreads()
|