Lines Matching refs:bucket
158 * contrast to per bucket spinlocks. Likely, tctx_task_work()
858 struct io_hash_bucket *bucket;
863 req = io_poll_file_find(ctx, cd, table, &bucket);
865 req = io_poll_find(ctx, false, cd, table, &bucket);
869 if (bucket)
870 spin_unlock(&bucket->lock);
981 struct io_hash_bucket *bucket;
986 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table, &bucket);
988 if (bucket)
989 spin_unlock(&bucket->lock);
997 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table_locked, &bucket);
999 if (bucket)
1000 spin_unlock(&bucket->lock);