Home
last modified time | relevance | path

Searched refs:dev_tmr_list (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_tmr.c191 list_for_each_entry_safe(tmr_p, tmr_pp, &dev->dev_tmr_list, tmr_list) { in core_tmr_drain_tmr_list()
H A Dtarget_core_device.c718 INIT_LIST_HEAD(&dev->dev_tmr_list); in target_alloc_device()
H A Dtarget_core_transport.c3631 list_add_tail(&cmd->se_tmr_req->tmr_list, &cmd->se_dev->dev_tmr_list); in transport_generic_handle_tmr()
/openbmc/linux/include/target/
H A Dtarget_core_base.h839 struct list_head dev_tmr_list; member