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

/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c497 struct mlx4_alias_guid_work_context *callback_context; local
519 callback_context = kmalloc(sizeof *callback_context, GFP_KERNEL);
520 if (!callback_context) {
525 callback_context->port = port;
526 callback_context->dev = dev;
527 callback_context->block_num = index;
528 callback_context->guid_indexes = rec_det->guid_indexes;
529 callback_context->method = rec->method;
541 init_completion(&callback_context
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp24 const void *callback_context,
37 static_cast<const ScarinessScoreBase *>(callback_context)->Print();
23 OnStackUnwind(const SignalContext &sig, const void *callback_context, BufferedStackTrace *stack) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h304 const void *callback_context,

Completed in 133 milliseconds