Home
last modified time | relevance | path

Searched refs:SLEEPING_KMALLOCS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h299 # define SLEEPING_KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_SLEEP) macro
1482 # define SLEEPING_KMALLOCS KMALLOCS macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c6457 SLEEPING_KMALLOCS(ifs->ifs_ipf_tuneables, ipftuneable_t *, in ipftuneable_alloc()