Home
last modified time | relevance | path

Searched refs:c_node (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/regulator/
H A Dof_regulator.c809 struct device_node *c_node; in of_check_coupling_data() local
824 c_node = of_parse_phandle(node, in of_check_coupling_data()
827 if (!c_node) in of_check_coupling_data()
830 c_n_phandles = of_count_phandle_with_args(c_node, in of_check_coupling_data()
840 if (!of_coupling_find_node(c_node, node, &index)) { in of_check_coupling_data()
846 if (of_property_read_u32_index(c_node, "regulator-coupled-max-spread", in of_check_coupling_data()
860 of_node_put(c_node); in of_check_coupling_data()
881 struct device_node *c_node; in of_parse_coupled_regulator() local
884 c_node = of_parse_phandle(node, "regulator-coupled-with", index); in of_parse_coupled_regulator()
885 if (!c_node) in of_parse_coupled_regulator()
[all …]
/linux/fs/ocfs2/
H A Duptodate.c50 struct rb_node c_node; member
136 item = rb_entry(node, struct ocfs2_meta_cache_item, c_node); in ocfs2_purge_copied_metadata_tree()
141 rb_erase(&item->c_node, root); in ocfs2_purge_copied_metadata_tree()
214 item = rb_entry(n, struct ocfs2_meta_cache_item, c_node); in ocfs2_search_cache_tree()
318 tmp = rb_entry(parent, struct ocfs2_meta_cache_item, c_node); in __ocfs2_insert_cache_tree()
332 rb_link_node(&new->c_node, parent, p); in __ocfs2_insert_cache_tree()
333 rb_insert_color(&new->c_node, &ci->ci_cache.ci_tree); in __ocfs2_insert_cache_tree()
551 rb_erase(&item->c_node, &ci->ci_cache.ci_tree); in ocfs2_remove_metadata_tree()
/linux/fs/nfsd/
H A Dnfscache.c99 RB_CLEAR_NODE(&rp->c_node); in nfsd_cacherep_alloc()
144 rb_erase(&rp->c_node, &b->rb_head); in nfsd_cacherep_unlink_locked()
422 rp = rb_entry(parent, struct nfsd_cacherep, c_node); in nfsd_cache_insert()
434 rb_link_node(&key->c_node, parent, p); in nfsd_cache_insert()
435 rb_insert_color(&key->c_node, &b->rb_head); in nfsd_cache_insert()
H A Dcache.h35 struct rb_node c_node; member
/linux/include/linux/
H A Ddevice.h853 struct list_head c_node; member