Lines Matching refs:curlwp
95 ctx->wwx_owner = curlwp;
105 KASSERTMSG((ctx->wwx_owner == curlwp),
106 "ctx %p owned by %p, not self (%p)", ctx, ctx->wwx_owner, curlwp);
130 KASSERTMSG((ctx->wwx_owner == curlwp),
131 "ctx %p owned by %p, not self (%p)", ctx, ctx->wwx_owner, curlwp);
478 mutex->wwm_u.owner = curlwp;
481 KASSERTMSG((mutex->wwm_u.owner != curlwp),
482 "locking %p against myself: %p", mutex, curlwp);
490 KASSERTMSG((mutex->wwm_u.ctx->wwx_owner != curlwp),
491 "locking %p against myself: %p", mutex, curlwp);
499 KASSERT(mutex->wwm_u.owner == curlwp);
525 mutex->wwm_u.owner = curlwp;
528 KASSERTMSG((mutex->wwm_u.owner != curlwp),
529 "locking %p against myself: %p", mutex, curlwp);
541 KASSERTMSG((mutex->wwm_u.ctx->wwx_owner != curlwp),
542 "locking %p against myself: %p", mutex, curlwp);
554 KASSERT(mutex->wwm_u.owner == curlwp);
596 KASSERTMSG((ctx->wwx_owner == curlwp),
597 "ctx %p owned by %p, not self (%p)", ctx, ctx->wwx_owner, curlwp);
614 KASSERTMSG((mutex->wwm_u.owner != curlwp),
615 "locking %p against myself: %p", mutex, curlwp);
631 (mutex->wwm_u.ctx->wwx_owner != curlwp));
716 KASSERTMSG((ctx->wwx_owner == curlwp),
717 "ctx %p owned by %p, not self (%p)", ctx, ctx->wwx_owner, curlwp);
734 KASSERTMSG((mutex->wwm_u.owner != curlwp),
735 "locking %p against myself: %p", mutex, curlwp);
759 (mutex->wwm_u.ctx->wwx_owner != curlwp));
837 KASSERTMSG((ctx->wwx_owner == curlwp),
838 "ctx %p owned by %p, not self (%p)", ctx, ctx->wwx_owner, curlwp);
856 KASSERTMSG((mutex->wwm_u.owner != curlwp),
857 "locking %p against myself: %p", mutex, curlwp);
872 KASSERTMSG((mutex->wwm_u.ctx->wwx_owner != curlwp),
873 "locking %p against myself: %p", mutex, curlwp);
915 KASSERTMSG((ctx->wwx_owner == curlwp),
916 "ctx %p owned by %p, not self (%p)", ctx, ctx->wwx_owner, curlwp);
934 KASSERTMSG((mutex->wwm_u.owner != curlwp),
935 "locking %p against myself: %p", mutex, curlwp);
958 KASSERTMSG((mutex->wwm_u.ctx->wwx_owner != curlwp),
959 "locking %p against myself: %p", mutex, curlwp);
997 mutex->wwm_u.owner = curlwp;
1017 (mutex->wwm_u.owner != curlwp)),
1018 "locking %p against myself: %p", mutex, curlwp);
1020 (mutex->wwm_u.ctx->wwx_owner != curlwp)),
1021 "locking %p against myself: %p", mutex, curlwp);
1024 (mutex->wwm_u.ctx->wwx_owner != curlwp)),
1025 "locking %p against myself: %p", mutex, curlwp);
1052 KASSERTMSG((mutex->wwm_u.ctx->wwx_owner == curlwp),
1055 curlwp);