Home
last modified time | relevance | path

Searched defs:objsize (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/sys/sys/
H A Dobjcache.h89 size_t objsize; member
H A Dsysref.h80 int objsize; /* size of the resource structure */ member
H A D_malloc.h67 __size_t objsize; /* copied from malloc_type */ member
H A Dmalloc.h185 #define kmalloc_create_obj(typep, descr, objsize) \ argument
/dflybsd-src/sys/kern/
H A Dkern_objcache.c378 objcache_create_simple(malloc_type_t mtype, size_t objsize) in objcache_create_simple()
394 objcache_create_mbacked(malloc_type_t mtype, size_t objsize, in objcache_create_mbacked()
H A Dkern_slaballoc.c601 size_t objsize) in _kmalloc_create_obj()
/dflybsd-src/sys/net/netmap/
H A Dnetmap_freebsd.c314 vm_size_t objsize = ap->a_size; in netmap_mmap_single() local
H A Dnetmap_mem2.c476 netmap_config_obj_allocator(struct netmap_obj_pool *p, u_int objtotal, u_int objsize) in netmap_config_obj_allocator()
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_object.c610 int objsize; in i2d_ASN1_OBJECT() local
/dflybsd-src/sys/vm/
H A Dvm_mmap.c1214 off_t objsize; in vm_mmap() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-sprintf.c1041 unsigned HOST_WIDE_INT objsize; member
3806 unsigned HOST_WIDE_INT objsize = HOST_WIDE_INT_M1U; in handle_gimple_call() local
H A Dbuiltins.c3929 check_strncat_sizes (tree exp, tree objsize) in check_strncat_sizes()
9963 tree objsize = NULL_TREE; in maybe_emit_chk_warning() local
H A Dgimple-fold.c4183 tree objsize = gimple_call_arg (stmt, 2); in gimple_fold_call() local
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h80 #define kmalloc_create_obj(typep, descr, objsize) do{}while(0) argument