Home
last modified time | relevance | path

Searched refs:match2 (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci44 @match2@
57 @fix2 depends on match2 && patch && !context && !org && !report@
58 identifier match2.__driver;
66 @fix2_i2c depends on match2 && patch && !context && !org && !report@
67 identifier match2.__driver;
99 @fix2_context depends on match2 && !patch && (context || org || report)@
100 identifier match2.__driver;
110 @fix2_i2c_context depends on match2 && !patch && (context || org || report)@
111 identifier match2.__driver;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dserial.h64 unsigned char mask2, match2; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dserial.h89 unsigned char mask2, match2; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dserial.h77 unsigned char mask2, match2; member
/kernel/linux/linux-5.10/kernel/sched/
Dtopology.c2365 goto match2; in partition_sched_domains_locked()
2369 match2: in partition_sched_domains_locked()
/kernel/linux/linux-5.10/net/tipc/
Dlink.c1721 int match1, match2; in tipc_link_build_nack_msg() local
1725 match2 = tipc_own_addr(l->net) & 0xf; in tipc_link_build_nack_msg()
1726 if (match1 == match2) in tipc_link_build_nack_msg()
/kernel/linux/linux-5.10/Documentation/trace/
Dftrace.rst2805 ``<match1>*<match2>``
2806 will match functions that begin with <match1> and end with <match2>