Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
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}})) {
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_xmit.c267 int local, noref = 1; in __ip_vs_get_out_rt() local
300 noref = 0; in __ip_vs_get_out_rt()
323 if (!noref) in __ip_vs_get_out_rt()
343 if (noref) { in __ip_vs_get_out_rt()
354 if (!noref) in __ip_vs_get_out_rt()
411 int local, noref = 1; in __ip_vs_get_out_rt_v6() local
447 noref = 0; in __ip_vs_get_out_rt_v6()
465 if (!noref) in __ip_vs_get_out_rt_v6()
487 if (noref) { in __ip_vs_get_out_rt_v6()
498 if (!noref) in __ip_vs_get_out_rt_v6()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c677 int noref) in cfs_hash_bd_findadd_locked() argument
681 (!noref * CFS_HS_LOOKUP_MASK_REF)); in cfs_hash_bd_findadd_locked()
752 struct hlist_node *hnode, int noref) in cfs_hash_multi_bd_findadd_locked() argument
759 intent = CFS_HS_LOOKUP_IT_PEEK | (!noref * CFS_HS_LOOKUP_MASK_REF); in cfs_hash_multi_bd_findadd_locked()
869 int noref) in cfs_hash_dual_bd_findadd_locked() argument
872 hnode, noref); in cfs_hash_dual_bd_findadd_locked()
1239 struct hlist_node *hnode, int noref) in cfs_hash_find_or_add() argument
1252 hnode, noref); in cfs_hash_find_or_add()