Searched defs:flush_worker (Results 1 - 2 of 2) sorted by relevance
/net/rds/ |
H A D | ib_rdma.c | 69 struct delayed_work flush_worker; /* flush worker */ member in struct:rds_ib_mr_pool 228 INIT_DELAYED_WORK(&pool->flush_worker, rds_ib_mr_pool_flush_worker); 256 cancel_delayed_work_sync(&pool->flush_worker); 300 schedule_delayed_work(&pool->flush_worker, 10); 689 struct rds_ib_mr_pool *pool = container_of(work, struct rds_ib_mr_pool, flush_worker.work); 714 schedule_delayed_work(&pool->flush_worker, 10); 722 schedule_delayed_work(&pool->flush_worker, 10);
|
H A D | iw_rdma.c | 63 struct work_struct flush_worker; /* flush worker */ member in struct:rds_iw_mr_pool 353 INIT_WORK(&pool->flush_worker, rds_iw_mr_pool_flush_worker); 550 struct rds_iw_mr_pool *pool = container_of(work, struct rds_iw_mr_pool, flush_worker); 570 queue_work(rds_wq, &pool->flush_worker); 578 queue_work(rds_wq, &pool->flush_worker);
|
Completed in 41 milliseconds