Searched refs:other_parent (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/clk/
H A Dclk_test.c2576 struct clk *other_parent, *parent; local
2587 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL);
2588 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent);
2589 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent));
2591 other_parent_rate = clk_get_rate(other_parent);
2593 clk_put(other_parent);
2612 struct clk *other_parent, *parent; local
2624 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL);
2625 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent);
2626 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent));
[all...]
/linux-master/fs/btrfs/
H A Dtree-log.c5258 u64 *other_ino, u64 *other_parent)
5328 *other_parent = parent;
5896 u64 other_parent = 0; local
5900 &other_ino, &other_parent);
5921 other_parent, ctx);
5254 btrfs_check_ref_name_override(struct extent_buffer *eb, const int slot, const struct btrfs_key *key, struct btrfs_inode *inode, u64 *other_ino, u64 *other_parent) argument

Completed in 136 milliseconds