/linux/tools/perf/util/ |
H A D | hashmap.h | 53 * - for pointer parameters (e.g. old_key) the size of the pointed 126 * through old_key and old_value to allow calling code do proper memory 131 long *old_key, long *old_value); 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 135 hashmap_cast_ptr(old_key), \ 141 #define hashmap__set(map, key, value, old_key, old_value) \ argument 142 hashmap__insert((map), (key), (value), HASHMAP_SET, (old_key), (old_value)) 144 #define hashmap__update(map, key, value, old_key, old_value) \ argument 145 hashmap__insert((map), (key), (value), HASHMAP_UPDATE, (old_key), (old_value)) 150 bool hashmap_delete(struct hashmap *map, long key, long *old_key, lon 152 hashmap__delete(map,key,old_key,old_value) global() argument [all...] |
H A D | expr.c | 95 char *old_key = NULL; in ids__insert() 98 ret = hashmap__set(ids, id, data_ptr, &old_key, &old_data); in ids__insert() local 101 free(old_key); in ids__insert() 112 char *old_key = NULL; in ids__union() 127 ret = hashmap__set(ids1, cur->key, cur->value, &old_key, &old_data); in ids__union() 128 free(old_key); in ids__union() 158 char *old_key = NULL; in expr__add_id_val_source_count() 168 ret = hashmap__set(ctx->ids, id, data_ptr, &old_key, &old_data); in expr__add_id_val_source_count() 171 free(old_key); in expr__add_id_val_source_count() 179 char *old_key 115 char *old_key = NULL; ids__union() local 161 char *old_key = NULL; expr__add_id_val_source_count() local 182 char *old_key = NULL; expr__add_ref() local 280 char *old_key = NULL; expr__del_id() local [all...] |
H A D | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() argument 162 if (old_key) in hashmap_insert() 163 *old_key = 0; in hashmap_insert() 170 if (old_key) in hashmap_insert() 171 *old_key = entry->key; in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete() argument 230 if (old_key) in hashmap_delete() 231 *old_key = entry->key; in hashmap_delete()
|
/linux/tools/lib/bpf/ |
H A D | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() argument 162 if (old_key) in hashmap_insert() 163 *old_key = 0; in hashmap_insert() 170 if (old_key) in hashmap_insert() 171 *old_key = entry->key; in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete() argument 230 if (old_key) in hashmap_delete() 231 *old_key = entry->key; in hashmap_delete()
|
/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 279 err = hashmap__insert(map, "a", "apple", HASHMAP_SET, &old_key, &old_value); in test_hashmap_ptr_iface() 282 CHECK_STR("hashmap__update", old_key, "a"); in test_hashmap_ptr_iface() 289 err = hashmap__set(map, "b", "breadfruit", &old_key, &old_value); in test_hashmap_ptr_iface() 292 CHECK_STR("hashmap__set", old_key, "b"); in test_hashmap_ptr_iface() 295 err = hashmap__update(map, "b", "blueberry", &old_key, &old_value); in test_hashmap_ptr_iface() 298 CHECK_STR("hashmap__update", old_key, "b"); in test_hashmap_ptr_iface() 305 if (CHECK(!hashmap__delete(map, "c", &old_key, &old_value), in test_hashmap_ptr_iface() 308 CHECK_STR("hashmap__delete", old_key, "c"); in test_hashmap_ptr_iface()
|
/linux/Documentation/block/ |
H A D | pr.rst | 64 is non-null. If no existing reservation exists old_key must be zero, 65 if an existing reservation should be replaced old_key must contain 69 in old_key. 92 old_key and replaces it with a new reservation of type for the 100 any outstanding command sent over a connection identified by old_key.
|
/linux/include/linux/ |
H A D | pr.h | 20 int (*pr_register)(struct block_device *bdev, u64 old_key, u64 new_key, 26 int (*pr_preempt)(struct block_device *bdev, u64 old_key, u64 new_key,
|
/linux/include/uapi/linux/ |
H A D | pr.h | 40 __u64 old_key; member 47 __u64 old_key; member
|
/linux/net/mac80211/ |
H A D | key.c | 848 struct ieee80211_key *old_key = NULL; in ieee80211_key_link() local 864 old_key = wiphy_dereference(sdata->local->hw.wiphy, in ieee80211_key_link() 873 (old_key && old_key->conf.cipher != key->conf.cipher)) { in ieee80211_key_link() 890 old_key = wiphy_dereference(sdata->local->hw.wiphy, in ieee80211_key_link() 894 old_key = wiphy_dereference(sdata->local->hw.wiphy, in ieee80211_key_link() 896 if (!old_key) in ieee80211_key_link() 897 old_key = wiphy_dereference(sdata->local->hw.wiphy, in ieee80211_key_link() 903 if (old_key && old_key->conf.cipher != key->conf.cipher) { in ieee80211_key_link() 913 if (ieee80211_key_identical(sdata, old_key, key)) { in ieee80211_key_link() 934 ret = ieee80211_key_replace(sdata, link, sta, pairwise, old_key, key); in ieee80211_key_link() [all …]
|
/linux/drivers/nvme/host/ |
H A D | pr.c | 121 static int nvme_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in nvme_pr_register() argument 130 data.crkey = cpu_to_le64(old_key); in nvme_pr_register() 133 cdw10 = old_key ? NVME_PR_REGISTER_ACT_REPLACE : in nvme_pr_register()
|
/linux/net/bluetooth/ |
H A D | hci_core.c | 1262 struct link_key *key, *old_key; in hci_add_link_key() local 1265 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key() 1266 if (old_key) { in hci_add_link_key() 1267 old_key_type = old_key->type; in hci_add_link_key() 1268 key = old_key; in hci_add_link_key() 1309 struct smp_ltk *key, *old_key; in hci_add_ltk() local 1312 old_key = hci_find_ltk(hdev, bdaddr, addr_type, role); in hci_add_ltk() 1313 if (old_key) in hci_add_ltk() 1314 key = old_key; in hci_add_ltk()
|
/linux/block/ |
H A D | ioctl.c | 343 return ops->pr_register(bdev, reg.old_key, reg.new_key, reg.flags); in blkdev_pr_register() 397 return ops->pr_preempt(bdev, p.old_key, p.new_key, p.type, abort); in blkdev_pr_preempt()
|
/linux/drivers/scsi/ |
H A D | sd.c | 2085 static int sd_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_register() argument 2091 old_key, new_key, 0, in sd_pr_register() 2110 static int sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_preempt() argument 2113 return sd_pr_out_command(bdev, abort ? 0x05 : 0x04, old_key, new_key, in sd_pr_preempt()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 2071 struct ieee80211_key_conf *key, *old_key; in iwl_mvm_mlo_gtk_rekey() local 2128 old_key = old_keys->key[link_id][key_id]; in iwl_mvm_mlo_gtk_rekey() 2129 if (old_key) { in iwl_mvm_mlo_gtk_rekey() 2133 ieee80211_remove_key(old_key); in iwl_mvm_mlo_gtk_rekey()
|