Searched refs:ctor (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dquicklist.h26 * Specifying a NULL ctor can remove constructor support. Specifying
33 static inline void *quicklist_alloc(int nr, gfp_t flags, void (*ctor)(void *))
50 if (ctor && p)
51 ctor(p);
H A Dslub_def.h42 void (*ctor)(void *, struct kmem_cache *, unsigned long); member in struct:kmem_cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslob.c282 void (*ctor)(void *, struct kmem_cache *, unsigned long); member in struct:kmem_cache
287 void (*ctor)(void*, struct kmem_cache *, unsigned long),
302 c->ctor = ctor;
329 if (c->ctor)
330 c->ctor(b, c, 0);
285 kmem_cache_create(const char *name, size_t size, size_t align, unsigned long flags, void (*ctor)(void*, struct kmem_cache *, unsigned long), void (*dtor)(void*, struct kmem_cache *, unsigned long)) argument
H A Dslub.c939 * Debugging or ctor may create a need to move the free
945 BUG_ON(s->ctor);
1008 if (unlikely(s->ctor))
1009 s->ctor(object, s, 0);
1896 !s->ctor)
1925 s->ctor)) {
1995 void (*ctor)(void *, struct kmem_cache *, unsigned long))
1999 s->ctor = ctor;
2506 if (s->ctor)
3239 SLAB_ATTR_RO(ctor); variable
[all...]
H A Dslab.c411 void (*ctor) (void *, struct kmem_cache *, unsigned long); member in struct:kmem_cache
2093 * @ctor: A constructor for the objects.
2098 * The @ctor is run when new pages are allocated by the cache
2119 void (*ctor)(void*, struct kmem_cache *, unsigned long),
2349 cachep->ctor = ctor;
2626 if (cachep->ctor && !(cachep->flags & SLAB_POISON))
2627 cachep->ctor(objp + obj_offset(cachep), cachep,
2643 if (cachep->ctor)
2644 cachep->ctor(obj
2117 kmem_cache_create(const char *name, size_t size, size_t align, unsigned long flags, void (*ctor)(void*, struct kmem_cache *, unsigned long), void (*dtor)(void*, struct kmem_cache *, unsigned long)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86unix.pl748 local($ctor)="${under}_GLOBAL_\$I\$$f";
750 $tmp.=".type $ctor,\@function\n" if ($main'pic);
752 .globl $ctor
754 $ctor:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmain.c574 void (*ctor)(void*, struct kmem_cache *, unsigned long); member in struct:ecryptfs_cache_info
595 .ctor = inode_info_init_once,
661 0, SLAB_HWCACHE_ALIGN, info->ctor, NULL);

Completed in 109 milliseconds