Home
last modified time | relevance | path

Searched refs:noref (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dnamespace.pl442 my %noref = ();
448 if (! exists($noref{$module})) {
449 $noref{$module} = [];
451 push(@{$noref{$module}}, $name);
455 if (%noref) {
457 foreach my $module (sort(keys(%noref))) {
459 foreach (sort(@{$noref{$module}})) {
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dnamespace.pl442 my %noref = ();
448 if (! exists($noref{$module})) {
449 $noref{$module} = [];
451 push(@{$noref{$module}}, $name);
455 if (%noref) {
457 foreach my $module (sort(keys(%noref))) {
459 foreach (sort(@{$noref{$module}})) {
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dnamespace.pl445 my %noref = ();
451 if (! exists($noref{$module})) {
452 $noref{$module} = [];
454 push(@{$noref{$module}}, $name);
458 if (%noref) {
460 foreach my $module (sort(keys(%noref))) {
462 foreach (sort(@{$noref{$module}})) {
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dnamespace.pl445 my %noref = ();
451 if (! exists($noref{$module})) {
452 $noref{$module} = [];
454 push(@{$noref{$module}}, $name);
458 if (%noref) {
460 foreach my $module (sort(keys(%noref))) {
462 foreach (sort(@{$noref{$module}})) {
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_xmit.c316 int local, noref = 1; in __ip_vs_get_out_rt() local
349 noref = 0; in __ip_vs_get_out_rt()
372 if (!noref) in __ip_vs_get_out_rt()
410 if (noref) in __ip_vs_get_out_rt()
418 if (!noref) in __ip_vs_get_out_rt()
479 int local, noref = 1; in __ip_vs_get_out_rt_v6() local
515 noref = 0; in __ip_vs_get_out_rt_v6()
534 if (!noref) in __ip_vs_get_out_rt_v6()
574 if (noref) in __ip_vs_get_out_rt_v6()
582 if (!noref) in __ip_vs_get_out_rt_v6()