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.h486 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_IOSYS, M_NOWAIT)
487 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_IOSYS, M_NOWAIT)
712 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_PFILT, M_NOWAIT)
714 ((c) > 4096) ? M_WAITOK : M_NOWAIT)
1317 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_TEMP, M_NOWAIT)
1319 ((c) > 4096) ? M_WAITOK : M_NOWAIT)
1625 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), _M_IPF, M_NOWAIT)
1626 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), _M_IPF, M_NOWAIT)