Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci11 @match1@
25 @fix1 depends on match1 && patch && !context && !org && !report@
26 identifier match1.__driver;
34 @fix1_i2c depends on match1 && patch && !context && !org && !report@
35 identifier match1.__driver;
76 @fix1_context depends on match1 && !patch && (context || org || report)@
77 identifier match1.__driver;
87 @fix1_i2c_context depends on match1 && !patch && (context || org || report)@
88 identifier match1.__driver;
/Linux-v4.19/include/uapi/linux/
Dserial.h87 unsigned char mask1, match1; member
/Linux-v4.19/kernel/sched/
Dtopology.c1884 goto match1; in partition_sched_domains()
1888 match1: in partition_sched_domains()
/Linux-v4.19/net/tipc/
Dlink.c1245 int match1, match2; in tipc_link_build_nack_msg() local
1248 match1 = def_cnt & 0xf; in tipc_link_build_nack_msg()
1250 if (match1 == match2) in tipc_link_build_nack_msg()
/Linux-v4.19/arch/x86/events/intel/
Duncore_snbep.c389 DEFINE_UNCORE_FORMAT_ATTR(match1, match1, "config1:32-63");
/Linux-v4.19/Documentation/trace/
Dftrace.rst2658 ``<match1>*<match2>``
2659 will match functions that begin with <match1> and end with <match2>