HomeSort by: relevance | last modified time | path
    Searched refs:ndirty (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/ia64/ia64/
vm_machdep.c 148 uint64_t ndirty; local in function:cpu_lwp_fork
188 ndirty = tf->tf_special.ndirty + (tf->tf_special.bspstore & 0x1ffUL);
190 (void *)(ua1 + UAREA_BSPSTORE_OFFSET), ndirty);
201 memcpy(stack, (void *)(ua1 + UAREA_BSPSTORE_OFFSET), ndirty);
214 pcb2->pcb_special.bspstore = ua2 + UAREA_BSPSTORE_OFFSET + ndirty;
db_trace.c 154 /* ndirty = bsp - bspstore: , not the same as the definition in the spec.
158 uwf->bsp = tf->tf_special.bspstore + tf->tf_special.ndirty;
machdep.c 718 (uint64_t*)(regstkp + tf->tf_special.ndirty +
721 /* XXX: tf_special.ndirty on a new stack frame ??? */
732 KASSERT((tf->tf_special.ndirty & ~PAGE_MASK) == 0);
758 tf->tf_special.ndirty = (ksttop - kst) << 3;
db_interface.c 200 bsp = f->tf_special.bspstore + f->tf_special.ndirty;
230 {"ndirty", DB_OFFSET(tf_special.ndirty), db_frame},
  /src/sys/arch/ia64/include/
_regset.h 72 unsigned long ndirty; member in struct:_special
  /src/sys/fs/udf/
udf_subr.c 6413 udf_sync_pass(struct udf_mount *ump, kauth_cred_t cred, int pass, int *ndirty)
6434 *ndirty += 1;
6449 *ndirty += vdirty;
6456 *ndirty += vdirty;
6495 int dummy, ndirty; local in function:udf_do_sync
6523 ndirty = ump->devvp->v_numoutput;
6525 ndirty));
6526 udf_sync_pass(ump, cred, 3, &ndirty);
6528 ndirty));
6530 if (ndirty) {
    [all...]

Completed in 35 milliseconds