Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/target/
Dtarget_core_tmr.c26 int core_tmr_alloc_req( in core_tmr_alloc_req() function
49 EXPORT_SYMBOL(core_tmr_alloc_req);
Dtarget_core_transport.c1997 ret = core_tmr_alloc_req(se_cmd, fabric_tmr_ptr, tm_type, gfp); in target_submit_tmr()
/linux-6.12.1/include/target/
Dtarget_core_fabric.h207 int core_tmr_alloc_req(struct se_cmd *, void *, u8, gfp_t);
/linux-6.12.1/drivers/target/iscsi/
Discsi_target.c2070 ret = core_tmr_alloc_req(&cmd->se_cmd, cmd->tmr_req, tcm_function, in iscsit_handle_task_mgt_cmd()