Searched refs:delayed_removal (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.h16 * Choosing delayed_removal postpones the removal of a previously mapped
24 bool delayed_removal);
30 mapping_create_for_id(u64 id, u8 type, size_t data_size, u32 max_id, bool delayed_removal);
H A Dmapping.c23 bool delayed_removal; member in struct:mapping_ctx
95 if (!ctx->delayed_removal) {
187 if (!ctx->delayed_removal)
195 mapping_create(size_t data_size, u32 max_id, bool delayed_removal) argument
206 if (delayed_removal) {
210 ctx->delayed_removal = true;
223 mapping_create_for_id(u64 id, u8 type, size_t data_size, u32 max_id, bool delayed_removal) argument
236 ctx = mapping_create(data_size, max_id, delayed_removal);

Completed in 160 milliseconds