Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dsbitmap.c387 unsigned int wake_batch; in sbq_calc_wake_batch() local
409 wake_batch = clamp_t(unsigned int, depth / SBQ_WAIT_QUEUES, 1, in sbq_calc_wake_batch()
412 return wake_batch; in sbq_calc_wake_batch()
427 sbq->wake_batch = sbq_calc_wake_batch(sbq, depth); in sbitmap_queue_init_node()
449 unsigned int wake_batch; in sbitmap_queue_update_wake_batch() local
451 wake_batch = sbq_calc_wake_batch(sbq, depth); in sbitmap_queue_update_wake_batch()
452 if (sbq->wake_batch != wake_batch) in sbitmap_queue_update_wake_batch()
453 WRITE_ONCE(sbq->wake_batch, wake_batch); in sbitmap_queue_update_wake_batch()
459 unsigned int wake_batch; in sbitmap_queue_recalculate_wake_batch() local
462 wake_batch = clamp_val(depth / SBQ_WAIT_QUEUES, in sbitmap_queue_recalculate_wake_batch()
[all …]
/Linux-v6.6/include/linux/
Dsbitmap.h114 unsigned int wake_batch; member