Searched refs:match_entry (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | lru_cache.c | 23 static struct btrfs_lru_cache_entry *match_entry(struct list_head *head, u64 key, in match_entry() function 55 entry = match_entry(head, key, gen); in btrfs_lru_cache_lookup() 126 if (match_entry(head, key, new_entry->gen) != NULL) in btrfs_lru_cache_store()
|
/openbmc/u-boot/lib/ |
H A D | hashtable.c | 566 static int match_entry(ENTRY *ep, int flag, in match_entry() function 621 int found = match_entry(ep, flag, argc, argv); in hexport_r()
|