Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dvalgrind.sup4 fun:lzf_compress
10 fun:lzf_compress
16 fun:lzf_compress
/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread.c108 lt->fun(lt->arg); in _lthread_exec()
120 lthread_func_t fun, void *arg, lthread_exit_func exit_handler) in _lthread_init() argument
124 lt->fun = fun; in _lthread_init()
152 lthread_func_t fun, void *arg) in lthread_create() argument
154 if ((new_lt == NULL) || (fun == NULL)) in lthread_create()
181 _lthread_init(lt, fun, arg, _lthread_exit_handler); in lthread_create()
H A Dlthread.h43 lthread_func_t fun, void *arg, lthread_exit_func exit_handler);
H A Dlthread_int.h130 lthread_func_t fun; /* func ctx is running */ member
/f-stack/freebsd/contrib/libb2/
H A Dblake2-impl.h24 #define BLAKE2_IMPL_NAME(fun) BLAKE2_IMPL_EVAL(fun, SUFFIX) argument
/f-stack/freebsd/kern/
H A Dsubr_sbuf.c107 _assert_sbuf_integrity(const char *fun, struct sbuf *s) in _assert_sbuf_integrity() argument
111 ("%s called with a NULL sbuf pointer", fun)); in _assert_sbuf_integrity()
113 ("%s called with uninitialized or corrupt sbuf", fun)); in _assert_sbuf_integrity()
126 _assert_sbuf_state(const char *fun, struct sbuf *s, int state) in _assert_sbuf_state() argument
130 ("%s called with %sfinished or corrupt sbuf", fun, in _assert_sbuf_state()
/f-stack/freebsd/contrib/zlib/contrib/asm686/
H A DREADME.68618 translate match.S to use your assembler's syntax. (Have fun.)
/f-stack/freebsd/arm/mv/
H A Dmv_pci.c264 #define PCI_CFG_FUN(fun) (((fun) & 0x7) << 8) argument
/f-stack/freebsd/arm/nvidia/
H A Dtegra_pcie.c232 #define PCI_CFG_FUN(fun) (((fun) & 0x07) << 8) argument