Searched refs:root_ids (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/ |
A D | amd_nb.c | 208 const struct pci_device_id *root_ids = amd_root_ids; in amd_cache_northbridges() local 220 root_ids = hygon_root_ids; in amd_cache_northbridges() 233 while ((root = next_northbridge(root, root_ids))) in amd_cache_northbridges() 259 next_northbridge(root, root_ids); in amd_cache_northbridges() 275 root = next_northbridge(root, root_ids); in amd_cache_northbridges()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | backref.h | 99 void (*cache_store)(u64 leaf_bytenr, const struct ulist *root_ids,
|
A D | backref.c | 44 const u64 *root_ids; in check_extent_in_eb() local 64 cached = ctx->cache_lookup(eb->start, ctx->user_ctx, &root_ids, in check_extent_in_eb() 73 data_len, root_ids[i], in check_extent_in_eb() 2419 const u64 *root_ids; in iterate_extent_inodes() local 2424 &root_ids, &root_count); in iterate_extent_inodes() 2429 root_ids[i], in iterate_extent_inodes()
|
A D | send.c | 112 u64 root_ids[SEND_MAX_BACKREF_CACHE_ROOTS]; member 1433 *root_ids_ret = entry->root_ids; in lookup_backref_cache() 1439 static void store_backref_cache(u64 leaf_bytenr, const struct ulist *root_ids, in store_backref_cache() argument 1464 while ((node = ulist_next(root_ids, &uiter)) != NULL) { in store_backref_cache() 1480 new_entry->root_ids[new_entry->num_roots] = root_id; in store_backref_cache()
|
Completed in 22 milliseconds