Home
last modified time | relevance | path

Searched refs:linux_check_m_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h93 linux_check_m_flags(gfp_t flags) in linux_check_m_flags() function
111 linux_check_m_flags(flags))); in kmalloc()
118 linux_get_vm_domain_set(node), linux_check_m_flags(flags))); in kmalloc_node()
125 return (mallocarray(n, size, M_KMALLOC, linux_check_m_flags(flags))); in kcalloc()
133 linux_get_vm_domain_set(node), linux_check_m_flags(flags))); in kcalloc_node()
139 return (malloc(size, M_KMALLOC, linux_check_m_flags(flags))); in __vmalloc()
146 linux_get_vm_domain_set(node), linux_check_m_flags(flags))); in __vmalloc_node()
158 return (mallocarray(n, size, M_KMALLOC, linux_check_m_flags(flags))); in kmalloc_array()
165 linux_get_vm_domain_set(node), linux_check_m_flags(flags))); in kmalloc_array_node()
171 return (mallocarray(n, size, M_KMALLOC, linux_check_m_flags(flags))); in kvmalloc_array()
[all …]
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c70 linux_check_m_flags(flags))); in lkpi_kmem_cache_alloc()
77 linux_check_m_flags(flags | M_ZERO))); in lkpi_kmem_cache_zalloc()
H A Dlinux_skbuff.c80 skb = malloc(len, M_LKPISKB, linux_check_m_flags(gfp) | M_ZERO); in linuxkpi_alloc_skb()