Home
last modified time | relevance | path

Searched refs:objcache_create_simple (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/sys/sys/
H A Dobjcache.h68 *objcache_create_simple(malloc_type_t mtype, size_t objsize);
/dflybsd-src/sys/kern/
H A Dvfs_init.c207 namei_oc = objcache_create_simple(M_NAMEI, MAXPATHLEN); in vfsinit()
H A Dsubr_sleepqueue.c145 sleepq_wc_cache = objcache_create_simple(M_SLEEPQ, in init_sleepqueues()
H A Dkern_objcache.c378 objcache_create_simple(malloc_type_t mtype, size_t objsize) in objcache_create_simple() function
H A Dkern_udev.c1027 udev_event_kernel_cache = objcache_create_simple(M_UDEV, sizeof(struct udev_event_kernel)); in udev_init()
/dflybsd-src/sys/libprop/
H A Dprop_object_impl.h279 pp = objcache_create_simple(M_##pp, size); \
/dflybsd-src/sys/opencrypto/
H A Dcrypto.c209 cryptop_oc = objcache_create_simple(M_CRYPTO_OP, sizeof(struct cryptop)); in crypto_init()
210 cryptodesc_oc = objcache_create_simple(M_CRYPTO_DESC, in crypto_init()
/dflybsd-src/sys/net/wg/
H A Dwg_cookie.c159 ratelimit_zone = objcache_create_simple( in cookie_init()
H A Dif_wg.c2951 wg_packet_zone = objcache_create_simple(M_WG_PACKET, in wg_module_init()
/dflybsd-src/sys/vfs/ufs/
H A Dufs_dirhash.c976 ufsdirhash_oc = objcache_create_simple(M_DIRHASH, in ufsdirhash_init()
/dflybsd-src/share/man/man9/
H A DMakefile780 objcache.9 objcache_create_simple.9 \