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

/linux-master/kernel/locking/
H A Dlocktorture.c550 static struct ww_acquire_ctx *ww_acquire_ctxs; variable in typeref:struct:ww_acquire_ctx
558 ww_acquire_ctxs = kmalloc_array(cxt.nrealwriters_stress,
559 sizeof(*ww_acquire_ctxs),
561 if (!ww_acquire_ctxs)
567 kfree(ww_acquire_ctxs);
580 struct ww_acquire_ctx *ctx = &ww_acquire_ctxs[tid];
619 struct ww_acquire_ctx *ctx = &ww_acquire_ctxs[tid];

Completed in 136 milliseconds