Searched refs:matching (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh25 echo $1 needs argument $2 matching \"$5\"
/linux-master/net/netfilter/
H A Dnfnetlink_cttimeout.c106 struct ctnl_timeout *timeout, *matching = NULL; local
127 matching = timeout;
131 if (matching) {
136 if (matching->timeout.l3num != l3num ||
137 matching->timeout.l4proto->l4proto != l4num)
140 return ctnl_timeout_parse_policy(&matching->timeout.data,
141 matching->timeout.l4proto,
516 struct ctnl_timeout *timeout, *matching = NULL; local
524 matching = timeout;
528 return matching
[all...]
H A Dnfnetlink_acct.c63 struct nf_acct *nfacct, *matching = NULL; local
82 matching = nfacct;
86 if (matching) {
89 atomic64_set(&matching->pkts, 0);
90 atomic64_set(&matching->bytes, 0);
93 if ((matching->flags & NFACCT_F_QUOTA))
95 &matching->flags);
/linux-master/tools/memory-model/scripts/
H A Dparseargs.sh57 echo $1 needs argument $2 matching \"$5\"
/linux-master/scripts/
H A Dshow_delta103 # for a matching line.
107 # search for line matching <base> string
120 print ('Couldn\'t find line matching base pattern "%s"' % base_str)
H A Dparse-maintainers.pl31 usage: $P [options] <pattern matching regexes>
H A Dget_maintainer.pl366 ##Filename pattern matching
724 ## Filename pattern matching
1083 --letters => print all matching 'letter' types from all matching sections
/linux-master/tools/testing/selftests/user_events/
H A Ddyn_test.c253 TEST_F(user, matching) {
/linux-master/include/linux/
H A Ddamon.h326 * @matching: If the matching page should filtered out or in.
341 bool matching; member in struct:damos_filter
713 bool matching);
/linux-master/mm/damon/
H A Dsysfs-schemes.c331 bool matching; member in struct:damon_sysfs_scheme_filter
385 return sysfs_emit(buf, "%c\n", filter->matching ? 'Y' : 'N');
393 bool matching; local
394 int err = kstrtobool(buf, &matching);
399 filter->matching = matching;
498 __ATTR_RW_MODE(matching, 0600);
1893 sysfs_filter->matching);
H A Dpaddr.c210 return matched == filter->matching;
H A Dcore.c269 bool matching)
277 filter->matching = matching;
978 return matched == filter->matching;
268 damos_new_filter(enum damos_filter_type type, bool matching) argument
H A Dcore-test.h393 KUNIT_EXPECT_EQ(test, filter->matching, true);
/linux-master/arch/arm/kernel/
H A Dentry-header.S86 @ we cannot rely on r0-r3 and r12 matching the value saved in the
/linux-master/arch/sparc/lib/
H A DM7memcpy.S452 ! the store miss buffer. Then the matching stores for all those

Completed in 203 milliseconds