Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c2255 &stall, &alloc_tok, ALLOC_NOWAIT); in _sd_prefetch_buf()
3756 int nowait = flag & ALLOC_NOWAIT;
4318 int nowait = flag & ALLOC_NOWAIT;
4533 int nowait = flag & ALLOC_NOWAIT;
4800 sleep = (flag & ALLOC_NOWAIT) ? KM_NOSLEEP : KM_SLEEP;
5214 (cd, next_cblk, 1, ALLOC_NOWAIT);
H A Dsd_bcache.h285 #define ALLOC_NOWAIT 0x2 /* do not block, return NULL */ macro
H A Dsd_io.c112 ALLOC_NOWAIT)) { in sdbc_alloc_static_cache()