Home
last modified time | relevance | path

Searched refs:exp_wq (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst296 blocks on one of four wait queues in the ``->exp_wq[]`` array, using the
303 representing the elements of the ``->exp_wq[]`` array.
324 sequence number is already recorded, blocks on ``->exp_wq[1]``.
329 | Why ``->exp_wq[1]``? Given that the value of these tasks' desired |
331 | ``->exp_wq[2]``? |
340 | ``->exp_wq[1]``. |
347 ``->exp_wq[1]`` fields, as shown below:
381 on the ``->exp_wq`` waitqueues, resulting in the following state:
399 | preventing overflow of the ``->exp_wq[]`` array. |
/linux/kernel/rcu/
H A Dtree.h132 wait_queue_head_t exp_wq[4]; member