Searched refs:head1 (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm27 =head1 NAME
31 =head1 SYNOPSIS
35 =head1 SEE ALSO
39 =head1 AUTHOR
43 =head1 COPYRIGHT AND LICENSE
H A DUtil.pm66 =head1 NAME
70 =head1 SYNOPSIS
74 =head1 SEE ALSO
78 =head1 AUTHOR
82 =head1 COPYRIGHT AND LICENSE
H A DCore.pm164 =head1 NAME
168 =head1 SYNOPSIS
172 =head1 SEE ALSO
176 =head1 AUTHOR
180 =head1 COPYRIGHT AND LICENSE
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl338 =head1 NAME
343 =head1 SYNOPSIS
349 =head1 OPTIONS
367 =head1 DESCRIPTION
388 =head1 BUGS
392 =head1 COPYRIGHT
/linux-master/scripts/
H A Dget_feat.pl542 =head1 NAME
546 =head1 SYNOPSIS
571 =head1 OPTIONS
609 =head1 DESCRIPTION
628 =head1 BUGS
632 =head1 COPYRIGHT
H A Dget_abi.pl983 =head1 NAME
987 =head1 SYNOPSIS
1009 =head1 OPTIONS
1058 =head1 DESCRIPTION
1064 =head1 EXAMPLES
1090 =head1 BUGS
1094 =head1 COPYRIGHT
H A Dkernel-doc21 =head1 NAME
25 =head1 SYNOPSIS
44 =head1 DESCRIPTION
2431 =head1 OPTIONS
/linux-master/kernel/
H A Dpid.c386 struct hlist_head *head1 = &pid1->tasks[PIDTYPE_PID]; local
390 hlists_swap_heads_rcu(head1, head2);
/linux-master/kernel/events/
H A Dcore.c3443 #define double_list_for_each_entry(pos1, pos2, head1, head2, member) \
3444 for (pos1 = list_first_entry(head1, typeof(*pos1), member), \
3446 !list_entry_is_head(pos1, head1, member) && \

Completed in 309 milliseconds