href               42 drivers/clk/imx/clk-imx21.c static void __init _mx21_clocks_init(unsigned long lref, unsigned long href)
href               48 drivers/clk/imx/clk-imx21.c 	clk[IMX21_CLK_CKIH] = imx_obtain_fixed_clock("ckih", href);
href              122 drivers/clk/imx/clk-imx21.c int __init mx21_clocks_init(unsigned long lref, unsigned long href)
href              126 drivers/clk/imx/clk-imx21.c 	_mx21_clocks_init(lref, href);
href              597 fs/btrfs/delayed-ref.c 			      struct btrfs_delayed_ref_head *href,
href              604 fs/btrfs/delayed-ref.c 	spin_lock(&href->lock);
href              605 fs/btrfs/delayed-ref.c 	exist = tree_insert(&href->ref_tree, ref);
href              621 fs/btrfs/delayed-ref.c 					      &href->ref_add_list);
href              635 fs/btrfs/delayed-ref.c 		drop_delayed_ref(trans, root, href, exist);
href              636 fs/btrfs/delayed-ref.c 	spin_unlock(&href->lock);
href              640 fs/btrfs/delayed-ref.c 		list_add_tail(&ref->add_list, &href->ref_add_list);
href              642 fs/btrfs/delayed-ref.c 	spin_unlock(&href->lock);