Home
last modified time | relevance | path

Searched refs:match1 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci12 @match1@
26 @fix1 depends on match1 && patch && !context && !org && !report@
27 identifier match1.__driver;
35 @fix1_i2c depends on match1 && patch && !context && !org && !report@
36 identifier match1.__driver;
77 @fix1_context depends on match1 && !patch && (context || org || report)@
78 identifier match1.__driver;
88 @fix1_i2c_context depends on match1 && !patch && (context || org || report)@
89 identifier match1.__driver;
/Linux-v5.4/include/uapi/linux/
Dserial.h87 unsigned char mask1, match1; member
/Linux-v5.4/kernel/sched/
Dtopology.c2225 goto match1; in partition_sched_domains_locked()
2230 match1: in partition_sched_domains_locked()
/Linux-v5.4/net/tipc/
Dlink.c1513 int match1, match2; in tipc_link_build_nack_msg() local
1516 match1 = def_cnt & 0xf; in tipc_link_build_nack_msg()
1518 if (match1 == match2) in tipc_link_build_nack_msg()
/Linux-v5.4/arch/x86/events/intel/
Duncore_snbep.c457 DEFINE_UNCORE_FORMAT_ATTR(match1, match1, "config1:32-63");
/Linux-v5.4/Documentation/trace/
Dftrace.rst2749 ``<match1>*<match2>``
2750 will match functions that begin with <match1> and end with <match2>