Searched refs:close_work (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/infiniband/core/ |
D | ucma.c | 100 struct work_struct close_work; member 119 struct work_struct close_work; member 163 struct ucma_event *uevent_close = container_of(work, struct ucma_event, close_work); in ucma_close_event_id() 171 struct ucma_context *ctx = container_of(work, struct ucma_context, close_work); in ucma_close_id() 191 INIT_WORK(&ctx->close_work, ucma_close_id); in ucma_alloc_ctx() 302 queue_work(ctx->file->close_wq, &ctx->close_work); in ucma_removal_event_handler() 310 INIT_WORK(&con_req_eve->close_work, ucma_close_event_id); in ucma_removal_event_handler() 311 queue_work(ctx->file->close_wq, &con_req_eve->close_work); in ucma_removal_event_handler()
|
/linux-4.4.14/kernel/ |
D | acct.c | 180 static void close_work(struct work_struct *work) in close_work() function 243 INIT_WORK(&acct->work, close_work); in acct_on()
|
/linux-4.4.14/net/caif/ |
D | chnl_net.c | 141 static void close_work(struct work_struct *work) in close_work() function 155 static DECLARE_WORK(close_worker, close_work);
|