Home
last modified time | relevance | path

Searched refs:first_key (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/md/dm-vdo/indexer/
H A Dradix-sort.c47 sort_key_t *first_key; member
78 while ((--next >= task.first_key) && in insert_key()
94 for (next = task.first_key + 1; next <= task.last_key; next++) in insertion_sort()
99 static inline void push_task(struct task **stack_pointer, sort_key_t *first_key, in push_task() argument
104 task->first_key = first_key; in push_task()
105 task->last_key = &first_key[count - 1]; in push_task()
134 for (key_ptr = task.first_key; key_ptr <= task.last_key; key_ptr++) { in measure_bins()
174 struct histogram *bins, sort_key_t *first_key, in push_bins() argument
177 sort_key_t *pile_start = first_key; in push_bins()
248 .first_key = keys, in uds_radix_sort()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c35 long long key, next_key, first_key, value; in test_hashmap() local
102 assert(bpf_map_get_next_key(fd, NULL, &first_key) == 0 && in test_hashmap()
103 (first_key == 1 || first_key == 2)); in test_hashmap()
105 (next_key == first_key)); in test_hashmap()
108 (next_key != first_key)); in test_hashmap()
152 long long key, next_key, first_key; in test_hashmap_percpu() local
223 assert(bpf_map_get_next_key(fd, NULL, &first_key) == 0 && in test_hashmap_percpu()
224 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu()
[all...]
/linux/fs/btrfs/
H A Dqgroup.h169 struct btrfs_key first_key; member
H A Ddelayed-inode.c666 struct btrfs_key first_key; in btrfs_insert_delayed_item() local
729 first_key.objectid = node->inode_id; in btrfs_insert_delayed_item()
730 first_key.type = BTRFS_DIR_INDEX_KEY; in btrfs_insert_delayed_item()
731 first_key.offset = first_item->index; in btrfs_insert_delayed_item()
732 batch.keys = &first_key; in btrfs_insert_delayed_item()
H A Dtree-checker.c2328 ret = btrfs_comp_cpu_keys(&check->first_key, &found_key); in btrfs_verify_level_key()
2333 eb->start, check->transid, check->first_key.objectid, in btrfs_verify_level_key()
2334 check->first_key.type, check->first_key.offset, in btrfs_verify_level_key()
H A Dprint-tree.c625 btrfs_node_key_to_cpu(c, &check.first_key, i); in btrfs_print_tree()
H A Dqgroup.c4783 btrfs_node_key_to_cpu(reloc_parent, &block->first_key, reloc_slot); in btrfs_qgroup_add_swapped_blocks()
4869 memcpy(&check.first_key, &block->first_key, sizeof(check.first_key)); in btrfs_qgroup_trace_subtree_after_cow()
H A Ddisk-io.c419 const struct btrfs_key *expect_key = &check->first_key; in btrfs_validate_extent_buffer()
H A Dextent-tree.c5706 btrfs_node_key_to_cpu(path->nodes[level], &check.first_key, path->slots[level]); in check_next_block_uptodate()
H A Dtree-log.c3015 btrfs_node_key_to_cpu(cur, &check.first_key, path->slots[*level]); in walk_down_log_tree()
/linux/drivers/md/persistent-data/
H A Ddm-btree-remove.c750 uint64_t *first_key, uint64_t end_key, in dm_btree_remove_leaves() argument
757 r = remove_one(info, root, first_key, end_key, &root, nr_removed); in dm_btree_remove_leaves()
/linux/net/ipv4/
H A Dtcp_ao.c1194 struct tcp_ao_key *key, *new_key, *first_key; in tcp_ao_copy_all_matching() local
1260 first_key = hlist_entry_safe(key_head, struct tcp_ao_key, node); in tcp_ao_copy_all_matching()
1266 new_ao->current_key = first_key; in tcp_ao_copy_all_matching()
1273 new_ao->rnext_key = first_key; in tcp_ao_copy_all_matching()