/linux-6.3-rc2/tools/perf/util/ |
A D | hashmap.h | 143 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 151 #define hashmap__set(map, key, value, old_key, old_value) \ argument 154 #define hashmap__update(map, key, value, old_key, old_value) \ argument 162 #define hashmap__delete(map, key, old_key, old_value) \ argument
|
A D | expr.c | 98 char *old_key = NULL; in ids__insert() local 115 char *old_key = NULL; in ids__union() local 161 char *old_key = NULL; in expr__add_id_val_source_count() local 182 char *old_key = NULL; in expr__add_ref() local 280 char *old_key = NULL; in expr__del_id() local
|
A D | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | hashmap.h | 143 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 151 #define hashmap__set(map, key, value, old_key, old_value) \ argument 154 #define hashmap__update(map, key, value, old_key, old_value) \ argument 162 #define hashmap__delete(map, key, old_key, old_value) \ argument
|
A D | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | pr.h | 40 __u64 old_key; member 47 __u64 old_key; member
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | hashmap.c | 262 const char *key, *value, *old_key, *old_value; in test_hashmap_ptr_iface() local
|
/linux-6.3-rc2/drivers/md/ |
A D | dm.c | 3110 u64 old_key; member 3180 static int dm_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_register() 3311 static int dm_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_preempt()
|
/linux-6.3-rc2/net/mac80211/ |
A D | key.c | 844 struct ieee80211_key *old_key = NULL; in ieee80211_key_link() local
|
/linux-6.3-rc2/drivers/scsi/ |
A D | sd.c | 1783 static int sd_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_register() 1806 static int sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_preempt()
|
/linux-6.3-rc2/net/bluetooth/ |
A D | hci_core.c | 1306 struct link_key *key, *old_key; in hci_add_link_key() local 1353 struct smp_ltk *key, *old_key; in hci_add_ltk() local
|