Home
last modified time | relevance | path

Searched refs:want_init_on_alloc (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/mm/
H A Ddmapool.c116 if (!want_init_on_alloc(mem_flags)) in pool_check_block()
434 if (want_init_on_alloc(mem_flags)) in dma_pool_alloc()
H A Dslab_common.c1392 if (want_init_on_alloc(flags)) { in __do_krealloc()
H A Dmm_init.c2708 stack, want_init_on_alloc(GFP_KERNEL) ? "on" : "off", in report_meminit()
H A Dvmalloc.c3344 if (!want_init_on_free() && want_init_on_alloc(gfp_mask) && in __vmalloc_node_range()
H A Dpage_alloc.c1502 bool init = !want_init_on_free() && want_init_on_alloc(gfp_flags) && in post_alloc_hook()
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_ioctl.c131 if (want_init_on_alloc(flags)) in _uverbs_alloc()
/openbmc/linux/include/linux/
H A Dmm.h3615 static inline bool want_init_on_alloc(gfp_t flags) in want_init_on_alloc() function
/openbmc/linux/net/core/
H A Dsock.c2091 if (want_init_on_alloc(priority)) in sk_prot_alloc()