Searched refs:exact (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/include/crypto/internal/
H A Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c523 u32 exact, mask; local
531 exact = act->mangle.val;
533 if (exact & ~mask) {
538 nfp_fl_set_helper32(exact, mask, &set_eth->eth_addr_val[off],
564 __be32 exact, mask; local
568 exact = (__force __be32)act->mangle.val;
570 if (exact & ~mask) {
579 set_ip_addr->ipv4_dst |= exact & mask;
587 set_ip_addr->ipv4_src |= exact & mask;
594 ttl_word = (struct ipv4_ttl_word *)&exact;
636 nfp_fl_set_ip6_helper(int opcode_tag, u8 word, __be32 exact, __be32 mask, struct nfp_fl_set_ipv6_addr *ip6) argument
655 nfp_fl_set_ip6_hop_limit_flow_label(u32 off, __be32 exact, __be32 mask, struct nfp_fl_set_ipv6_tc_hl_fl *ip_hl_fl, struct netlink_ext_ack *extack) argument
703 __be32 exact, mask; local
741 u32 exact, mask; local
[all...]
H A Dcmsg.h171 __be32 exact; member in struct:nfp_fl_set_ipv6_addr::__anon1499
/linux-master/scripts/genksyms/
H A Dgenksyms.h53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
H A Dgenksyms.c152 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) argument
163 if (exact && sym && sym->type != ns)
/linux-master/crypto/
H A Dcrypto_user_base.c36 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) argument
54 else if (!exact)
337 int exact = 0; local
350 exact = 1;
352 if (priority && !exact)
355 alg = crypto_alg_match(p, exact);
H A Dapi.c63 int exact, fuzzy; local
76 exact = !strcmp(q->cra_driver_name, name);
78 if (!exact && !(fuzzy && q->cra_priority > best))
89 if (exact)
/linux-master/fs/gfs2/
H A Drgrp.h27 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
H A Drgrp.c512 * @exact: True if this needs to be an exact match
514 * The @exact argument should be set to true by most callers. The exception
517 * there for alignment purposes. Another way of looking at it is that @exact
518 * matches only valid data/metadata blocks, but with @exact false, it will
524 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) argument
540 if (exact) {
/linux-master/fs/bcachefs/
H A Dbkey.c478 bool exact = true; local
495 exact = false;
504 exact = false;
514 exact = false;
519 exact = false;
523 exact = false;
531 if (exact) {
543 return exact ? BKEY_PACK_POS_EXACT : BKEY_PACK_POS_SMALLER;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1507 * t4vf_alloc_mac_filt - allocates exact-match filters for MAC addresses
1517 * Allocates an exact-match filter for each of the supplied addresses and
1522 * If @hash is not %NULL addresses that fail to allocate an exact filter
1541 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact)
1543 : ARRAY_SIZE(cmd.u.exact));
1545 u.exact[fw_naddr]), 16);
1559 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) {
1572 for (i = 0, p = rpl.u.exact; i < fw_naddr; i++, p++) {
1602 * t4vf_free_mac_filt - frees exact-match filters of given MAC addresses
1609 * Frees the exact
[all...]
/linux-master/drivers/net/wireguard/
H A Dallowedips.c155 bool exact = false; local
160 exact = true;
166 return exact;
/linux-master/fs/ubifs/
H A Dtnc.c1195 * o exact match, i.e. the found zero-level znode contains key @key, then %1
1197 * o not exact match, which means that zero-level znode does not contain
1210 int err, exact; local
1229 exact = ubifs_search_zbranch(c, znode, key, n);
1251 if (exact || !is_hash_key(c, key) || *n != -1) {
1252 dbg_tnc("found %d, lvl %d, n %d", exact, znode->level, *n);
1253 return exact;
1328 * o exact match, i.e. the found zero-level znode contains key @key, then %1
1330 * o not exact match, which means that zero-level znode does not contain @key
1346 int err, exact; local
1920 search_dh_cookie(struct ubifs_info *c, const union ubifs_key *key, struct ubifs_dent_node *dent, uint32_t cookie, struct ubifs_znode **zn, int *n, int exact) argument
[all...]
/linux-master/include/linux/soc/qcom/
H A Dgeni-se.h501 bool exact);
/linux-master/arch/x86/kvm/
H A Dcpuid.c1546 bool exact, used_max_basic = false; local
1549 exact = !!entry;
1587 trace_kvm_cpuid(orig_function, index, *eax, *ebx, *ecx, *edx, exact,
1589 return exact;
/linux-master/drivers/net/phy/
H A Dphy-core.c276 * @exact: an exact match is required
281 * If @exact is unset, either an exact match or %NULL for no match will
284 * If @exact is set, an exact match, the fastest supported setting at
289 phy_lookup_setting(int speed, int duplex, const unsigned long *mask, bool exact) argument
302 } else if (!exact) {
313 if (!match && !exact)
/linux-master/tools/lib/bpf/
H A Dlinker.c1317 static bool glob_sym_btf_matches(const char *sym_name, bool exact, argument
1332 if (!exact && btf_is_fwd(t1) != btf_is_fwd(t2)) {
1405 exact = false;
1442 if (!exact)
1467 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type))
1487 if (!glob_sym_btf_matches(sym_name, exact, btf1, m1->type, btf2, m2->type))
1536 && !glob_sym_btf_matches(sym_name, true /*exact*/,
1553 && !glob_sym_btf_matches(sym_name, true /*exact*/,
1664 if (!glob_sym_btf_matches(sym_name, true /*exact*/,
/linux-master/drivers/soc/qcom/
H A Dqcom-geni-se.c604 * @exact: Flag to indicate exact multiple requirement of the requested
612 * - if @exact is true then @res_freq / <an_integer> == @req_freq
613 * - if @exact is false then @res_freq / <an_integer> <= @req_freq
619 bool exact)
644 /* If the new best is exact then we're done */
653 if (exact)
617 geni_se_clk_freq_match(struct geni_se *se, unsigned long req_freq, unsigned int *index, unsigned long *res_freq, bool exact) argument
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S108 | b) N*L1 is exact because N is no longer than 22 bits and
110 | c) The calculation X+N*L1 is also exact due to cancellation.
149 | will all be exact --- a property that will give much
269 | will all be exact --- a property that will be exploited
H A Ddo_func.S324 bra t_resdnrm |force UNFL(but exact) result
404 bra t_resdnrm |force UNFL(but exact) result
H A Dstan.S334 faddx FP_SCR2(%a6),%fp0 |high part of reduction is exact
H A Dres_func.S1516 fbeq int_wrt |exact answer
1524 fbeq int_wrt |exact answer
1561 fbeq int_wrt |exact answer
1569 fbeq int_wrt |exact answer
1606 fbeq int_wrt |exact answer
1614 fbeq int_wrt |exact answer
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3358 * if there's exact match, a negative error if the version could not be
3418 /* short circuit if it's the exact same firmware version */
3496 /* Common case: the firmware on the card is an exact match and
3497 * the filesystem one is an exact match too, or the filesystem
7567 * @nexact: the maximum number of exact MPS filters
7776 u32 exact; local
7783 exact = FW_VI_MAC_CMD_ENTRY_TYPE_V(FW_VI_MAC_TYPE_EXACTMAC);
7785 exact |
7787 p = c.u.exact;
7951 * t4_alloc_mac_filt - allocates exact
[all...]
/linux-master/net/core/
H A Dpktgen.c483 const char *ifname, bool exact);
1989 bool exact = (remove == FIND); local
1992 pkt_dev = pktgen_find_dev(t, ifname, exact);
3722 const char *ifname, bool exact)
3731 if (exact || p->odevname[len] != '@')
3721 pktgen_find_dev(struct pktgen_thread *t, const char *ifname, bool exact) argument
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S195 ! Deciding on an exact value of 'small' is not easy, as the point at which

Completed in 262 milliseconds

12