Searched refs:key_ptr (Results 1 – 12 of 12) sorted by relevance
/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 64 BUG_ON((void *) key_ptr(n, shift) >= value_ptr(n, shift)); in node_shift() 65 memmove(key_ptr(n, 0), in node_shift() 66 key_ptr(n, shift), in node_shift() 73 memmove(key_ptr(n, shift), in node_shift() 74 key_ptr(n, 0), in node_shift() 91 memcpy(key_ptr(left, nr_left), in node_copy() 92 key_ptr(right, 0), in node_copy() 99 memcpy(key_ptr(right, 0), in node_copy() 100 key_ptr(left, nr_left - shift), in node_copy() 119 memmove(key_ptr(n, index), in delete_at() [all …]
|
D | dm-btree-internal.h | 108 static inline __le64 *key_ptr(struct btree_node *n, uint32_t index) in key_ptr() function
|
D | dm-btree.c | 920 *key_ptr(parent, parent_index) = right->keys[0]; in rebalance_left() 949 *key_ptr(parent, parent_index + 1) = right->keys[0]; in rebalance_right() 1433 keys = le64_to_cpu(*key_ptr(n, i)); in walk_node() 1618 *key = le64_to_cpu(*key_ptr(bn, n->index)); in dm_btree_cursor_get_value()
|
/drivers/firmware/efi/libstub/ |
D | mem.c | 63 if (map->key_ptr) in efi_get_memory_map() 64 *map->key_ptr = key; in efi_get_memory_map()
|
D | efi-stub-helper.c | 453 status = efi_bs_call(exit_boot_services, handle, *map->key_ptr); in efi_exit_boot_services() 473 map->key_ptr, in efi_exit_boot_services() 486 status = efi_bs_call(exit_boot_services, handle, *map->key_ptr); in efi_exit_boot_services()
|
D | randomalloc.c | 69 map.key_ptr = NULL; in efi_random_alloc()
|
D | relocate.c | 37 boot_map.key_ptr = NULL; in efi_low_alloc_above()
|
D | arm64-stub.c | 56 map.key_ptr = NULL; in check_image_region()
|
D | fdt.c | 259 map.key_ptr = &mmap_key; in allocate_new_fdt_and_exit_boot()
|
D | efistub.h | 165 unsigned long *key_ptr; member
|
D | x86-stub.c | 647 map.key_ptr = &key; in exit_boot()
|
/drivers/misc/altera-stapl/ |
D | altera.c | 2134 char *key_ptr; in altera_get_note() local 2162 key_ptr = &p[note_strings + in altera_get_note() 2165 if (key && !strncasecmp(key, key_ptr, strlen(key_ptr))) { in altera_get_note()
|