Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h95 linux_check_m_flags(gfp_t flags) in linux_check_m_flags() function
113 linux_check_m_flags(flags))); in __kmalloc()
120 linux_get_vm_domain_set(node), linux_check_m_flags(flags))); in kmalloc_node()
127 return (mallocarray(n, size, M_KMALLOC, linux_check_m_flags(flags))); in kcalloc()
135 linux_get_vm_domain_set(node), linux_check_m_flags(flags))); in kcalloc_node()
141 return (malloc(size, M_KMALLOC, linux_check_m_flags(flags))); in __vmalloc()
148 linux_get_vm_domain_set(node), linux_check_m_flags(flags))); in __vmalloc_node()
160 return (mallocarray(n, size, M_KMALLOC, linux_check_m_flags(flags))); in kmalloc_array()
167 linux_get_vm_domain_set(node), linux_check_m_flags(flags))); in kmalloc_array_node()
173 return (mallocarray(n, size, M_KMALLOC, linux_check_m_flags(flags))); in kvmalloc_array()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_skbuff.c96 skb = malloc(len, M_LKPISKB, linux_check_m_flags(gfp) | M_ZERO); in linuxkpi_alloc_skb()
111 linux_check_m_flags(gfp) | M_ZERO, 0, high, PAGE_SIZE, 0); in linuxkpi_alloc_skb()
114 skb = malloc(len, M_LKPISKB, linux_check_m_flags(gfp) | M_ZERO); in linuxkpi_alloc_skb()
H A Dlinux_slab.c69 linux_check_m_flags(flags))); in lkpi_kmem_cache_alloc()
76 linux_check_m_flags(flags | M_ZERO))); in lkpi_kmem_cache_zalloc()