Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dpserialize.h47 bool pserialize_not_in_read_section(void);
/netbsd-src/sys/kern/
H A Dsubr_pserialize.c175 pserialize_not_in_read_section(void) in pserialize_not_in_read_section() function
H A Dkern_lock.c103 if (__predict_false(!pserialize_not_in_read_section())) { in assert_sleepable()
H A Dkern_rwlock.c303 KDASSERT(pserialize_not_in_read_section()); in rw_vector_enter()
H A Dkern_mutex.c523 KDASSERT(pserialize_not_in_read_section()); in mutex_vector_enter()
H A Dkern_synch.c804 KASSERT(pserialize_not_in_read_section()); in mi_switch()
/netbsd-src/sys/crypto/cprng_fast/
H A Dcprng_fast.c
/netbsd-src/sys/rump/librump/rumpkern/
H A Demul.c180 if (!pserialize_not_in_read_section()) { in assert_sleepable()