Searched refs:want_ctor (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | test_meminit.c | 166 static bool __init check_buf(void *buf, int size, bool want_ctor, in check_buf() argument 173 WARN_ON(want_ctor && want_zero); in check_buf() 176 if (want_ctor) { in check_buf() 192 static int __init do_kmem_cache_size(size_t size, bool want_ctor, in do_kmem_cache_size() argument 204 want_ctor ? test_ctor : NULL); in do_kmem_cache_size() 208 fail = check_buf(buf, size, want_ctor, want_rcu, want_zero); in do_kmem_cache_size() 209 fill_with_garbage_skip(buf, size, want_ctor ? CTOR_BYTES : 0); in do_kmem_cache_size() 235 fail |= check_buf(buf, size, want_ctor, want_rcu, in do_kmem_cache_size()
|