| /kernel/linux/linux-6.6/include/uapi/sound/ |
| H A D | asequencer.h | 582 struct snd_seq_addr root; /* client/port id to be searched */ member
|
| /kernel/linux/linux-6.6/drivers/cxl/ |
| H A D | cxl.h | 812 static inline int cxl_add_to_region(struct cxl_port *root, in cxl_add_to_region() argument
|
| /kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
| H A D | core.h | 230 struct dentry *root; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
| H A D | r100.c | 3061 struct dentry *root = rdev->ddev->primary->debugfs_root; in r100_debugfs_rbbm_init() local 3071 struct dentry *root = rdev->ddev->primary->debugfs_root; in r100_debugfs_cp_init() local 3083 struct dentry *root = rdev->ddev->primary->debugfs_root; in r100_debugfs_mc_info_init() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
| H A D | sor.c | 1688 struct dentry *root = connector->debugfs_entry; in tegra_sor_late_register() local
|
| /kernel/linux/linux-6.6/drivers/mailbox/ |
| H A D | bcm-flexrm-mailbox.c | 288 struct dentry *root; member
|
| /kernel/linux/linux-6.6/drivers/md/bcache/ |
| H A D | bcache.h | 668 struct btree *root; member
|
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | dm-bufio.c | 390 struct rb_root root; member 592 static struct dm_buffer *__cache_get(const struct rb_root *root, sector_t block) in __cache_get() argument 829 static bool __cache_insert(struct rb_root *root, struct dm_buffer *b) in __cache_insert() argument 899 __find_next(struct rb_root *root, sector_t block) __find_next() argument 922 __remove_range(struct dm_buffer_cache *bc, struct rb_root *root, sector_t begin, sector_t end, b_predicate pred, b_release release) __remove_range() argument [all...] |
| /kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
| H A D | hists.c | 367 static void callchain__init_have_children(struct rb_root *root) in callchain__init_have_children() argument 908 hist_browser__show_callchain_flat(struct hist_browser *browser, struct rb_root *root, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain_flat() argument 1012 hist_browser__show_callchain_folded(struct hist_browser *browser, struct rb_root *root, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain_folded() argument 1097 hist_browser__show_callchain_graph(struct hist_browser *browser, struct rb_root *root, int level, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) hist_browser__show_callchain_graph() argument
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | hist.c | 1474 hierarchy_insert_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *he, struct hist_entry *parent_he, struct perf_hpp_list *hpp_list) hierarchy_insert_entry() argument 1546 hists__hierarchy_insert_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *he) hists__hierarchy_insert_entry() argument 1598 hists__collapse_insert_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *he) hists__collapse_insert_entry() argument 1655 struct rb_root_cached *root; hists__get_rotate_entries_in() local 1678 struct rb_root_cached *root; hists__collapse_resort() local 1789 hierarchy_insert_output_entry(struct rb_root_cached *root, struct hist_entry *he) hierarchy_insert_output_entry() argument 1924 struct rb_root_cached *root; output_resort() local 2199 resort_filtered_entry(struct rb_root_cached *root, struct hist_entry *he) resort_filtered_entry() argument 2378 struct rb_root_cached *root; hists__add_dummy_entry() local 2424 add_dummy_hierarchy_entry(struct hists *hists, struct rb_root_cached *root, struct hist_entry *pair) add_dummy_hierarchy_entry() argument 2496 hists__find_hierarchy_entry(struct rb_root_cached *root, struct hist_entry *he) hists__find_hierarchy_entry() argument 2546 struct rb_root_cached *root; hists__match() local 2621 struct rb_root_cached *root; hists__link() local 2653 struct rb_root_cached *root; hists__unlink() local 2860 hists__delete_remaining_entries(struct rb_root_cached *root) hists__delete_remaining_entries() argument [all...] |
| H A D | symbol.c | 755 struct rb_root_cached *root = &dso->symbols; in map__process_kallsym_symbol() local 797 struct rb_root_cached *root = &dso->symbols; in maps__split_kallsyms_for_kcore() local 852 struct rb_root_cached *root = &dso->symbols; in maps__split_kallsyms() local
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | ksm.c | 627 alloc_stable_node_chain(struct ksm_stable_node *dup, struct rb_root *root) alloc_stable_node_chain() argument 660 free_stable_node_chain(struct ksm_stable_node *chain, struct rb_root *root) free_stable_node_chain() argument 963 remove_stable_node_chain(struct ksm_stable_node *stable_node, struct rb_root *root) remove_stable_node_chain() argument 1434 stable_node_dup(struct ksm_stable_node **_stable_node_dup, struct ksm_stable_node **_stable_node, struct rb_root *root, bool prune_stale_stable_nodes) stable_node_dup() argument 1553 stable_node_dup_any(struct ksm_stable_node *stable_node, struct rb_root *root) stable_node_dup_any() argument 1580 __stable_node_chain(struct ksm_stable_node **_stable_node_dup, struct ksm_stable_node **_stable_node, struct rb_root *root, bool prune_stale_stable_nodes) __stable_node_chain() argument 1602 chain_prune(struct ksm_stable_node **s_n_d, struct ksm_stable_node **s_n, struct rb_root *root) chain_prune() argument 1609 chain(struct ksm_stable_node **s_n_d, struct ksm_stable_node *s_n, struct rb_root *root) chain() argument 1634 struct rb_root *root; stable_tree_search() local 1885 struct rb_root *root; stable_tree_insert() local 2006 struct rb_root *root; unstable_tree_search_insert() local 3005 stable_node_chain_remove_range(struct ksm_stable_node *stable_node, unsigned long start_pfn, unsigned long end_pfn, struct rb_root *root) stable_node_chain_remove_range() argument [all...] |
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | nexthop.c | 2307 struct rb_root *root = &net->nexthop.rb_root; in insert_nexthop() local 2420 struct rb_root *root = &net->nexthop.rb_root; in flush_all_nexthops() local 3234 struct rb_root *root = &net->nexthop.rb_root; in rtm_dump_nexthop() local 3436 struct rb_root *root in rtm_dump_nexthop_bucket() local 3185 rtm_dump_walk_nexthops(struct sk_buff *skb, struct netlink_callback *cb, struct rb_root *root, struct rtm_dump_nh_ctx *ctx, int (*nh_cb)(struct sk_buff *skb, struct netlink_callback *cb, struct nexthop *nh, void *data), void *data) rtm_dump_walk_nexthops() argument 3601 struct rb_root *root = &net->nexthop.rb_root; nexthops_dump() local [all...] |
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
| H A D | asequencer.h | 377 struct snd_seq_addr root; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | btrfs_tree.h | 193 __le64 root; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
| H A D | asequencer.h | 365 struct snd_seq_addr root; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | btrfs_tree.h | 193 __le64 root; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
| H A D | asequencer.h | 365 struct snd_seq_addr root; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | btrfs_tree.h | 195 __le64 root; member 208 __le64 root; member
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_local.h | 999 snd_pcm_open_slave(snd_pcm_t **pcmp, snd_config_t *root, in snd_pcm_open_slave() argument
|
| /third_party/alsa-lib/src/control/ |
| H A D | control.c | 1561 static int snd_ctl_open_noupdate(snd_ctl_t **ctlp, snd_config_t *root, in snd_ctl_open_noupdate() argument 1652 int snd_ctl_open_fallback(snd_ctl_t **ctlp, snd_config_t *root, in snd_ctl_open_fallback() argument 1584 _snd_ctl_open_named_child(snd_ctl_t **pctl, const char *name, snd_config_t *root, snd_config_t *conf, int mode, snd_config_t *parent_conf) _snd_ctl_open_named_child() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ccapitst.c | 92 void addTestConvert(TestNode** root) in addTestConvert() argument [all...] |
| H A D | capitst.c | 64 void addCollAPITest(TestNode** root) in addCollAPITest() argument [all...] |
| H A D | nccbtst.c | 92 void addTestConvertErrorCallBack(TestNode** root) in addTestConvertErrorCallBack() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | loctest.cpp | 6063 static const char root[] = "root"; TestUnd() local 6213 static const char root[] = "root"; TestUndCAPI() local [all...] |