Searched refs:M_NOWAIT (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | mbuf.h | 194 #define M_NOWAIT 0x0001 macro 197 #define M_DONTWAIT M_NOWAIT
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_osdep.h | 47 #define M_NOWAIT 0x0001 macro
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 487 # 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)
|