Lines Matching refs:ref_count
24 .ref_count = 1,
216 dentry->ref_count = 1; in proc_create()
242 dentry->ref_count += 1; in proc_acquire()
259 if (dentry->ref_count == 1) in proc_release()
275 dentry->ref_count -= 1; in proc_release()
284 child->ref_count += 1; in proc_register()
572 rt_kprintf(_COLOR_BLUE "%-20s" _COLOR_NORMAL " %d\n", iter->name, iter->ref_count); in dump_proc_subtree()
577 rt_kprintf(_COLOR_CYAN "%-20s" _COLOR_NORMAL " %d\n", iter->name, iter->ref_count); in dump_proc_subtree()
581 rt_kprintf("%-20s %d\n", iter->name, iter->ref_count); in dump_proc_subtree()
592 rt_kprintf(_COLOR_BLUE "%-20s" _COLOR_NORMAL " %d\n", dentry->name, dentry->ref_count); in proc_dump()
597 rt_kprintf(_COLOR_CYAN "%-20s" _COLOR_NORMAL " %d\n", dentry->name, dentry->ref_count); in proc_dump()
601 rt_kprintf("%-20s %d\n", dentry->name, dentry->ref_count); in proc_dump()