Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Dfmr_pool.c95 void (*flush_function)(struct ib_fmr_pool *pool, member
188 if (pool->flush_function) in ib_fmr_cleanup_thread()
189 pool->flush_function(pool, pool->flush_arg); in ib_fmr_cleanup_thread()
259 pool->flush_function = params->flush_function; in ib_create_fmr_pool()
/linux-4.1.27/include/rdma/
Dib_fmr_pool.h61 void (*flush_function)(struct ib_fmr_pool *pool, member
/linux-4.1.27/drivers/infiniband/ulp/iser/
Diser_verbs.c235 params.flush_function = NULL; in iser_create_fmr_pool()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1394 .flush_function = NULL, in kiblnd_create_fmr_pool()