tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: getiobuf(x, false) can sleep ?



> When called this way getiobuf() will do pool_cache_get(bufio_cache,
> PR_NOWAIT).  Does anyone see if this can sleep somewhere despite the
> PR_NOWAIT ?

The mutex_enter() in the pool_cache_get_slow()?

enami.


Home | Main Index | Thread Index | Old Index