Home
last modified time | relevance | path

Searched refs:noinline (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtrace.h108 noinline void trace_zfs_##name(void)
110 noinline void trace_zfs_##name(uintptr_t)
112 noinline void trace_zfs_##name(uintptr_t, uintptr_t)
114 noinline void trace_zfs_##name(uintptr_t, uintptr_t, \
117 noinline void trace_zfs_##name(uintptr_t, uintptr_t, \
124 noinline void trace_zfs_##name(void) { } \
129 noinline void trace_zfs_##name(uintptr_t arg1) { } \
134 noinline void trace_zfs_##name(uintptr_t arg1, \
140 noinline void trace_zfs_##name(uintptr_t arg1, \
146 noinline void trace_zfs_##name(uintptr_t arg1, \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h32 #ifndef noinline
33 #define noinline __attribute__((noinline)) macro
45 static noinline void
54 static noinline void
63 static noinline void
79 static noinline void
96 static noinline void
117 static noinline void
H A Ddmu_recv.c1563 noinline static int
1825 noinline static int
2015 noinline static int
2034 noinline static int
2227 noinline static int
2302 noinline static int
H A Dvdev_mirror.c263 noinline static mirror_map_t *
H A Ddbuf.c3376 noinline static void
3964 noinline static void
4159 noinline static void
4199 noinline static void
H A Dvdev_raidz.c368 noinline raidz_map_t *
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h15 # define POLY1305_NOINLINE __declspec(noinline)
17 # define POLY1305_NOINLINE __attribute__((noinline))
H A Dpoly1305_donna32.h7 # define POLY1305_NOINLINE __declspec(noinline)
9 # define POLY1305_NOINLINE __attribute__((noinline))
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in72 # define JEMALLOC_NOINLINE __declspec(noinline)
105 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/linux/
H A Dcompiler.h68 #define noinline __noinline macro
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h62 #ifndef noinline
63 #define noinline __rte_noinline macro
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dcompiler.h84 # define FORCE_NOINLINE static __declspec(noinline)
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h131 #define noinline __attribute__((noinline))
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h192 #define __rte_noinline __attribute__((noinline))
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h231 #define __rte_noinline __attribute__((noinline))
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c23 # define POLY1305_NOINLINE __declspec(noinline)
25 # define POLY1305_NOINLINE __attribute__((noinline))
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c961 static noinline void clear_vdqcr(struct qman_portal *p, struct qman_fq *fq) in clear_vdqcr()
2217 static noinline void update_eqcr_ci(struct qman_portal *p, u8 avail) in update_eqcr_ci()
/f-stack/freebsd/netinet/
H A Dsctp_input.c3998 __attribute__((noinline))
4355 __attribute__((noinline))
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1224 # define FORCE_NOINLINE static __declspec(noinline)