Searched refs:srcu_check_read_flavor (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | srcu.h | 251 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_NORMAL); in srcu_read_lock() 344 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_NMI); in srcu_read_lock_nmisafe() 356 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_NORMAL); in srcu_read_lock_notrace() 386 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_NORMAL); in srcu_down_read() 401 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_NORMAL); in srcu_read_unlock() 416 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_FAST); in srcu_read_unlock_fast() 433 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_FAST); in srcu_up_read_fast() 448 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_LITE); in srcu_read_unlock_lite() 464 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_NMI); in srcu_read_unlock_nmisafe() 473 srcu_check_read_flavor(ssp, SRCU_READ_FLAVOR_NORMAL); in srcu_read_unlock_notrace() [all …]
|
| H A D | srcutiny.h | 109 #define srcu_check_read_flavor(ssp, read_flavor) do { } while (0) macro
|
| H A D | srcutree.h | 336 static inline void srcu_check_read_flavor(struct srcu_struct *ssp, int read_flavor) in srcu_check_read_flavor() function
|