/linux-5.19.10/tools/perf/util/ |
D | expr.c | 96 char *old_key = NULL; in ids__insert() local 100 (const void **)&old_key, (void **)&old_data); in ids__insert() 103 free(old_key); in ids__insert() 114 char *old_key = NULL; in ids__union() local 130 (const void **)&old_key, (void **)&old_data); in ids__union() 131 free(old_key); in ids__union() 161 char *old_key = NULL; in expr__add_id_val_source_count() local 172 (const void **)&old_key, (void **)&old_data); in expr__add_id_val_source_count() 175 free(old_key); in expr__add_id_val_source_count() 183 char *old_key = NULL; in expr__add_ref() local [all …]
|
D | hashmap.c | 156 const void **old_key, void **old_value) in hashmap__insert() argument 162 if (old_key) in hashmap__insert() 163 *old_key = NULL; in hashmap__insert() 170 if (old_key) in hashmap__insert() 171 *old_key = entry->key; in hashmap__insert() 221 const void **old_key, void **old_value) in hashmap__delete() argument 230 if (old_key) in hashmap__delete() 231 *old_key = entry->key; in hashmap__delete()
|
D | hashmap.h | 114 const void **old_key, void **old_value); 124 const void **old_key, void **old_value) in hashmap__set() argument 127 old_key, old_value); in hashmap__set() 132 const void **old_key, void **old_value) in hashmap__update() argument 135 old_key, old_value); in hashmap__update() 145 const void **old_key, void **old_value);
|
/linux-5.19.10/tools/lib/bpf/ |
D | hashmap.c | 156 const void **old_key, void **old_value) in hashmap__insert() argument 162 if (old_key) in hashmap__insert() 163 *old_key = NULL; in hashmap__insert() 170 if (old_key) in hashmap__insert() 171 *old_key = entry->key; in hashmap__insert() 221 const void **old_key, void **old_value) in hashmap__delete() argument 230 if (old_key) in hashmap__delete() 231 *old_key = entry->key; in hashmap__delete()
|
D | hashmap.h | 114 const void **old_key, void **old_value); 124 const void **old_key, void **old_value) in hashmap__set() argument 127 old_key, old_value); in hashmap__set() 132 const void **old_key, void **old_value) in hashmap__update() argument 135 old_key, old_value); in hashmap__update() 145 const void **old_key, void **old_value);
|
/linux-5.19.10/include/linux/ |
D | pr.h | 8 int (*pr_register)(struct block_device *bdev, u64 old_key, u64 new_key, 14 int (*pr_preempt)(struct block_device *bdev, u64 old_key, u64 new_key,
|
/linux-5.19.10/include/uapi/linux/ |
D | pr.h | 23 __u64 old_key; member 30 __u64 old_key; member
|
/linux-5.19.10/Documentation/block/ |
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-5.19.10/net/mac80211/ |
D | key.c | 811 struct ieee80211_key *old_key; in ieee80211_key_link() local 827 old_key = key_mtx_dereference(sdata->local, sta->ptk[idx]); in ieee80211_key_link() 834 (old_key && old_key->conf.cipher != key->conf.cipher)) in ieee80211_key_link() 837 old_key = key_mtx_dereference(sdata->local, in ieee80211_key_link() 840 old_key = key_mtx_dereference(sdata->local, sdata->keys[idx]); in ieee80211_key_link() 845 if (old_key && old_key->conf.cipher != key->conf.cipher) in ieee80211_key_link() 853 if (ieee80211_key_identical(sdata, old_key, key)) { in ieee80211_key_link() 871 ret = ieee80211_key_replace(sdata, sta, pairwise, old_key, key); in ieee80211_key_link() 875 ieee80211_key_destroy(old_key, delay_tailroom); in ieee80211_key_link()
|
/linux-5.19.10/drivers/md/ |
D | dm.c | 3045 u64 old_key; member 3094 return ops->pr_register(dev->bdev, pr->old_key, pr->new_key, pr->flags); in __dm_pr_register() 3097 static int dm_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_register() argument 3101 .old_key = old_key, in dm_pr_register() 3111 pr.old_key = new_key; in dm_pr_register() 3162 static int dm_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_preempt() argument 3175 r = ops->pr_preempt(bdev, old_key, new_key, type, abort); in dm_pr_preempt()
|
/linux-5.19.10/block/ |
D | ioctl.c | 272 return ops->pr_register(bdev, reg.old_key, reg.new_key, reg.flags); in blkdev_pr_register() 326 return ops->pr_preempt(bdev, p.old_key, p.new_key, p.type, abort); in blkdev_pr_preempt()
|
/linux-5.19.10/net/bluetooth/ |
D | hci_core.c | 1293 struct link_key *key, *old_key; in hci_add_link_key() local 1296 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key() 1297 if (old_key) { in hci_add_link_key() 1298 old_key_type = old_key->type; in hci_add_link_key() 1299 key = old_key; in hci_add_link_key() 1340 struct smp_ltk *key, *old_key; in hci_add_ltk() local 1343 old_key = hci_find_ltk(hdev, bdaddr, addr_type, role); in hci_add_ltk() 1344 if (old_key) in hci_add_ltk() 1345 key = old_key; in hci_add_ltk()
|
/linux-5.19.10/drivers/scsi/ |
D | sd.c | 1735 static int sd_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_register() argument 1741 old_key, new_key, 0, in sd_pr_register() 1758 static int sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_preempt() argument 1761 return sd_pr_command(bdev, abort ? 0x05 : 0x04, old_key, new_key, in sd_pr_preempt()
|