objcache_get
head = objcache_get(Cache->cache, M_WAITOK);
dp = objcache_get(obj_cache, M_WAITOK);
pq = objcache_get(isc->pdu_zone, wait /* M_WAITOK or M_NOWAIT*/);
#define ata_alloc_request() objcache_get(ata_request_cache, M_WAITOK)
#define ata_alloc_composite() objcache_get(ata_composite_cache, M_WAITOK)
args->buf = objcache_get(exec_objcache, M_WAITOK);
if ((sf = objcache_get(sf_buf_cache, M_WAITOK)) == NULL)
data = objcache_get(srclass->oc, M_WAITOK);
ev = objcache_get(udev_event_kernel_cache, M_WAITOK);
td = objcache_get(thread_cache, M_WAITOK);
disk_msg = objcache_get(disk_msg_cache, M_WAITOK);
disk_msg = objcache_get(disk_msg_cache, M_WAITOK);
wc = objcache_get(sleepq_wc_cache, M_WAITOK);
m = objcache_get(mbuf_cache, ocf);
m = objcache_get(mbufphdr_cache, ocf);
m = objcache_get(mbphclc, ocflags);
m = objcache_get(mbclc, ocflags);
mcl = objcache_get(mclmeta_cache, MB_OCFLAG(how));
cl = objcache_get(mclmeta_cache, ocflags);
cl = objcache_get(mjclmeta_cache, ocflags);
cl = objcache_get(mclmeta_cache, ocflags);
cl = objcache_get(mjclmeta_cache, ocflags);
nd->nl_path = objcache_get(namei_oc, M_WAITOK);
cp = objcache_get(namei_oc, M_WAITOK);
nd->nl_path = objcache_get(namei_oc, M_WAITOK);
nd->nl_path = objcache_get(namei_oc, M_WAITOK);
path = objcache_get(namei_oc, M_WAITOK);
path = objcache_get(namei_oc, M_WAITOK);
path1 = objcache_get(namei_oc, M_WAITOK);
#define _PROP_POOL_GET(p) objcache_get((p), M_WAITOK)
if ((pkt = objcache_get(wg_packet_zone, M_NOWAIT)) == NULL)
if ((r = objcache_get(ratelimit_zone, M_NOWAIT)) == NULL)
item = objcache_get(ng_oc,
return (objcache_get(ng_apply_oc, M_WAITOK));
void *objcache_get(struct objcache *oc, int ocflags);
ar = objcache_get(autofs_request_objcache, M_WAITOK);
anp = objcache_get(autofs_node_objcache, M_WAITOK);
return objcache_get(devfs_msg_cache, M_WAITOK);
node = objcache_get(devfs_node_cache, M_WAITOK);
rule = objcache_get(devfs_rule_cache, M_WAITOK);
fip = objcache_get(fuse_ipc_objcache, M_WAITOK);
fnp = objcache_get(fuse_node_objcache, M_WAITOK);
path = objcache_get(namei_oc, M_WAITOK);
xop = objcache_get(cache_xops, M_WAITOK);
path = objcache_get(namei_oc, M_WAITOK);
compressed_buffer = objcache_get(cache_buffer_read, M_INTWAIT);
compressed_buffer = objcache_get(cache_buffer_read, M_INTWAIT);
comp_buffer = objcache_get(cache_buffer_write,
comp_buffer = objcache_get(cache_buffer_write,
symname = objcache_get(namei_oc, M_WAITOK);
namebuf = objcache_get(namei_oc, M_WAITOK);
cp = objcache_get(namei_oc, M_WAITOK);
if ((dh->dh_hash[i] = objcache_get(ufsdirhash_oc, M_WAITOK)) == NULL)
vm = objcache_get(vmspace_cache, M_WAITOK);