/third_party/pulseaudio/src/modules/ |
H A D | module-device-manager.c | 392 pa_datum next_key; in dump_database() local 394 done = !pa_database_next(u->database, &key, &next_key, NULL); in dump_database() 411 key = next_key; in dump_database() 513 pa_datum next_key; in load_or_initialize_entry() local 515 done = !pa_database_next(u->database, &key, &next_key, NULL); in load_or_initialize_entry() 534 key = next_key; in load_or_initialize_entry() 581 pa_datum next_key; in update_highest_priority_device_indexes() local 583 done = !pa_database_next(u->database, &key, &next_key, NULL); in update_highest_priority_device_indexes() 645 key = next_key; in update_highest_priority_device_indexes() 1184 pa_datum next_key; in extension_cb() local 1401 pa_datum next_key; extension_cb() local [all...] |
H A D | module-stream-restore.c | 1923 pa_datum next_key; in stream_restore_dump_database() local 1927 done = !pa_database_next(u->database, &key, &next_key, NULL); in stream_restore_dump_database() 1946 key = next_key; in stream_restore_dump_database() 1991 pa_datum next_key; in extension_cb() local 1995 done = !pa_database_next(u->database, &key, &next_key, NULL); in extension_cb() 2015 key = next_key; in extension_cb() 2252 pa_datum next_key; in clean_up_db() local 2283 done = !pa_database_next(u->database, &key, &next_key, NULL); in clean_up_db() 2285 key = next_key; in clean_up_db() 2408 pa_datum next_key; in pa__init() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_lru_map.c | 106 unsigned long long next_key = 0; in map_subset() local 110 while (!bpf_map_get_next_key(map1, &next_key, &next_key)) { in map_subset() 111 assert(!bpf_map_lookup_elem(map1, &next_key, value1)); in map_subset() 112 ret = bpf_map_lookup_elem(map0, &next_key, value0); in map_subset() 115 next_key, strerror(errno), errno); in map_subset() 120 next_key, value0[0], value1[0]); in map_subset()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_lru_map.c | 95 unsigned long long next_key = 0; in map_subset() local 99 while (!bpf_map_get_next_key(map1, &next_key, &next_key)) { in map_subset() 100 assert(!bpf_map_lookup_elem(map1, &next_key, value1)); in map_subset() 101 ret = bpf_map_lookup_elem(map0, &next_key, value0); in map_subset() 104 next_key, strerror(errno), errno); in map_subset() 109 next_key, value0[0], value1[0]); in map_subset()
|
/third_party/libdrm/ |
H A D | xf86drmSL.c | 233 unsigned long *next_key, void **next_value) in drmSLLookupNeighbors() 241 *prev_key = *next_key = key; in drmSLLookupNeighbors() 249 *next_key = update[0]->forward[0]->key; in drmSLLookupNeighbors() 231 drmSLLookupNeighbors(void *l, unsigned long key, unsigned long *prev_key, void **prev_value, unsigned long *next_key, void **next_value) drmSLLookupNeighbors() argument
|
/third_party/toybox/toys/posix/ |
H A D | sort.c | 77 struct sort_key *next_key; // linked list member 167 while (*pkey) pkey = &((*pkey)->next_key); in add_key() 250 for (key=(struct sort_key *)TT.key_list; !retval && key; key = key->next_key){ in compare_keys()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | cmsg.c | 404 void *next_key) in nfp_bpf_ctrl_getfirst_entry() 407 NULL, NULL, 0, next_key, NULL); in nfp_bpf_ctrl_getfirst_entry() 411 void *key, void *next_key) in nfp_bpf_ctrl_getnext_entry() 414 key, NULL, 0, next_key, NULL); in nfp_bpf_ctrl_getnext_entry() 403 nfp_bpf_ctrl_getfirst_entry(struct bpf_offloaded_map *offmap, void *next_key) nfp_bpf_ctrl_getfirst_entry() argument 410 nfp_bpf_ctrl_getnext_entry(struct bpf_offloaded_map *offmap, void *key, void *next_key) nfp_bpf_ctrl_getnext_entry() argument
|
H A D | offload.c | 309 void *key, void *next_key) in nfp_bpf_map_get_next_key() 312 return nfp_bpf_ctrl_getfirst_entry(offmap, next_key); in nfp_bpf_map_get_next_key() 313 return nfp_bpf_ctrl_getnext_entry(offmap, key, next_key); in nfp_bpf_map_get_next_key() 308 nfp_bpf_map_get_next_key(struct bpf_offloaded_map *offmap, void *key, void *next_key) nfp_bpf_map_get_next_key() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | cmsg.c | 404 void *next_key) in nfp_bpf_ctrl_getfirst_entry() 407 NULL, NULL, 0, next_key, NULL); in nfp_bpf_ctrl_getfirst_entry() 411 void *key, void *next_key) in nfp_bpf_ctrl_getnext_entry() 414 key, NULL, 0, next_key, NULL); in nfp_bpf_ctrl_getnext_entry() 403 nfp_bpf_ctrl_getfirst_entry(struct bpf_offloaded_map *offmap, void *next_key) nfp_bpf_ctrl_getfirst_entry() argument 410 nfp_bpf_ctrl_getnext_entry(struct bpf_offloaded_map *offmap, void *key, void *next_key) nfp_bpf_ctrl_getnext_entry() argument
|
H A D | offload.c | 309 void *key, void *next_key) in nfp_bpf_map_get_next_key() 312 return nfp_bpf_ctrl_getfirst_entry(offmap, next_key); in nfp_bpf_map_get_next_key() 313 return nfp_bpf_ctrl_getnext_entry(offmap, key, next_key); in nfp_bpf_map_get_next_key() 308 nfp_bpf_map_get_next_key(struct bpf_offloaded_map *offmap, void *key, void *next_key) nfp_bpf_map_get_next_key() argument
|
/kernel/linux/linux-5.10/tools/perf/ui/tui/ |
H A D | util.c | 139 goto next_key; in ui_browser__input_window() 158 next_key: in ui_browser__input_window()
|
/kernel/linux/linux-6.6/tools/perf/ui/tui/ |
H A D | util.c | 139 goto next_key; in ui_browser__input_window() 158 next_key: in ui_browser__input_window()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | random.c | 665 u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; in extract_entropy() local 683 /* next_key = HASHPRF(seed, RDSEED || 0) */ in extract_entropy() 685 blake2s(next_key, (u8 *)&block, seed, sizeof(next_key), sizeof(block), sizeof(seed)); in extract_entropy() 686 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key)); in extract_entropy() 689 memzero_explicit(next_key, sizeof(next_key)); in extract_entropy()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | random.c | 654 u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; in extract_entropy() local 680 /* next_key = HASHPRF(seed, RDSEED || 0) */ in extract_entropy() 682 blake2s(next_key, (u8 *)&block, seed, sizeof(next_key), sizeof(block), sizeof(seed)); in extract_entropy() 683 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key)); in extract_entropy() 686 memzero_explicit(next_key, sizeof(next_key)); in extract_entropy()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | reada.c | 137 struct btrfs_key next_key; in __readahead_hook() local 141 btrfs_node_key_to_cpu(eb, &next_key, i + 1); in __readahead_hook() 143 next_key = re->top; in __readahead_hook() 167 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook() 168 reada_add_block(rc, bytenr, &next_key, n_gen); in __readahead_hook()
|
H A D | relocation.c | 1189 struct btrfs_path *path, struct btrfs_key *next_key, in replace_path() 1233 if (next_key) { in replace_path() 1234 next_key->objectid = (u64)-1; in replace_path() 1235 next_key->type = (u8)-1; in replace_path() 1236 next_key->offset = (u64)-1; in replace_path() 1252 if (next_key && slot + 1 < btrfs_header_nritems(parent)) in replace_path() 1253 btrfs_node_key_to_cpu(parent, next_key, slot + 1); in replace_path() 1663 struct btrfs_key next_key; in merge_reloc_root() local 1703 btrfs_node_key_to_cpu(path->nodes[level], &next_key, in merge_reloc_root() 1705 WARN_ON(memcmp(&key, &next_key, sizeo in merge_reloc_root() 1187 replace_path(struct btrfs_trans_handle *trans, struct reloc_control *rc, struct btrfs_root *dest, struct btrfs_root *src, struct btrfs_path *path, struct btrfs_key *next_key, int lowest_level, int max_level) replace_path() argument [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | lpm_trie.c | 632 struct bpf_lpm_trie_key *key = _key, *next_key = _next_key; in trie_get_next_key() local 718 next_key->prefixlen = next_node->prefixlen; in trie_get_next_key() 719 memcpy((void *)next_key + offsetof(struct bpf_lpm_trie_key, data), in trie_get_next_key()
|
H A D | reuseport_array.c | 334 void *next_key) in reuseport_array_get_next_key() 338 u32 *next = (u32 *)next_key; in reuseport_array_get_next_key() 333 reuseport_array_get_next_key(struct bpf_map *map, void *key, void *next_key) reuseport_array_get_next_key() argument
|
H A D | devmap.c | 261 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key() argument 265 u32 *next = next_key; in dev_map_get_next_key() 293 void *next_key) in dev_map_hash_get_next_key() 296 u32 idx, *next = next_key; in dev_map_hash_get_next_key() 292 dev_map_hash_get_next_key(struct bpf_map *map, void *key, void *next_key) dev_map_hash_get_next_key() argument
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | lpm_trie.c | 619 struct bpf_lpm_trie_key *key = _key, *next_key = _next_key; in trie_get_next_key() local 705 next_key->prefixlen = next_node->prefixlen; in trie_get_next_key() 706 memcpy((void *)next_key + offsetof(struct bpf_lpm_trie_key, data), in trie_get_next_key()
|
H A D | reuseport_array.c | 317 void *next_key) in reuseport_array_get_next_key() 321 u32 *next = (u32 *)next_key; in reuseport_array_get_next_key() 316 reuseport_array_get_next_key(struct bpf_map *map, void *key, void *next_key) reuseport_array_get_next_key() argument
|
H A D | bloom_filter.c | 78 static int bloom_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in bloom_map_get_next_key() argument
|
/kernel/linux/linux-5.10/net/xdp/ |
H A D | xskmap.c | 118 static int xsk_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in xsk_map_get_next_key() argument 122 u32 *next = next_key; in xsk_map_get_next_key()
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xskmap.c | 104 static int xsk_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in xsk_map_get_next_key() argument 108 u32 *next = next_key; in xsk_map_get_next_key()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | relocation.c | 1213 struct btrfs_path *path, struct btrfs_key *next_key, in replace_path() 1259 if (next_key) { in replace_path() 1260 next_key->objectid = (u64)-1; in replace_path() 1261 next_key->type = (u8)-1; in replace_path() 1262 next_key->offset = (u64)-1; in replace_path() 1276 if (next_key && slot + 1 < btrfs_header_nritems(parent)) in replace_path() 1277 btrfs_node_key_to_cpu(parent, next_key, slot + 1); in replace_path() 1698 struct btrfs_key next_key; in merge_reloc_root() local 1737 btrfs_node_key_to_cpu(path->nodes[level], &next_key, in merge_reloc_root() 1739 WARN_ON(memcmp(&key, &next_key, sizeo in merge_reloc_root() 1211 replace_path(struct btrfs_trans_handle *trans, struct reloc_control *rc, struct btrfs_root *dest, struct btrfs_root *src, struct btrfs_path *path, struct btrfs_key *next_key, int lowest_level, int max_level) replace_path() argument [all...] |