Searched refs:tmp_parent (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_nkm.c | 24 unsigned long best_rate = 0, best_parent_rate = *parent, tmp_parent = *parent; in ccu_nkm_find_best_with_parent_adj() local 33 tmp_parent = clk_hw_round_rate(parent_hw, rate * _m / (_n * _k)); in ccu_nkm_find_best_with_parent_adj() 35 tmp_rate = tmp_parent * _n * _k / _m; in ccu_nkm_find_best_with_parent_adj() 38 (tmp_parent == *parent && tmp_rate == best_rate)) { in ccu_nkm_find_best_with_parent_adj() 40 best_parent_rate = tmp_parent; in ccu_nkm_find_best_with_parent_adj()
|
/openbmc/linux/security/selinux/ |
H A D | selinuxfs.c | 511 struct dentry *tmp_parent, *tmp_bool_dir, *tmp_class_dir, *old_dentry; in sel_make_policy_nodes() local 517 tmp_parent = sel_make_disconnected_dir(fsi->sb, &tmp_ino); in sel_make_policy_nodes() 518 if (IS_ERR(tmp_parent)) in sel_make_policy_nodes() 519 return PTR_ERR(tmp_parent); in sel_make_policy_nodes() 522 tmp_bool_dir = sel_make_dir(tmp_parent, BOOL_DIR_NAME, &tmp_ino); in sel_make_policy_nodes() 529 tmp_class_dir = sel_make_dir(tmp_parent, CLASS_DIR_NAME, &tmp_ino); in sel_make_policy_nodes() 575 sel_remove_entries(tmp_parent); in sel_make_policy_nodes() 576 dput(tmp_parent); /* d_genocide() only handles the children */ in sel_make_policy_nodes()
|