Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h194 #define M_NOWAIT 0x0001 macro
197 #define M_DONTWAIT M_NOWAIT
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_osdep.h47 #define M_NOWAIT 0x0001 macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h487 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_IOSYS, M_NOWAIT)
488 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_IOSYS, M_NOWAIT)
713 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_PFILT, M_NOWAIT)
715 ((c) > 4096) ? M_WAITOK : M_NOWAIT)
1318 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_TEMP, M_NOWAIT)
1320 ((c) > 4096) ? M_WAITOK : M_NOWAIT)
1627 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), _M_IPF, M_NOWAIT)
1628 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), _M_IPF, M_NOWAIT)