Searched refs:fun (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | valgrind.sup | 4 fun:lzf_compress 10 fun:lzf_compress 16 fun:lzf_compress
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread.c | 108 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 D | lthread.h | 43 lthread_func_t fun, void *arg, lthread_exit_func exit_handler);
|
| H A D | lthread_int.h | 130 lthread_func_t fun; /* func ctx is running */ member
|
| /f-stack/freebsd/contrib/libb2/ |
| H A D | blake2-impl.h | 24 #define BLAKE2_IMPL_NAME(fun) BLAKE2_IMPL_EVAL(fun, SUFFIX) argument
|
| /f-stack/freebsd/kern/ |
| H A D | subr_sbuf.c | 107 _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 D | README.686 | 18 translate match.S to use your assembler's syntax. (Have fun.)
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_pci.c | 264 #define PCI_CFG_FUN(fun) (((fun) & 0x7) << 8) argument
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_pcie.c | 232 #define PCI_CFG_FUN(fun) (((fun) & 0x07) << 8) argument
|