Searched refs:objcache_create_simple (Results 1 – 11 of 11) sorted by relevance
| /dflybsd-src/sys/sys/ |
| H A D | objcache.h | 68 *objcache_create_simple(malloc_type_t mtype, size_t objsize);
|
| /dflybsd-src/sys/kern/ |
| H A D | vfs_init.c | 207 namei_oc = objcache_create_simple(M_NAMEI, MAXPATHLEN); in vfsinit()
|
| H A D | subr_sleepqueue.c | 145 sleepq_wc_cache = objcache_create_simple(M_SLEEPQ, in init_sleepqueues()
|
| H A D | kern_objcache.c | 378 objcache_create_simple(malloc_type_t mtype, size_t objsize) in objcache_create_simple() function
|
| H A D | kern_udev.c | 1027 udev_event_kernel_cache = objcache_create_simple(M_UDEV, sizeof(struct udev_event_kernel)); in udev_init()
|
| /dflybsd-src/sys/libprop/ |
| H A D | prop_object_impl.h | 279 pp = objcache_create_simple(M_##pp, size); \
|
| /dflybsd-src/sys/opencrypto/ |
| H A D | crypto.c | 209 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 D | wg_cookie.c | 159 ratelimit_zone = objcache_create_simple( in cookie_init()
|
| H A D | if_wg.c | 2951 wg_packet_zone = objcache_create_simple(M_WG_PACKET, in wg_module_init()
|
| /dflybsd-src/sys/vfs/ufs/ |
| H A D | ufs_dirhash.c | 976 ufsdirhash_oc = objcache_create_simple(M_DIRHASH, in ufsdirhash_init()
|
| /dflybsd-src/share/man/man9/ |
| H A D | Makefile | 780 objcache.9 objcache_create_simple.9 \
|