Home
last modified time | relevance | path

Searched refs:src_match (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/perf/
H A Dpower10-pmu.c229 PMU_FORMAT_ATTR(src_match, "config:54-59");
/linux/net/bluetooth/
H A Dl2cap_core.c1864 int src_match, dst_match; in l2cap_global_chan_by_psm()
1868 src_match = !bacmp(&c->src, src); in l2cap_global_chan_by_psm()
1870 if (src_match && dst_match) { in l2cap_global_chan_by_psm()
1881 if ((src_match && dst_any) || (src_any && dst_match) || in l2cap_monitor_timeout()
1843 int src_match, dst_match; l2cap_global_chan_by_psm() local