/src/sys/external/bsd/drm2/linux/ |
linux_ww_mutex.c | 105 KASSERTMSG((ctx->wwx_owner == curlwp), 120 KASSERTMSG((!ctx->wwx_acquire_done || 130 KASSERTMSG((ctx->wwx_owner == curlwp), 132 KASSERTMSG((ctx->wwx_acquired == 0), "ctx %p still holds %u locks", 328 KASSERTMSG((ret == -EINTR || ret == -ERESTART), 335 KASSERTMSG((ret == 0 || ret == -EINTR), "ret=%d", ret); 336 KASSERTMSG(ret != 0 || mutex->wwm_state != state, 367 KASSERTMSG((ctx->wwx_class == mutex->wwm_u.ctx->wwx_class), 370 KASSERTMSG((mutex->wwm_u.ctx->wwx_ticket != ctx->wwx_ticket), 376 KASSERTMSG((collision == ctx) [all...] |
linux_writecomb.c | 115 KASSERTMSG(ret == 0, "mtrr_set failed to delete: %d", -ret); 116 KASSERTMSG(n == 1, "mtrr_set returned wrong number: %d", n); 146 KASSERTMSG(ret == 0, "mtrr_set failed to delete: %d", -ret); 147 KASSERTMSG(n == 1, "mtrr_set returned wrong number: %d", n);
|
linux_dma_fence.c | 138 KASSERTMSG(error == 0, "error=%d", error); 161 KASSERTMSG(fence->f_magic != FENCE_MAGIC_BAD, "fence %p", fence); 162 KASSERTMSG(fence->f_magic == FENCE_MAGIC_GOOD, "fence %p", fence); 209 KASSERTMSG(fence->f_magic != FENCE_MAGIC_BAD, "fence %p", fence); 210 KASSERTMSG(fence->f_magic == FENCE_MAGIC_GOOD, "fence %p", fence); 348 KASSERTMSG(a->f_magic != FENCE_MAGIC_BAD, "fence %p", a); 349 KASSERTMSG(a->f_magic == FENCE_MAGIC_GOOD, "fence %p", a); 350 KASSERTMSG(b->f_magic != FENCE_MAGIC_BAD, "fence %p", b); 351 KASSERTMSG(b->f_magic == FENCE_MAGIC_GOOD, "fence %p", b); 352 KASSERTMSG(a->context == b->context, "incommensurate fences [all...] |
/src/sys/dev/nand/ |
nand_samsung.c | 105 KASSERTMSG(false, "ID Data parsing bug detected!"); 122 KASSERTMSG(false, "ID Data parsing bug detected!"); 134 KASSERTMSG(false, "ID Data parsing bug detected!"); 145 KASSERTMSG(false, "ID Data parsing bug detected!"); 162 KASSERTMSG(false, "ID Data parsing bug detected!"); 193 KASSERTMSG(false, "ID Data parsing bug detected!");
|
nand_toshiba.c | 96 KASSERTMSG(false, "ID Data parsing bug detected!"); 117 KASSERTMSG(false, "ID Data parsing bug detected!"); 128 KASSERTMSG(false, "ID Data parsing bug detected!"); 145 KASSERTMSG(false, "ID Data parsing bug detected!");
|
/src/sys/external/bsd/drm2/include/linux/regulator/ |
consumer.h | 57 KASSERTMSG(error > 0, "negative error: %d", error); 61 KASSERTMSG(uvolt <= INT_MAX, "high voltage: %u uV", uvolt);
|
/src/sys/kern/ |
kern_mutex_obj.c | 103 KASSERTMSG(mo->mo_magic == MUTEX_OBJ_MAGIC, 106 KASSERTMSG(mo->mo_refcnt > 0, 124 KASSERTMSG(mo->mo_magic == MUTEX_OBJ_MAGIC, 127 KASSERTMSG(mo->mo_refcnt > 0,
|
subr_psref.c | 290 KASSERTMSG((kpreempt_disabled() || cpu_softintr_p() || 295 KASSERTMSG(!target->prt_draining, "psref target already destroyed: %p", 297 KASSERTMSG((target->prt_class == class), 344 KASSERTMSG((kpreempt_disabled() || cpu_softintr_p() || 349 KASSERTMSG((target->prt_class == class), 354 KASSERTMSG((psref->psref_target == target), 357 KASSERTMSG((psref->psref_lwp == curlwp), 360 KASSERTMSG((psref->psref_cpu == curcpu()), 411 KASSERTMSG((kpreempt_disabled() || cpu_softintr_p() || 416 KASSERTMSG((pto != pfrom) [all...] |
kern_kthread.c | 239 KASSERTMSG(!cpu_intr_p(), 241 KASSERTMSG(!cpu_softintr_p(), 249 KASSERTMSG(l->l_flag & LW_SYSTEM, 275 KASSERTMSG(!cpu_intr_p(), 277 KASSERTMSG(!cpu_softintr_p(), 281 KASSERTMSG(l->l_flag & LW_SYSTEM,
|
kern_condvar.c | 348 KASSERTMSG(bt->sec >= 0, "negative timeout"); 349 KASSERTMSG(epsilon != NULL, "specify maximum requested delay"); 357 KASSERTMSG(timo >= 0, "negative ticks: %d", timo); 413 KASSERTMSG(bt->sec >= 0, "negative timeout"); 414 KASSERTMSG(epsilon != NULL, "specify maximum requested delay"); 422 KASSERTMSG(timo >= 0, "negative ticks: %d", timo);
|
/src/sys/arch/powerpc/include/ |
userret.h | 57 KASSERTMSG((tf == trapframe(curlwp)), 63 KASSERTMSG((tf->tf_srr1 & PSL_PR) != 0, 66 KASSERTMSG((tf->tf_srr1 & PSL_FP) == 0
|
/src/sys/arch/arm/pic/ |
pic_splfuncs.c | 94 KASSERTMSG(panicstr != NULL || savedipl < ci->ci_cpl, 100 KASSERTMSG(ci->ci_cpl == savedipl, "cpl %d savedipl %d", 109 KASSERTMSG(ci->ci_cpl == savedipl, "cpl %d savedipl %d",
|
/src/sys/sys/ |
userret.h | 54 KASSERTMSG(l->l_cpu->ci_biglock_count == 0, "kernel_lock leaked");
|
/src/sys/arch/evbmips/evbmips/ |
interrupt.c | 70 KASSERTMSG(ci->ci_cpl == ipl, 83 KASSERTMSG(ipl == IPL_SCHED,
|
/src/sys/dev/audio/ |
audiodef.h | 314 KASSERTMSG(idx >= 0, "idx=%d", idx); 315 KASSERTMSG(idx < ring->capacity * 2, 343 KASSERTMSG(ring->fmt.stride == sizeof(aint_t) * NBBY, 358 KASSERTMSG(ring->fmt.stride == sizeof(aint_t) * NBBY, 409 KASSERTMSG(n >= 0, "called from %s:%d: n=%d", func, line, n); 410 KASSERTMSG(ring->used >= n, "called from %s:%d: ring->used=%d n=%d", 428 KASSERTMSG(ring->used + n <= ring->capacity,
|
/src/sys/arch/mips/mips/ |
mips_softint.c | 103 KASSERTMSG(ci->ci_cpl == IPL_HIGH, "cpl (%d) != HIGH", ci->ci_cpl); \ 117 KASSERTMSG(ci->ci_mtx_count == 0,
|
/src/sys/rump/librump/rumpkern/ |
klock.c | 70 KASSERTMSG(giantcnt > 0, "giantcnt=%d", giantcnt); 71 KASSERTMSG(curlwp == giantowner, "curlwp=%p giantowner=%p",
|
/src/sys/arch/arm/nxp/ |
imx6_platform.c | 217 KASSERTMSG(ret == 0, "fdt_setprop(compatible) returns %d", ret); 221 KASSERTMSG(ret == 0, "fdt_appendprop_addrrange returns %d", ret); 228 KASSERTMSG(ret == 0, "fdt_setprop(interrupts) returns %d", ret); 236 KASSERTMSG(ret == 0, "fdt_setprop(interrupt-parent) returns %d", ret); 246 KASSERTMSG(ret == 0, "fdt_setprop(clocks) returns %d", ret);
|
/src/sys/external/bsd/common/include/linux/ |
completion.h | 226 KASSERTMSG((error == 0), "error = %d", error); 263 KASSERTMSG((error == 0), "error = %d", error); 293 KASSERTMSG((error == 0), "error = %d", error);
|
/src/sys/arch/powerpc/powerpc/ |
softint_machdep.c | 61 KASSERTMSG(ci->ci_cpl == IPL_HIGH, 71 KASSERTMSG(ci->ci_idepth == -1,
|
/src/sys/dev/ic/ |
ath_netbsd.h | 56 #define ATH_TXQ_LOCK_ASSERT(_tq) do { KASSERTMSG(mutex_owned(&(_tq)->axq_lock), "txq lock unheld"); } while (/*CONSTCOND*/true) 63 #define ATH_TXBUF_LOCK_ASSERT(_sc) do { KASSERTMSG(mutex_owned(&(_sc)->sc_txbuflock), "txbuf lock unheld"); } while (/*CONSTCOND*/true)
|
/src/sys/external/bsd/drm2/include/linux/ |
kref.h | 60 KASSERTMSG((count > 1), "getting released kref"); 87 KASSERTMSG((count <= old), "overreleasing kref: %u - %u",
|
/src/sys/uvm/pmap/ |
pmap_devmap.c | 97 KASSERTMSG(vmax - pdp->pd_va >= pdp->pd_size - 1, 100 KASSERTMSG(pmax - pdp->pd_pa >= pdp->pd_size - 1,
|
/src/sys/arch/riscv/riscv/ |
riscv_tlb.c | 104 KASSERTMSG(sbiret.error == SBI_SUCCESS, "error %ld", 142 KASSERTMSG(sbiret.error == SBI_SUCCESS, "error %ld",
|
/src/sys/arch/arm/arm/ |
ast.c | 79 KASSERTMSG(curcpu()->ci_pmap_cur == l->l_proc->p_vmspace->vm_map.pmap,
|