Home
last modified time | relevance | path

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

/include/linux/
A Dsrcu.h50 #define SRCU_READ_FLAVOR_FAST 0x8 // srcu_read_lock_fast(). macro
52 SRCU_READ_FLAVOR_FAST) // All of the above.
53 #define SRCU_READ_FLAVOR_SLOWGP SRCU_READ_FLAVOR_FAST
278 srcu_check_read_flavor_force(ssp, SRCU_READ_FLAVOR_FAST); in srcu_read_lock_fast()
298 srcu_check_read_flavor_force(ssp, SRCU_READ_FLAVOR_FAST); in srcu_down_read_fast()
389 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_FAST); in srcu_read_unlock_fast()
406 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_FAST); in srcu_up_read_fast()

Completed in 4 milliseconds