Symbol: exact_match
drivers/firmware/dmi_scan.c
860
if (dmi->matches[i].exact_match) {
drivers/hwmon/adm1031.c
288
int first_match = -1, exact_match = -1;
drivers/hwmon/adm1031.c
300
exact_match = i;
drivers/hwmon/adm1031.c
312
if (exact_match >= 0)
drivers/hwmon/adm1031.c
313
return exact_match;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
3734
list_for_each_entry(elem, &o->registry.exact_match.macs, link) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
3846
if (!list_empty(&o->registry.exact_match.macs))
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
3864
&o->registry.exact_match.macs);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
3867
elem = list_first_entry(&o->registry.exact_match.macs,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
3871
INIT_LIST_HEAD(&o->registry.exact_match.macs);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
3958
return o->registry.exact_match.num_macs_set;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
3969
o->registry.exact_match.num_macs_set = n;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
4112
INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
571
} exact_match;
drivers/net/ethernet/cavium/liquidio/octeon_console.c
196
u32 exact_match)
drivers/net/ethernet/cavium/liquidio/octeon_console.c
217
(exact_match && major_version != exact_match)) {
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
553
__u8 exact_match:1;
drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h
555
__u8 exact_match:1;
fs/char_dev.c
489
exact_match, exact_lock, p);
include/linux/mod_devicetable.h
583
unsigned char exact_match:1;
include/linux/mod_devicetable.h
602
#define DMI_EXACT_MATCH(a, b) { .slot = a, .substr = b, .exact_match = 1 }
include/net/ip6_fib.h
461
bool exact_match);
kernel/dma/debug.c
1278
if (!exact_match(&ref, entry))
kernel/dma/debug.c
350
return __hash_bucket_find(bucket, ref, exact_match);
net/ipv6/ip6_fib.c
1730
bool exact_match)
net/ipv6/ip6_fib.c
1771
if (exact_match)
net/ipv6/ip6_fib.c
1780
bool exact_match)
net/ipv6/ip6_fib.c
1786
exact_match);
net/ipv6/ip6_fib.c
1797
exact_match);
samples/bpf/xdp_router_ipv4.bpf.c
118
direct_entry = bpf_map_lookup_elem(&exact_match, &iph->daddr);
samples/bpf/xdp_router_ipv4.bpf.c
64
} exact_match SEC(".maps");
samples/bpf/xdp_router_ipv4_user.c
649
exact_match_map_fd = bpf_map__fd(skel->maps.exact_match);