/openbmc/linux/tools/lib/bpf/ |
H A D | hashmap.h | 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 141 #define hashmap__set(map, key, value, old_key, old_value) \ argument 144 #define hashmap__update(map, key, value, old_key, old_value) \ argument 152 #define hashmap__delete(map, key, old_key, old_value) \ argument
|
H A D | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete()
|
/openbmc/linux/tools/perf/util/ |
H A D | hashmap.h | 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 141 #define hashmap__set(map, key, value, old_key, old_value) \ argument 144 #define hashmap__update(map, key, value, old_key, old_value) \ argument 152 #define hashmap__delete(map, key, old_key, old_value) \ argument
|
H A D | expr.c | 102 char *old_key = NULL; in ids__insert() local 119 char *old_key = NULL; in ids__union() local 165 char *old_key = NULL; in expr__add_id_val_source_count() local 186 char *old_key = NULL; in expr__add_ref() local 284 char *old_key = NULL; in expr__del_id() local
|
H A D | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pr.h | 40 __u64 old_key; member 47 __u64 old_key; member
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 262 const char *key, *value, *old_key, *old_value; in test_hashmap_ptr_iface() local
|
/openbmc/qemu/target/s390x/ |
H A D | mmu_helper.c | 304 uint8_t key, old_key; in mmu_handle_skey() local
|
/openbmc/linux/drivers/md/ |
H A D | dm.c | 3145 u64 old_key; member 3217 static int dm_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_register() 3348 static int dm_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_preempt()
|
/openbmc/linux/net/mac80211/ |
H A D | key.c | 851 struct ieee80211_key *old_key = NULL; in ieee80211_key_link() local
|
/openbmc/linux/drivers/scsi/ |
H A D | sd.c | 1925 static int sd_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_register() 1950 static int sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_preempt()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 1257 struct link_key *key, *old_key; in hci_add_link_key() local 1304 struct smp_ltk *key, *old_key; in hci_add_ltk() local
|