Home
last modified time | relevance | path

Searched refs:remove_cache_srcu (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/kasan/
H A Dquarantine.c110 DEFINE_STATIC_SRCU(remove_cache_srcu); variable
240 srcu_idx = srcu_read_lock(&remove_cache_srcu); in quarantine_reduce()
268 srcu_read_unlock(&remove_cache_srcu, srcu_idx); in quarantine_reduce()
342 synchronize_srcu(&remove_cache_srcu); in quarantine_remove_cache()
/kernel/linux/linux-6.6/mm/kasan/
H A Dquarantine.c100 DEFINE_STATIC_SRCU(remove_cache_srcu); variable
265 srcu_idx = srcu_read_lock(&remove_cache_srcu); in kasan_quarantine_reduce()
293 srcu_read_unlock(&remove_cache_srcu, srcu_idx); in kasan_quarantine_reduce()
386 synchronize_srcu(&remove_cache_srcu); in kasan_quarantine_remove_cache()

Completed in 2 milliseconds