Searched refs:best_match (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ntfs3/
H A Dlznt.c31 const u8 *best_match; member in struct:lznt
78 ctx->best_match = hash[1];
81 ctx->best_match = hash[0];
103 ctx->best_match = ptr;
179 t16 = make_pair(up - ctx->best_match, max_len, idx);
/linux-master/drivers/media/i2c/et8ek8/
H A Det8ek8_driver.c407 struct et8ek8_reglist *best_match = NULL; local
438 if (dist < max_dist_match || !best_match) {
439 best_match = *list;
450 return best_match ? best_match : best_other;
/linux-master/drivers/mtd/spi-nor/
H A Dcore.c2438 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; local
2441 if (best_match < 0)
2444 cmd = spi_nor_hwcaps_read2cmd(BIT(best_match));
2469 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; local
2472 if (best_match < 0)
2475 cmd = spi_nor_hwcaps_pp2cmd(BIT(best_match));
/linux-master/drivers/of/
H A Dbase.c999 const struct of_device_id *best_match = NULL; local
1009 best_match = matches;
1014 return best_match;
/linux-master/net/ipv4/
H A Dtcp_ipv4.c1248 struct tcp_md5sig_key *best_match = NULL; local
1277 if (match && better_md5_match(best_match, key))
1278 best_match = key;
1280 return best_match;

Completed in 122 milliseconds