Searched refs:invalidate (Results 1 - 5 of 5) sorted by relevance

/net/rds/
H A Dib_rdma.c68 struct mutex flush_lock; /* serialize fmr invalidate */
694 void rds_ib_free_mr(void *trans_private, int invalidate) argument
716 if (invalidate) {
721 * as use_once and invalidate at the same time. */
H A Dib.h308 void rds_ib_free_mr(void *trans_private, int invalidate);
H A Diw.h318 void rds_iw_free_mr(void *trans_private, int invalidate);
H A Diw_rdma.c62 struct mutex flush_lock; /* serialize fmr invalidate */
506 /* Batched invalidate of dirty MRs.
555 void rds_iw_free_mr(void *trans_private, int invalidate) argument
572 if (invalidate) {
577 * as use_once and invalidate at the same time. */
642 * mappings over time. To avoid stalling on the expensive map and invalidate
842 * of these without requiring an explicit invalidate).
H A Drds.h275 * sequence number range to invalidate. They can use this in a callback
450 void (*free_mr)(void *trans_private, int invalidate);

Completed in 49 milliseconds