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

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_device.c497 struct ib_client_data *found_context = NULL; local
504 found_context = context;
511 client->remove(device, found_context ?
512 found_context->data : NULL);
514 if (!found_context) {
522 list_del(&found_context->list);
523 kfree(found_context);

Completed in 48 milliseconds