Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/clk/
H A Dclk_test.c2480 struct clk *other_parent, *parent; in clk_mux_no_reparent_round_rate() local
2491 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_mux_no_reparent_round_rate()
2492 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent); in clk_mux_no_reparent_round_rate()
2493 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_round_rate()
2495 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_round_rate()
2497 clk_put(other_parent); in clk_mux_no_reparent_round_rate()
2516 struct clk *other_parent, *parent; in clk_mux_no_reparent_set_rate() local
2528 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_mux_no_reparent_set_rate()
2529 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent); in clk_mux_no_reparent_set_rate()
2530 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_set_rate()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-log.c4829 u64 *other_ino, u64 *other_parent) in btrfs_check_ref_name_override()
4895 *other_parent = parent; in btrfs_check_ref_name_override()
5050 u64 other_parent = 0; in log_conflicting_inodes() local
5073 &other_parent); in log_conflicting_inodes()
5083 ino_elem->parent = other_parent; in log_conflicting_inodes()
5144 u64 other_parent = 0; in copy_inode_items_to_log() local
5148 &other_ino, &other_parent); in copy_inode_items_to_log()
5167 ctx, other_ino, other_parent); in copy_inode_items_to_log()
4825 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) btrfs_check_ref_name_override() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-log.c5201 u64 *other_ino, u64 *other_parent) in btrfs_check_ref_name_override()
5271 *other_parent = parent; in btrfs_check_ref_name_override()
5839 u64 other_parent = 0; in copy_inode_items_to_log() local
5843 &other_ino, &other_parent); in copy_inode_items_to_log()
5864 other_parent, ctx); in copy_inode_items_to_log()
5197 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) btrfs_check_ref_name_override() argument

Completed in 18 milliseconds