Searched defs:arg (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | test_overflow.c | 490 #define alloc010(alloc, arg, sz) alloc(sz, alloc_GFP) argument 491 #define alloc011(alloc, arg, sz) alloc(sz, alloc_GFP, NUMA_NO_NODE) argument 492 #define alloc000(alloc, arg, sz) alloc(sz) argument 493 #define alloc001(alloc, arg, sz) alloc(sz, NUMA_NO_NODE) argument 494 #define alloc110(alloc, arg, sz) alloc(arg, sz, alloc_GFP) argument 495 #define free0(free, arg, ptr) free(ptr) argument 496 #define free1(free, arg, ptr) free(arg, ptr) argument
|
D | rhashtable.c | 483 struct rhashtable_compare_arg arg = { in rhashtable_lookup_one() local 1090 void (*free_fn)(void *ptr, void *arg), in rhashtable_free_one() 1124 void (*free_fn)(void *ptr, void *arg), in rhashtable_free_and_destroy()
|
D | test_stackinit.c | 314 uint64_t *arg) in leaf_switch_1_none() 320 uint64_t *arg) in leaf_switch_2_none()
|
D | test_rhashtable.c | 86 static int my_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) in my_cmpfn()
|
D | dynamic_debug.c | 936 const char *unused, void *arg) in ddebug_dyndbg_boot_param_cb()
|
D | objagg.c | 909 static int objagg_hints_obj_cmp(struct rhashtable_compare_arg *arg, in objagg_hints_obj_cmp()
|
D | radix-tree.c | 1578 radix_tree_node_ctor(void *arg) in radix_tree_node_ctor()
|