Home
last modified time | relevance | path

Searched refs:victim (Results 1 – 10 of 10) sorted by relevance

/drivers/usb/core/
A Durb.c809 struct urb *victim; in usb_kill_anchored_urbs() local
818 usb_get_urb(victim); in usb_kill_anchored_urbs()
822 usb_put_urb(victim); in usb_kill_anchored_urbs()
847 struct urb *victim; in usb_poison_anchored_urbs() local
857 usb_get_urb(victim); in usb_poison_anchored_urbs()
861 usb_put_urb(victim); in usb_poison_anchored_urbs()
957 struct urb *victim; in usb_get_from_anchor() local
964 usb_get_urb(victim); in usb_get_from_anchor()
967 victim = NULL; in usb_get_from_anchor()
971 return victim; in usb_get_from_anchor()
[all …]
/drivers/md/dm-vdo/
A Dint-map.c676 struct bucket *victim = search_hop_list(bucket, key, &previous); in vdo_int_map_remove() local
678 if (victim == NULL) { in vdo_int_map_remove()
687 value = victim->value; in vdo_int_map_remove()
688 victim->value = NULL; in vdo_int_map_remove()
689 victim->key = 0; in vdo_int_map_remove()
694 bucket->first_hop = victim->next_hop; in vdo_int_map_remove()
696 previous->next_hop = victim->next_hop; in vdo_int_map_remove()
699 victim->next_hop = NULL_HOP_OFFSET; in vdo_int_map_remove()
/drivers/mmc/core/
A Dsdio_cis.c385 struct sdio_func_tuple *tuple, *victim; in sdio_free_common_cis() local
390 victim = tuple; in sdio_free_common_cis()
392 kfree(victim); in sdio_free_common_cis()
420 struct sdio_func_tuple *tuple, *victim; in sdio_free_func_cis() local
425 victim = tuple; in sdio_free_func_cis()
427 kfree(victim); in sdio_free_func_cis()
/drivers/firmware/arm_scmi/
A Dbus.c170 struct scmi_requested_dev *victim, *tmp; in scmi_protocol_device_unrequest() local
172 list_for_each_entry_safe(victim, tmp, phead, node) { in scmi_protocol_device_unrequest()
173 if (!strcmp(victim->id_table->name, id_table->name)) { in scmi_protocol_device_unrequest()
174 list_del(&victim->node); in scmi_protocol_device_unrequest()
179 (void *)victim->id_table); in scmi_protocol_device_unrequest()
180 kfree(victim); in scmi_protocol_device_unrequest()
/drivers/dax/
A Dbus.c540 struct device *victim; in delete_store() local
547 victim = device_find_child_by_name(dax_region->dev, buf); in delete_store()
548 if (!victim) in delete_store()
552 device_lock(victim); in delete_store()
553 dev_dax = to_dev_dax(victim); in delete_store()
555 if (victim->driver || dev_dax_size(dev_dax)) in delete_store()
567 if (dax_region->seed == victim) in delete_store()
569 if (dax_region->youngest == victim) in delete_store()
575 device_unlock(victim); in delete_store()
579 devm_release_action(dev, unregister_dev_dax, victim); in delete_store()
[all …]
/drivers/mtd/ubi/
A Dfastmap-wl.c29 struct ubi_wl_entry *e, *victim = NULL; in find_anchor_wl_entry() local
34 victim = e; in find_anchor_wl_entry()
39 return victim; in find_anchor_wl_entry()
A Dfastmap.c247 struct ubi_ainf_peb *aeb, *victim; in update_vol() local
280 victim = ubi_alloc_aeb(ai, aeb->pnum, aeb->ec); in update_vol()
281 if (!victim) in update_vol()
284 list_add_tail(&victim->u.list, &ai->erase); in update_vol()
/drivers/cxl/
A Dacpi.c789 struct resource *victim = cxl_get_public_resource(res); in remove_cxl_resources() local
794 if (victim) { in remove_cxl_resources()
795 remove_resource(victim); in remove_cxl_resources()
796 kfree(victim); in remove_cxl_resources()
/drivers/acpi/apei/
A Dghes.c1065 struct ghes_estatus_cache __rcu *victim; in ghes_estatus_cache_add() local
1101 victim = xchg_release(&ghes_estatus_caches[slot], in ghes_estatus_cache_add()
1111 if (victim) in ghes_estatus_cache_add()
1112 call_rcu(&unrcu_pointer(victim)->rcu, in ghes_estatus_cache_add()
/drivers/nvdimm/
A Dlabel.c810 struct nd_label_ent *victim) in reap_victim() argument
813 u32 slot = to_slot(ndd, victim->label); in reap_victim()
817 victim->label = NULL; in reap_victim()

Completed in 793 milliseconds