Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_transport.c58 static void target_complete_ok_work(struct work_struct *work);
933 target_complete_ok_work(&cmd->work); in target_complete()
941 INIT_WORK(&cmd->work, success ? target_complete_ok_work : in target_complete()
2567 static void target_complete_ok_work(struct work_struct *work) in target_complete_ok_work() function