Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci43 @match2@
56 @fix2 depends on match2 && patch && !context && !org && !report@
57 identifier match2.__driver;
65 @fix2_i2c depends on match2 && patch && !context && !org && !report@
66 identifier match2.__driver;
98 @fix2_context depends on match2 && !patch && (context || org || report)@
99 identifier match2.__driver;
109 @fix2_i2c_context depends on match2 && !patch && (context || org || report)@
110 identifier match2.__driver;
/Linux-v4.19/include/uapi/linux/
Dserial.h89 unsigned char mask2, match2; member
/Linux-v4.19/kernel/sched/
Dtopology.c1905 goto match2; in partition_sched_domains()
1909 match2: in partition_sched_domains()
/Linux-v4.19/net/tipc/
Dlink.c1245 int match1, match2; in tipc_link_build_nack_msg() local
1249 match2 = tipc_own_addr(l->net) & 0xf; in tipc_link_build_nack_msg()
1250 if (match1 == match2) in tipc_link_build_nack_msg()
/Linux-v4.19/Documentation/trace/
Dftrace.rst2658 ``<match1>*<match2>``
2659 will match functions that begin with <match1> and end with <match2>