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

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_osdep.h28 #define M_NOWAIT 0x0001 macro
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h192 #define M_NOWAIT 0x0001 macro
195 #define M_DONTWAIT M_NOWAIT
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h481 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_IOSYS, M_NOWAIT)
482 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_IOSYS, M_NOWAIT)
707 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_PFILT, M_NOWAIT)
709 ((c) > 4096) ? M_WAITOK : M_NOWAIT)
1312 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_TEMP, M_NOWAIT)
1314 ((c) > 4096) ? M_WAITOK : M_NOWAIT)
1620 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), _M_IPF, M_NOWAIT)
1621 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), _M_IPF, M_NOWAIT)

Completed in 123 milliseconds