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

/netbsd-current/external/cddl/osnet/dist/uts/common/ctf/
H A Dctf_subr.c36 * been called). kobj_alloc is able to tell the difference between the two
43 void *buf = kobj_alloc(size, KM_NOWAIT|KM_SCRATCH);
67 return (kobj_alloc(size, KM_NOWAIT|KM_TMP));
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dkobj.h49 void *kobj_alloc(size_t size, int flag);
/netbsd-current/external/cddl/osnet/sys/kern/
H A Dkobj.c80 kobj_alloc(size_t size, int flag) function

Completed in 82 milliseconds