Home
last modified time | relevance | path

Searched defs:best_match (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/ntfs3/
Dlznt.c31 const u8 *best_match; member
/linux-6.12.1/drivers/mtd/spi-nor/
Dcore.c2411 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read() local
2442 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp() local
/linux-6.12.1/drivers/media/i2c/et8ek8/
Det8ek8_driver.c407 struct et8ek8_reglist *best_match = NULL; in et8ek8_reglist_find_mode_fmt() local
/linux-6.12.1/rust/kernel/
Drbtree.rs424 let mut best_match: Option<NonNull<Node<K, V>>> = None; in cursor_lower_bound() localVariable
/linux-6.12.1/drivers/of/
Dbase.c1000 const struct of_device_id *best_match = NULL; in __of_match_node() local
/linux-6.12.1/net/ipv4/
Dtcp_ipv4.c1256 struct tcp_md5sig_key *best_match = NULL; local