Searched refs:func (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | btree.c | 678 void (*func)(void *elem, unsigned long opaque, in __btree_for_each() 692 func, func2, reap, height - 1, count); in __btree_for_each() 694 func(child, opaque, bkey(geo, node, i), count++, in __btree_for_each() 710 visitorl_t func = __func; in visitorl() local 712 func(elem, opaque, *key, index); in visitorl() 719 visitor32_t func = __func; in visitor32() local 722 func(elem, opaque, *key, index); in visitor32() 729 visitor64_t func = __func; in visitor64() local 732 func(elem, opaque, *key, index); in visitor64() 739 visitor128_t func = __func; in visitor128() local [all …]
|
D | ratelimit.c | 27 int ___ratelimit(struct ratelimit_state *rs, const char *func) in ___ratelimit() argument 52 func, rs->missed); in ___ratelimit()
|
D | test_overflow.c | 501 #define DEFINE_TEST_ALLOC(func, free_func, want_arg, want_gfp, want_node)\ argument 502 static int __init test_ ## func (void *arg) \ 509 ptr = alloc ## want_arg ## want_gfp ## want_node (func, arg, 1);\ 511 pr_warn(#func " failed regular allocation?!\n"); \ 517 ptr = alloc ## want_arg ## want_gfp ## want_node (func, arg, \ 520 pr_warn(#func " unexpectedly failed bad wrapping?!\n"); \ 526 ptr = alloc ## want_arg ## want_gfp ## want_node (func, arg, \ 529 pr_warn(#func " missed saturation!\n"); \ 533 pr_info(#func " detected saturation\n"); \
|
D | genalloc.c | 530 void (*func)(struct gen_pool *pool, struct gen_pool_chunk *chunk, void *data), in gen_pool_for_each_chunk() 537 func(pool, chunk, data); in gen_pool_for_each_chunk()
|
D | vsprintf.c | 715 .func = fill_random_ptr_key
|
D | Kconfig.debug | 157 nullarbor:~ # echo -n 'func svc_process +p' > 161 nullarbor:~ # echo -n 'func svc_process -p' >
|
/lib/zlib_deflate/ |
D | deflate.c | 111 compress_func func; member 407 bstate = (*(configuration_table[s->level].func))(s, flush); in zlib_deflate()
|