Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_asynch.c69 int alloc_sleep; in s1394_alloc_cmd() local
71 alloc_sleep = (flags & T1394_ALLOC_CMD_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in s1394_alloc_cmd()
73 if ((alloc_sleep == KM_SLEEP) && in s1394_alloc_cmd()
75 ASSERT(alloc_sleep != KM_SLEEP); /* fail */ in s1394_alloc_cmd()
86 *cmdp = kmem_cache_alloc(hal->hal_kmem_cachep, alloc_sleep); in s1394_alloc_cmd()