Searched refs:href (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | export_report.pl | 27 my ($href) = @_; 29 for my $mod (sort keys %$href) { 30 my $list = $href->{$mod};
|
/kernel/linux/linux-6.6/scripts/ |
H A D | export_report.pl | 27 my ($href) = @_; 29 for my $mod (sort keys %$href) { 30 my $list = $href->{$mod};
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | delayed-ref.c | 588 struct btrfs_delayed_ref_head *href, in insert_delayed_ref() 594 spin_lock(&href->lock); in insert_delayed_ref() 595 exist = tree_insert(&href->ref_tree, ref); in insert_delayed_ref() 598 list_add_tail(&ref->add_list, &href->ref_add_list); in insert_delayed_ref() 600 spin_unlock(&href->lock); in insert_delayed_ref() 615 &href->ref_add_list); in insert_delayed_ref() 629 drop_delayed_ref(root, href, exist); in insert_delayed_ref() 630 spin_unlock(&href->lock); in insert_delayed_ref() 587 insert_delayed_ref(struct btrfs_delayed_ref_root *root, struct btrfs_delayed_ref_head *href, struct btrfs_delayed_ref_node *ref) insert_delayed_ref() argument
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
H A D | asciidoctor-extensions.rb | 13 %(<a href="#{target}.html">#{target}(#{attrs[1]})</a>\n)
|
/kernel/linux/linux-6.6/tools/perf/Documentation/ |
H A D | asciidoctor-extensions.rb | 13 %(<a href="#{target}.html">#{target}(#{attrs[1]})</a>\n)
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | delayed-ref.c | 596 struct btrfs_delayed_ref_head *href, in insert_delayed_ref() 603 spin_lock(&href->lock); in insert_delayed_ref() 604 exist = tree_insert(&href->ref_tree, ref); in insert_delayed_ref() 620 &href->ref_add_list); in insert_delayed_ref() 634 drop_delayed_ref(trans, root, href, exist); in insert_delayed_ref() 635 spin_unlock(&href->lock); in insert_delayed_ref() 639 list_add_tail(&ref->add_list, &href->ref_add_list); in insert_delayed_ref() 641 spin_unlock(&href->lock); in insert_delayed_ref() 594 insert_delayed_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_root *root, struct btrfs_delayed_ref_head *href, struct btrfs_delayed_ref_node *ref) insert_delayed_ref() argument
|
Completed in 5 milliseconds