Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c91 struct work_struct close_work; member
111 struct work_struct close_work; member
172 struct ucma_event *uevent_close = container_of(work, struct ucma_event, close_work); in ucma_close_event_id()
180 struct ucma_context *ctx = container_of(work, struct ucma_context, close_work); in ucma_close_id()
200 INIT_WORK(&ctx->close_work, ucma_close_id); in ucma_alloc_ctx()
311 queue_work(ctx->file->close_wq, &ctx->close_work); in ucma_removal_event_handler()
319 INIT_WORK(&con_req_eve->close_work, ucma_close_event_id); in ucma_removal_event_handler()
320 queue_work(ctx->file->close_wq, &con_req_eve->close_work); in ucma_removal_event_handler()