Searched refs:func2 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | btree.h | 194 void *func2), 195 void *func2); 202 size_t index, void *func2), 203 void *func2);
|
D | btree-128.h | 91 visitor128_t func2) in btree_visitor128() argument 94 visitor128, func2); in btree_visitor128() 99 visitor128_t func2) in btree_grim_visitor128() argument 102 visitor128, func2); in btree_grim_visitor128()
|
D | btree-type.h | 123 VISITOR_FN_T func2) in BTREE_FN() 126 visitorl, func2); in BTREE_FN() 131 VISITOR_FN_T func2) in BTREE_FN() 134 visitorl, func2); in BTREE_FN()
|
/linux-4.4.14/lib/ |
D | btree.c | 680 void *func2), in __btree_for_each() argument 681 void *func2, int reap, int height, size_t count) in __btree_for_each() 692 func, func2, reap, height - 1, count); in __btree_for_each() 695 func2); in __btree_for_each() 703 size_t index, void *func2) in empty() argument 750 size_t index, void *func2), in btree_visitor() argument 751 void *func2) in btree_visitor() 755 if (!func2) in btree_visitor() 759 func2, 0, head->height, 0); in btree_visitor() 768 size_t index, void *func2), in btree_grim_visitor() argument [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,pmic-gpio.txt | 92 "func2",
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 239 L1, L2, and L3, and four separate functions func1, func2, func3 and func4. 252 void func2(void) 284 Processes A, B, C, and D which run functions func1, func2, func3 and func4
|