Searched refs:M_KMALLOC (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h42 MALLOC_DECLARE(M_KMALLOC); variable
112 return (malloc(MAX(size, sizeof(struct llist_node)), M_KMALLOC,
119 return (malloc_domainset(size, M_KMALLOC,
127 return (mallocarray(n, size, M_KMALLOC, linux_check_m_flags(flags)));
134 return (mallocarray_domainset(n, size, M_KMALLOC,
141 return (malloc(size, M_KMALLOC, linux_check_m_flags(flags)));
147 return (malloc_domainset(size, M_KMALLOC,
154 return (contigmalloc(size, M_KMALLOC, M_WAITOK, 0, UINT_MAX, 1, 1));
160 return (mallocarray(n, size, M_KMALLOC, linux_check_m_flags(flags)));
166 return (mallocarray_domainset(n, size, M_KMALLOC,
203 free(__DECONST(void *, ptr), M_KMALLOC); local
[all...]
H A Dstring.h65 retval = malloc(len, M_KMALLOC, M_WAITOK);
68 free(retval, M_KMALLOC);
80 retval = malloc(len + 1, M_KMALLOC, M_WAITOK);
83 free(retval, M_KMALLOC);
H A Dkthread.h103 __w = malloc(sizeof(*__w), M_KMALLOC, M_WAITOK | M_ZERO); \
118 free(worker, M_KMALLOC);
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Ddebug.c25 vasprintf(&str, M_KMALLOC, fmt, args);
27 free(str, M_KMALLOC);
48 vasprintf(&str, M_KMALLOC, fmt, args);
50 free(str, M_KMALLOC);
74 vasprintf(&str, M_KMALLOC, fmt, args);
76 free(str, M_KMALLOC);
103 vasprintf(&str, M_KMALLOC, fmt, args);
105 free(str, M_KMALLOC);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddebug.c24 vasprintf(&str, M_KMALLOC, fmt, args);
26 free(str, M_KMALLOC);
48 vasprintf(&str, M_KMALLOC, fmt, args);
50 free(str, M_KMALLOC);
75 vasprintf(&str, M_KMALLOC, fmt, args);
77 free(str, M_KMALLOC);
105 vasprintf(&str, M_KMALLOC, fmt, args);
107 free(str, M_KMALLOC);
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-debug.c52 vasprintf(&str, M_KMALLOC, vaf.fmt, args); \
55 free(str, M_KMALLOC); \
91 vasprintf(&str, M_KMALLOC, vaf.fmt, args2);
93 free(str, M_KMALLOC);
158 vasprintf(&str, M_KMALLOC, vaf.fmt, args);
161 free(str, M_KMALLOC);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c113 c = malloc(sizeof(*c), M_KMALLOC, M_WAITOK);
207 free(c, M_KMALLOC);
H A Dlinux_compat.c131 MALLOC_DEFINE(M_KMALLOC, "lkpikmalloc", "Linux kmalloc compat");
2455 ar = malloc(sizeof(struct list_head *) * count, M_KMALLOC, M_WAITOK);
2465 free(ar, M_KMALLOC);
2689 sizeof(*__cpu_data), M_KMALLOC, M_WAITOK | M_ZERO);
2732 sizeof(static_single_cpu_mask), M_KMALLOC, M_WAITOK | M_ZERO);
2753 M_KMALLOC, M_WAITOK | M_ZERO);
2774 M_KMALLOC, M_WAITOK | M_ZERO);
2824 free(static_single_cpu_mask_lcs, M_KMALLOC);
2825 free(static_single_cpu_mask, M_KMALLOC);
2827 free(__cpu_data, M_KMALLOC);
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Ddebug.c45 vasprintf(&str, M_KMALLOC, fmt, args);
47 free(str, M_KMALLOC);
154 vasprintf(&str, M_KMALLOC, fmt, args);
156 free(str, M_KMALLOC);
178 vasprintf(&str, M_KMALLOC, fmt, args);
180 free(str, M_KMALLOC);
2731 vasprintf(&str, M_KMALLOC, fmt, args);
2733 free(str, M_KMALLOC);
/freebsd-current/sys/contrib/dev/rtw89/
H A Ddebug.c3684 vasprintf(&str, M_KMALLOC, vaf.fmt, args);
3686 free(str, M_KMALLOC);

Completed in 200 milliseconds