Searched refs:cansleep (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dddi_implfuncs.h73 size_t length, int cansleep, int streaming,
79 size_t length, int cansleep, int streaming,
/opensolaris-onvv-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c59 void *), void *arg, boolean_t cansleep, sctp_stack_t *sctps);
139 void *arg, boolean_t cansleep)
147 ret = cl_sctp_walk_list_stack(cl_callback, arg, cansleep,
157 void *arg, boolean_t cansleep, sctp_stack_t *sctps)
187 slist = kmem_alloc(ssize, cansleep ? KM_SLEEP : KM_NOSLEEP);
188 flist = kmem_alloc(fsize, cansleep ? KM_SLEEP : KM_NOSLEEP);
138 cl_sctp_walk_list(int (*cl_callback)(cl_sctp_info_t *, void *), void *arg, boolean_t cansleep) argument
156 cl_sctp_walk_list_stack(int (*cl_callback)(cl_sctp_info_t *, void *), void *arg, boolean_t cansleep, sctp_stack_t *sctps) argument
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c1314 contig_alloc(size_t size, ddi_dma_attr_t *attr, uintptr_t align, int cansleep) argument
1329 (cansleep) ? VM_SLEEP : VM_NOSLEEP);
1332 (cansleep) ? VM_SLEEP : VM_NOSLEEP);
1336 if (page_resv(pgcnt, (cansleep) ? KM_SLEEP : KM_NOSLEEP) == 0) {
1342 if (cansleep)
1406 kalloca(size_t size, size_t align, int cansleep, int physcontig, argument
1430 if (addr = contig_alloc(size, attr, align, cansleep)) {
1444 (cansleep) ? VM_SLEEP : VM_NOSLEEP);
1448 raddr = kmem_cache_alloc(cp, (cansleep) ? KM_SLEEP :
1455 ASSERT(cansleep
1605 i_ddi_mem_alloc(dev_info_t *dip, ddi_dma_attr_t *attr, size_t length, int cansleep, int flags, ddi_device_acc_attr_t *accattrp, caddr_t *kaddrp, size_t *real_length, ddi_acc_hdl_t *ap) argument
1720 i_ddi_mem_alloc_lim(dev_info_t *dip, ddi_dma_lim_t *limits, size_t length, int cansleep, int streaming, ddi_device_acc_attr_t *accattrp, caddr_t *kaddrp, uint_t *real_length, ddi_acc_hdl_t *ap) argument
[all...]
H A Dfastboot.c225 uintptr_t align, int cansleep);
/opensolaris-onvv-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1077 kalloca(size_t size, size_t align, int cansleep, uint_t endian_flags) argument
1101 cansleep ? VM_SLEEP : VM_NOSLEEP);
1104 cansleep ? VM_SLEEP : VM_NOSLEEP);
1133 size_t length, int cansleep, int flags,
1195 a = kalloca(length, align, cansleep, endian_flags);
1218 size_t length, int cansleep, int streaming,
1241 ret = i_ddi_mem_alloc(dip, attrp, length, cansleep, streaming,
1132 i_ddi_mem_alloc(dev_info_t *dip, ddi_dma_attr_t *attr, size_t length, int cansleep, int flags, ddi_device_acc_attr_t *accattrp, caddr_t *kaddrp, size_t *real_length, ddi_acc_hdl_t *handlep) argument
1217 i_ddi_mem_alloc_lim(dev_info_t *dip, ddi_dma_lim_t *limits, size_t length, int cansleep, int streaming, ddi_device_acc_attr_t *accattrp, caddr_t *kaddrp, uint_t *real_length, ddi_acc_hdl_t *ap) argument
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/
H A Drootnex.c3465 int cansleep; local
3512 cansleep = 1;
3514 cansleep = 0;
3537 e = i_ddi_mem_alloc(dma->dp_dip, &lattr, dma->dp_copybuf_size, cansleep,
/opensolaris-onvv-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c486 gem_get_rxbuf(struct gem_dev *dp, int cansleep) argument
514 rbp = kmem_zalloc(sizeof (*rbp), cansleep ? KM_SLEEP : KM_NOSLEEP);
529 (cansleep ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT),
550 cansleep ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT,
570 cansleep ? DDI_DMA_SLEEP : DDI_DMA_DONTWAIT,
/opensolaris-onvv-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c2652 dnet_rbuf_alloc(dev_info_t *dip, int cansleep) argument
2663 if (!cansleep) {

Completed in 214 milliseconds