Searched refs:canwait (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dev/mscp/ |
H A D | mscp.c | 104 mscp_getcp(struct mscp_softc *mi, int canwait) in mscp_getcp() argument 117 if (!canwait) { in mscp_getcp() 127 if (!canwait) { in mscp_getcp()
|
/netbsd-src/sys/arch/sun3/sun3x/ |
H A D | dvma.c | 164 dvma_mapin(void *kmem_va, int len, int canwait) in dvma_mapin() argument 190 (canwait ? VM_SLEEP : VM_NOSLEEP); in dvma_mapin()
|
/netbsd-src/sys/netinet6/ |
H A D | ip6_output.c | 2272 dst->type = malloc(hlen, M_IP6OPT, canwait); \ 2280 copypktopts(struct ip6_pktopts *dst, struct ip6_pktopts *src, int canwait) in copypktopts() argument 2289 M_IP6OPT, canwait); in copypktopts() 2296 M_IP6OPT, canwait); in copypktopts() 2321 ip6_copypktopts(struct ip6_pktopts *src, int canwait) in ip6_copypktopts() argument 2326 dst = malloc(sizeof(*dst), M_IP6OPT, canwait); in ip6_copypktopts() 2331 if ((error = copypktopts(dst, src, canwait)) != 0) { in ip6_copypktopts()
|
/netbsd-src/sys/arch/sun3/sun3/ |
H A D | dvma.c | 177 dvma_mapin(void *kva, int len, int canwait /* ignored */) in dvma_mapin() argument
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zio.c | 281 zio_buf_alloc_impl(size_t size, boolean_t canwait) in zio_buf_alloc_impl() argument 290 canwait ? KM_PUSHPAGE : KM_NOSLEEP)); in zio_buf_alloc_impl() 293 (canwait ? KM_SLEEP : KM_NOSLEEP) | flags)); in zio_buf_alloc_impl()
|