Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c554 ent->tmp_cleanup_scheduled = false; in clean_keys()
2147 if (ent->is_tmp && !ent->tmp_cleanup_scheduled) { in mlx5r_handle_mkey_cleanup()
2150 ent->tmp_cleanup_scheduled = true; in mlx5r_handle_mkey_cleanup()
H A Dmlx5_ib.h815 u8 tmp_cleanup_scheduled:1; member