/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | dso.c | 772 struct rb_root *root = &dso->data.cache; in dso_cache__free() local 773 struct rb_node *next = rb_first(root); in dso_cache__free() 781 rb_erase(&cache->rb_node, root); in dso_cache__free() 789 const struct rb_root *root = &dso->data.cache; in __dso_cache__find() local 790 struct rb_node * const *p = &root->rb_node; in __dso_cache__find() 815 struct rb_root *root = &dso->data.cache; in dso_cache__insert() local 816 struct rb_node **p = &root->rb_node; in dso_cache__insert() 838 rb_insert_color(&new->rb_node, root); in dso_cache__insert() 1174 struct rb_root *root = dso->root; in dso__set_long_name_id() local [all...] |
H A D | dsos.h | 20 struct rb_root root; /* rbtree root sorted by long name */ member 31 struct dso *__dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso,
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsfs.c | 249 cifs_dbg(VFS, "%s: get root inode failed\n", __func__); in cifs_read_super() 479 cifs_show_options(struct seq_file *s, struct dentry *root) in cifs_show_options() argument 481 struct cifs_sb_info *cifs_sb = CIFS_SB(root->d_sb); in cifs_show_options() 595 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options() 683 static int cifs_show_stats(struct seq_file *s, struct dentry *root) in cifs_show_stats() argument 725 * Get root dentry from superblock according to prefix path mount option. 745 cifs_dbg(FYI, "Get root dentry for %s\n", full_path); in cifs_get_root() 795 struct dentry *root; in cifs_smb3_do_mount() local 812 root = ERR_PTR(-ENOMEM); in cifs_smb3_do_mount() 818 root in cifs_smb3_do_mount() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dso.c | 838 struct rb_root *root = &dso->data.cache; in dso_cache__free() local 839 struct rb_node *next = rb_first(root); in dso_cache__free() 847 rb_erase(&cache->rb_node, root); in dso_cache__free() 855 const struct rb_root *root = &dso->data.cache; in __dso_cache__find() local 856 struct rb_node * const *p = &root->rb_node; in __dso_cache__find() 881 struct rb_root *root = &dso->data.cache; in dso_cache__insert() local 882 struct rb_node **p = &root->rb_node; in dso_cache__insert() 904 rb_insert_color(&new->rb_node, root); in dso_cache__insert() 1244 struct rb_root *root = dso->root; in dso__set_long_name_id() local [all...] |
H A D | dsos.h | 20 struct rb_root root; /* rbtree root sorted by long name */ member 31 struct dso *__dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso,
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | udatatst.c | 81 void addUDataTest(TestNode** root); 84 addUDataTest(TestNode** root) in addUDataTest() argument 87 addTest(root, &TestUDataOpen, "udatatst/TestUDataOpen" ); in addUDataTest() 88 addTest(root, &TestUDataOpenChoiceDemo1, "udatatst/TestUDataOpenChoiceDemo1"); in addUDataTest() 89 addTest(root, &TestUDataOpenChoiceDemo2, "udatatst/TestUDataOpenChoiceDemo2"); in addUDataTest() 90 addTest(root, &TestUDataGetInfo, "udatatst/TestUDataGetInfo" ); in addUDataTest() 91 addTest(root, &TestUDataGetMemory, "udatatst/TestUDataGetMemory" ); in addUDataTest() 92 addTest(root, &TestErrorConditions, "udatatst/TestErrorConditions"); in addUDataTest() 93 addTest(root, &TestAppData, "udatatst/TestAppData" ); in addUDataTest() 94 addTest(root, in addUDataTest() [all...] |
/third_party/icu/icu4c/source/test/letest/ |
H A D | letest.cpp | 574 UXMLElement *root = parser->parseFile(testFilePath, status); in DataDrivenTest() local 576 if (root == NULL) { in DataDrivenTest() 602 while((testCase = root->nextChildElement(tc)) != NULL) { in DataDrivenTest() 733 delete root; in DataDrivenTest() 969 static void addAllTests(TestNode **root) in addAllTests() argument 971 addTest(root, &ScriptTest, "api/ScriptTest"); in addAllTests() 972 addTest(root, &ParamTest, "api/ParameterTest"); in addAllTests() 973 addTest(root, &FactoryTest, "api/FactoryTest"); in addAllTests() 974 addTest(root, &AccessTest, "layout/AccessTest"); in addAllTests() 975 addTest(root, in addAllTests() 1072 TestNode *root = NULL; main() local [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_hfsc.c | 171 struct hfsc_class root; /* root class */ member 302 /* if root-class's cfmin is bigger than cur_time nothing to do */ in vttree_get_minvt() 1017 parent = &q->root; in hfsc_change_class() 1076 if (!(parent->cl_flags & HFSC_FSC) && parent != &q->root) { in hfsc_change_class() 1102 if (cl != &q->root) in hfsc_destroy_class() 1112 if (cl->level > 0 || cl->filter_cnt > 0 || cl == &q->root) in hfsc_delete_class() 1144 head = &q->root; in hfsc_classify() 1145 tcf = rcu_dereference_bh(q->root.filter_list); in hfsc_classify() 1262 cl = &q->root; in hfsc_tcf_block() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundle.java | 652 // (canonical, alias and root) 690 String baseName, ClassLoader root) { in createULocaleList() 696 ICUResourceBundle rb = (ICUResourceBundle) UResourceBundle.instantiateBundle(baseName, ICU_RESOURCE_INDEX, root, true); in createULocaleList() 707 ClassLoader root, Set<String> locales) { in addLocaleIDsFromIndexBundle() 710 bundle = (ICUResourceBundle) UResourceBundle.instantiateBundle(baseName, ICU_RESOURCE_INDEX, root, true); in addLocaleIDsFromIndexBundle() 728 final String bn, final ClassLoader root, final Set<String> names) { in addBundleBaseNamesFromClassLoader() 736 Enumeration<URL> urls = root.getResources(bn); in addBundleBaseNamesFromClassLoader() 766 private static void addLocaleIDsFromListFile(String bn, ClassLoader root, Set<String> locales) { in addLocaleIDsFromListFile() argument 768 InputStream s = root.getResourceAsStream(bn + FULL_LOCALE_NAMES_LIST); in addLocaleIDsFromListFile() 828 // We need to have the root local in createFullLocaleNameSet() 689 createULocaleList( String baseName, ClassLoader root) createULocaleList() argument 706 addLocaleIDsFromIndexBundle(String baseName, ClassLoader root, Set<String> locales) addLocaleIDsFromIndexBundle() argument 727 addBundleBaseNamesFromClassLoader( final String bn, final ClassLoader root, final Set<String> names) addBundleBaseNamesFromClassLoader() argument 1225 getBundleInstance(String baseName, String localeID, ClassLoader root, boolean disableFallback) getBundleInstance() argument 1240 getBundleInstance(String baseName, String localeID, ClassLoader root, OpenType openType) getBundleInstance() argument 1356 instantiateBundle( final String baseName, final String localeID, final String origLocaleID, final String defaultID, final ClassLoader root, final OpenType openType) instantiateBundle() argument 1503 createBundle(String baseName, String localeID, ClassLoader root) createBundle() argument [all...] |
/third_party/icu/icu4c/source/test/iotest/ |
H A D | filetst.c | 1620 addFileTest(TestNode** root) { in addFileTest() argument 1622 addTest(root, &TestFile, "file/TestFile"); in addFileTest() 1623 addTest(root, &TestFinit, "file/TestFinit"); in addFileTest() 1624 addTest(root, &TestFadopt, "file/TestFadopt"); in addFileTest() 1626 addTest(root, &StdinBuffering, "file/StdinBuffering"); in addFileTest() 1627 addTest(root, &TestfgetsBuffers, "file/TestfgetsBuffers"); in addFileTest() 1628 addTest(root, &TestFileReadBuffering, "file/TestFileReadBuffering"); in addFileTest() 1629 addTest(root, &TestfgetsLineCount, "file/TestfgetsLineCount"); in addFileTest() 1630 addTest(root, &TestfgetsNewLineHandling, "file/TestfgetsNewLineHandling"); in addFileTest() 1631 addTest(root, in addFileTest() [all...] |
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_interval.h | 38 #define drbd_for_each_overlap(i, root, sector, size) \ 39 for (i = drbd_find_overlap(root, sector, size); \
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sch_red_root.sh | 20 tc qdisc add dev $swp3 root handle 108: red \ 28 tc qdisc del dev $swp3 root
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit_json.py | 59 root = __file__.split('tools/testing/kunit/')[0] 62 os.path.join(root, result_path.name))
|
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | internal.h | 42 struct dentry *root, int quiet); 44 extern int pstore_mkfile(struct dentry *root,
|
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | internal.h | 41 struct dentry *root, int quiet); 43 extern int pstore_mkfile(struct dentry *root,
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_interval.h | 38 #define drbd_for_each_overlap(i, root, sector, size) \ 39 for (i = drbd_find_overlap(root, sector, size); \
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_zipped_file.py | 48 root = et.fromstring(xml) 51 (int(float(root.attrib['gen']) * 10), xml_offset, xml_length))
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Pixmap.cpp | 29 Window root = RootWindow(mDisplay, screen); in initialize() local 43 mPixmap = XCreatePixmap(mDisplay, root, static_cast<unsigned int>(width), in initialize()
|
/third_party/skia/third_party/externals/brotli/scripts/ |
H A D | fix-win-bazel-build.py | 9 for root, dirnames, filenames in os.walk('bazel-bin\\org\\brotli'): 11 matches.append(os.path.join(root, filename))
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | cffotypes.h | 45 FT_SizeRec root; member 61 FT_GlyphSlotRec root; member
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | generate_wgsl_corpus.py | 37 for root, folders, files in os.walk(root_search_dir): 40 yield os.path.join(root, filename)
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_messagebox.py | 25 root = tkinter.Tk() 29 root.destroy()
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/ |
H A D | mk_file_add_config.py | 8 # See the LICENSE file in the root of this repository for complete details.
41 source_path, head_path, module, driver, root, devices, kernel = args_tuple
60 date_lines, source, "", devices, root)
74 date_lines, source, "", devices, root)
78 date_lines, "", head_path[0], devices, root, kernel_type=kernel)
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_module_kconfig_file.py | 8 # See the LICENSE file in the root of this repository for complete details. 20 def __init__(self, root, module, k_path): 21 self.root = root 120 dot_config_path = hdf_utils.get_liteos_a_dot_config_path(self.root)
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | ioapic.c | 212 void pci_ioapic_remove(struct acpi_pci_root *root) in pci_ioapic_remove() argument 218 if (root->device->handle != ioapic->root_handle) in pci_ioapic_remove() 229 int acpi_ioapic_remove(struct acpi_pci_root *root) in acpi_ioapic_remove() argument 236 if (root->device->handle != ioapic->root_handle) in acpi_ioapic_remove()
|