Home
last modified time | relevance | path

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

/linux/drivers/target/
A Dtarget_core_transport.c1429 cmd->abrt_compl = NULL; in __target_init_cmd()
2891 WARN_ON_ONCE(cmd->abrt_compl); in target_put_cmd_and_wait()
2892 cmd->abrt_compl = &compl; in target_put_cmd_and_wait()
2998 struct completion *abrt_compl = se_cmd->abrt_compl; in target_release_cmd_kref() local
3004 if (abrt_compl) in target_release_cmd_kref()
3005 complete(abrt_compl); in target_release_cmd_kref()
/linux/include/target/
A Dtarget_core_base.h498 struct completion *abrt_compl; member

Completed in 461 milliseconds