Home
last modified time | relevance | path

Searched refs:best_match (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ntfs3/ !
H A Dlznt.c31 const u8 *best_match; member
78 ctx->best_match = hash[1]; in longest_match_std()
81 ctx->best_match = hash[0]; in longest_match_std()
103 ctx->best_match = ptr; in longest_match_best()
179 t16 = make_pair(up - ctx->best_match, max_len, idx); in compress_chunk()
/linux/drivers/mtd/spi-nor/ !
H A Dcore.c2539 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read() local
2542 if (best_match < 0) in spi_nor_select_read()
2545 cmd = spi_nor_hwcaps_read2cmd(BIT(best_match)); in spi_nor_select_read()
2570 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp() local
2573 if (best_match < 0) in spi_nor_select_pp()
2576 cmd = spi_nor_hwcaps_pp2cmd(BIT(best_match)); in spi_nor_select_pp()
/linux/drivers/of/ !
H A Dbase.c1123 const struct of_device_id *best_match = NULL; in __of_match_node() local
1133 best_match = matches; in __of_match_node()
1138 return best_match; in __of_match_node()
/linux/net/ipv4/ !
H A Dtcp_ipv4.c1268 struct tcp_md5sig_key *best_match = NULL; local
1297 if (match && better_md5_match(best_match, key))
1298 best_match = key;
1300 return best_match;