Searched refs:_child (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/md/bcache/ |
H A D | btree.h | 332 struct btree *_child = bch_btree_node_get((b)->c, op, key, l, \ 334 if (!IS_ERR(_child)) { \ 335 _r = bch_btree_ ## fn(_child, op, ##__VA_ARGS__); \ 336 rw_unlock(_w, _child); \ 338 _r = PTR_ERR(_child); \
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | common.h | 35 static void fixture_name##_##test_name##_child( \ 47 fixture_name##_##test_name##_child(_metadata, self, variant); \ 75 static void fixture_name##_##test_name##_child( \
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_siginfo.h | 51 } _child; member
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_siginfo.h | 51 } _child; member
|
/openbmc/linux/drivers/power/supply/ |
H A D | charger-manager.c | 1368 struct device_node *_child; in of_cm_parse_desc() local 1387 for_each_child_of_node(child, _child) { in of_cm_parse_desc() 1388 of_property_read_string(_child, in of_cm_parse_desc() 1390 of_property_read_string(_child, in of_cm_parse_desc() 1393 of_property_read_u32(_child, in of_cm_parse_desc() 1396 of_property_read_u32(_child, in of_cm_parse_desc()
|