Home
last modified time | relevance | path

Searched refs:PDROP (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_synch.c155 if (priority & PDROP) in _sleep()
164 if (lock != NULL && priority & PDROP) in _sleep()
229 if (lock != NULL && lock != &Giant.lock_object && !(priority & PDROP)) { in _sleep()
424 drop = (prio & PDROP) != 0; in _blockcount_sleep()
H A Dkern_kthread.c202 return msleep(&p->p_siglist, &p->p_mtx, PPAUSE | PDROP, "suspkp", timo); in kproc_suspend()
398 return (msleep(&td->td_flags, &p->p_mtx, PPAUSE | PDROP, "suspkt", in kthread_suspend()
H A Dvfs_mountroot.c999 msleep(&root_holds, &root_holds_mtx, PZERO | PDROP, "roothold", in vfs_mountroot_wait()
H A Dkern_exit.c1350 error = msleep(q, &q->p_mtx, PWAIT | PCATCH | PDROP, "wait", 0); in kern_wait6()
H A Dkern_event.c1502 msleep(kq, &kq->kq_lock, PSOCK | PDROP, "kqflxwt", 0); in kqueue_register()
2531 msleep(kq, &kq->kq_lock, PSOCK | PDROP, "kqkclr", 0); in knlist_cleardel()
H A Dvfs_vnops.c1925 error = msleep(&mp->mnt_flag, MNT_MTX(mp), (PUSER - 1) | PDROP | in vn_start_secondary_write()
2031 MNT_MTX(mp), (PUSER - 1)|PDROP, "suspwt", 0); in vfs_write_suspend()
H A Dvfs_bio.c648 msleep(&bd->bd_running, BD_RUN_LOCKPTR(bd), PRIBIO|PDROP, in bufspace_daemon_wait()
848 PRIBIO|PDROP, "bufspace", hz/10); in bufspace_daemon()
H A Dvfs_subr.c782 msleep(mp, MNT_MTX(mp), PVFS | PDROP, "vfs_busy", 0); in vfs_busy()
1502 PVFS|PDROP, "vlruwt", hz); in vnlru_proc()
H A Dkern_umtx.c837 error = msleep(uq, &uc->uc_lock, PCATCH | PDROP, wmesg, timo); in umtxq_sleep()
/f-stack/freebsd/sys/
H A Dparam.h232 #define PDROP 0x200 /* OR'd with pri to stop re-entry of interlock mutex */ macro
/f-stack/freebsd/netgraph/
H A Dng_device.c431 PDROP | PCATCH | (PZERO + 1), in ngdread()
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c265 error = msleep(irq, &irq->sc_mtx, PCATCH | PDROP, in ti_pruss_irq_read()
/f-stack/freebsd/vm/
H A Dvm_page.c3192 PVM | PDROP | mflags, "pageprocwait", 1); in vm_wait_doms()
3203 PVM | PDROP | mflags, "vmwait", 0); in vm_wait_doms()
3230 &vm_domainset_lock, PDROP | PSWP, "VMWait", 0); in vm_wait_domain()
3334 msleep(&vm_min_domains, &vm_domainset_lock, PUSER | PDROP, in vm_waitpfault()
H A Dvm_pageout.c2138 vm_domain_pageout_lockptr(vmd), PDROP | PVM, in vm_pageout_worker()
H A Dvm_object.c386 waitid, PVM | PDROP); in vm_object_pip_sleep()
H A Dvm_map.c852 return (msleep(&map->root, &map_sleep_mtx, PDROP | PVM, "vmmaps", in _vm_map_unlock_and_wait()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c519 PRIBIO | PDROP, "zvol:io", 0); in zvol_geom_worker()