Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_tmr.c203 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.c185 list_add_tail(&se_tmr->tmr_list, &se_tmr->tmr_dev->dev_tmr_list); in transport_lookup_tmr_lun()
739 INIT_LIST_HEAD(&dev->dev_tmr_list); in target_alloc_device()
/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_base.h813 struct list_head dev_tmr_list; member