Searched defs:func (Results 1 – 13 of 13) sorted by relevance
| /lib/ |
| A D | min_heap.c | 24 const struct min_heap_callbacks *func, void *args) in __min_heap_sift_down() 31 const struct min_heap_callbacks *func, void *args) in __min_heap_sift_up() 38 const struct min_heap_callbacks *func, void *args) in __min_heapify_all() 45 const struct min_heap_callbacks *func, void *args) in __min_heap_pop() 52 const struct min_heap_callbacks *func, void *args) in __min_heap_pop_push() 59 const struct min_heap_callbacks *func, void *args) in __min_heap_push() 66 const struct min_heap_callbacks *func, void *args) in __min_heap_del()
|
| A D | ratelimit.c | 27 int ___ratelimit(struct ratelimit_state *rs, const char *func) in ___ratelimit()
|
| A D | btree.c | 705 visitorl_t func = __func; in visitorl() local 714 visitor32_t func = __func; in visitor32() local 724 visitor64_t func = __func; in visitor64() local 734 visitor128_t func = __func; in visitor128() local
|
| A D | string_helpers.c | 1023 #define MAKE_FORTIFY_FUNC_NAME(func) [MAKE_FORTIFY_FUNC(func)] = #func argument 1030 const u8 func = FORTIFY_REASON_FUNC(reason); in __fortify_report() local
|
| A D | ref_tracker.c | 106 void __ostream_printf (*func)(struct ostream *stream, char *fmt, ...); member
|
| /lib/zstd/common/ |
| A D | portability_macros.h | 48 # define ZSTD_HIDE_ASM_FUNCTION(func) .hidden func argument 50 # define ZSTD_HIDE_ASM_FUNCTION(func) .private_extern func argument 52 # define ZSTD_HIDE_ASM_FUNCTION(func) argument
|
| /lib/tests/ |
| A D | overflow_kunit.c | 622 #define DEFINE_TEST_ALLOC(func, free_func, want_arg, want_gfp, want_node)\ argument 720 #define check_one_size_helper(expected, func, args...) do { \ in overflow_size_helpers_test() argument 801 #define __TEST_OVERFLOWS_TYPE(func, arg1, arg2, of) do { \ in overflows_type_test() argument
|
| A D | test_fprobe.c | 193 static unsigned long get_ftrace_location(void *func) in get_ftrace_location()
|
| A D | fortify_kunit.c | 29 #define fortify_panic(func, write, avail, size, retfail) do { \ argument
|
| /lib/kunit/ |
| A D | resource.c | 83 kunit_action_t *func; member
|
| /lib/crc/tests/ |
| A D | crc_kunit.c | 44 u64 (*func)(u64 crc, const u8 *p, size_t len); member
|
| /lib/zlib_deflate/ |
| A D | deflate.c | 132 compress_func func; member
|
| /lib/crypto/tests/ |
| A D | hash-test-template.h | 325 bool (*func)(void *test_specific_state); member
|
Completed in 29 milliseconds