Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index

CONFIG_RISCV_QUEUED_SPINLOCKS: Using queued spinlock

General informations

The Linux kernel configuration item CONFIG_RISCV_QUEUED_SPINLOCKS:

Help text

The queued spinlock implementation requires the forward progress guarantee of cmpxchg()/xchg() atomic operations: CAS with Zabha or LR/SC with Ziccrse provide such guarantee.

Select this if and only if Zabha or Ziccrse is available on your platform, RISCV_QUEUED_SPINLOCKS must not be selected for platforms without one of those extensions.

If unsure, select RISCV_COMBO_SPINLOCKS, which will use qspinlocks when supported and otherwise ticket spinlocks.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index

Automatically generated (in year 2024). See also LKDDb sources on GitLab