| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-kmem-cache.m4 | 9 static void ctor(void *foo) { /* fake ctor */ } 20 name, size, align, flags, useroffset, usersize, ctor);
|
| /f-stack/freebsd/sys/ |
| H A D | module_khelp.h | 75 #define KHELP_DECLARE_MOD_UMA(hname, hdata, hhooks, version, size, ctor, dtor) \ argument 82 .umactor = ctor, \
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | kmem_cache.h | 187 size_t align, spl_kmem_ctor_t ctor, spl_kmem_dtor_t dtor, 200 #define kmem_cache_create(name, size, align, ctor, dtor, rclm, priv, vmp, fl) \ argument 201 spl_kmem_cache_create(name, size, align, ctor, dtor, rclm, priv, vmp, fl)
|
| /f-stack/tools/compat/include/vm/ |
| H A D | uma.h | 179 uma_zone_t uma_zcreate(const char *name, size_t size, uma_ctor ctor, 214 uma_zone_t uma_zsecond_create(const char *name, uma_ctor ctor, uma_dtor dtor, 226 uma_zone_t uma_zcache_create(const char *name, int size, uma_ctor ctor,
|
| /f-stack/freebsd/vm/ |
| H A D | uma.h | 179 uma_zone_t uma_zcreate(const char *name, size_t size, uma_ctor ctor, 214 uma_zone_t uma_zsecond_create(const char *name, uma_ctor ctor, uma_dtor dtor, 226 uma_zone_t uma_zcache_create(const char *name, int size, uma_ctor ctor,
|
| H A D | uma_core.c | 215 uma_ctor ctor; member 2626 zone->uz_ctor = arg->ctor; in zone_ctor() 2927 args.ctor = keg_ctor; in uma_startup1() 2938 args.ctor = zone_ctor; in uma_startup1() 3063 uma_zcreate(const char *name, size_t size, uma_ctor ctor, uma_dtor dtor, in uma_zcreate() argument 3077 args.ctor = ctor; in uma_zcreate() 3109 uma_zsecond_create(const char *name, uma_ctor ctor, uma_dtor dtor, in uma_zsecond_create() argument 3120 args.ctor = ctor; in uma_zsecond_create() 3137 uma_zcache_create(const char *name, int size, uma_ctor ctor, uma_dtor dtor, in uma_zcache_create() argument 3146 args.ctor = ctor; in uma_zcache_create()
|
| /f-stack/freebsd/kern/ |
| H A D | link_elf.c | 343 void (**ctor)(void); in link_elf_invoke_ctors() local 348 cnt = size / sizeof(*ctor); in link_elf_invoke_ctors() 349 ctor = (void *)addr; in link_elf_invoke_ctors() 351 if (ctor[i] != NULL) in link_elf_invoke_ctors() 352 (*ctor[i])(); in link_elf_invoke_ctors()
|
| H A D | link_elf_obj.c | 602 void (**ctor)(void); in link_elf_invoke_ctors() local 607 cnt = size / sizeof(*ctor); in link_elf_invoke_ctors() 608 ctor = (void *)addr; in link_elf_invoke_ctors() 610 if (ctor[i] != NULL) in link_elf_invoke_ctors() 611 (*ctor[i])(); in link_elf_invoke_ctors()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-shared-linux-o32.ld | 179 /* We don't want to include the .ctor section from 181 The .ctor section from the crtend file contains the
|
| H A D | cvmx-shared-linux-n32.ld | 189 /* We don't want to include the .ctor section from 191 The .ctor section from the crtend file contains the
|
| H A D | cvmx-shared-linux.ld | 188 /* We don't want to include the .ctor section from 190 The .ctor section from the crtend file contains the
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kmem-cache.c | 689 spl_kmem_ctor_t ctor, spl_kmem_dtor_t dtor, void *reclaim, in spl_kmem_cache_create() argument 717 skc->skc_ctor = ctor; in spl_kmem_cache_create()
|