/freebsd/sys/kern/ |
H A D | kern_synch.c | 127 * re-locked before _sleep() returns. If priority includes the PDROP 153 if (priority & PDROP) in _sleep() 155 ("PDROP requires a non-Giant lock")); in _sleep() 162 if (lock != NULL && priority & PDROP) in _sleep() 229 if (lock != NULL && lock != &Giant.lock_object && !(priority & PDROP)) { in _sleep() 407 drop = (prio & PDROP) != 0;
|
H A D | subr_smp.c | 984 if ((prio & PDROP) == 0) { in quiesce_cpus() 1001 if ((prio & PDROP) != 0) in quiesce_cpus() 1004 error = tsleep(quiesce_cpus, prio & ~PDROP, wmesg, 1); in quiesce_cpus() 1014 if ((prio & PDROP) == 0) in quiesce_cpus()
|
H A D | kern_kthread.c | 202 return (msleep(&p->p_siglist, &p->p_mtx, PPAUSE | PDROP, in kproc_suspend() 424 return (msleep(&td->td_flags, &p->p_mtx, PPAUSE | PDROP, "suspkt", in kthread_suspend()
|
H A D | vfs_mountroot.c | 1002 msleep(&root_holds, &root_holds_mtx, PZERO | PDROP, "roothold", in vfs_mountroot_wait()
|
/freebsd/sys/geom/uzip/ |
H A D | g_uzip_wrkthr.c | 61 msleep(sc, &sc->queue_mtx, PRIBIO | PDROP, in g_uzip_wrkthr()
|
/freebsd/sys/fs/fifofs/ |
H A D | fifo_vnops.c | 196 PDROP | PCATCH | PSOCK, "fifoor", 0); in fifo_open() 224 PDROP | PCATCH | PSOCK, "fifoow", 0); in fifo_open()
|
/freebsd/sys/vm/ |
H A D | device_pager.c | 124 PVM | PDROP, "cdplkp", 0); in cdev_pager_lookup() 189 &dev_pager_mtx, PVM | PDROP, "cdplkp", 0); in cdev_pager_allocate() 240 &dev_pager_mtx, PVM | PDROP, "cdplkp", 0); in cdev_pager_allocate()
|
H A D | vm_page.c | 3608 PVM | PDROP | mflags, "pageprocwait", 1); in vm_wait_doms() 3621 PVM | PDROP | mflags, "vmwait", 0); in vm_wait_doms() 3648 &vm_domainset_lock, PDROP | PSWP, "VMWait", 0); in vm_wait_domain() 3750 msleep(&vm_min_domains, &vm_domainset_lock, PUSER | PDROP, in vm_waitpfault()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_disk.c | 114 msleep(sc, &sc->ofwd_queue_mtx, PRIBIO | PDROP, in ofwd_kthread()
|
/freebsd/sys/sys/ |
H A D | param.h | 248 #define PDROP 0x200 /* OR'd with pri to stop re-entry of interlock mutex */ macro
|
/freebsd/sys/compat/linsysfs/ |
H A D | linsysfs_net.c | 68 mtx_sleep(&net_latch_count, &net_latch_mtx, PDROP, "lsfnet", 0); in linsysfs_net_latch_hold()
|
/freebsd/sys/dev/sound/midi/ |
H A D | midi.c | 768 PCATCH | PDROP, "midi RX", 0); in midi_read() 844 PCATCH | PDROP, "midi TX", 0); in midi_write() 1219 PCATCH | PDROP, "midi TX", 0); in midisynth_writeraw()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdcache.c | 395 (void)mtx_sleep(rp, mutex, (PZERO - 1) | PDROP, in nfsrc_getudp() 681 (void)mtx_sleep(rp, mutex, (PZERO - 1) | PDROP, in nfsrc_gettcp()
|
/freebsd/sys/geom/ |
H A D | geom_event.c | 291 msleep(&g_wait_event, &g_eventlock, PRIBIO | PDROP, in g_run_events()
|
H A D | geom_io.c | 804 PRIBIO | PDROP, "-", 0); in g_io_schedule_down() 865 PRIBIO | PDROP, "-", 0); in g_io_schedule_up()
|
/freebsd/sys/netgraph/ |
H A D | ng_device.c | 465 PDROP | PCATCH | (PZERO + 1), in ngdread()
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore.c | 480 error = msleep(xen_store, &xs.ring_lock, PCATCH|PDROP, in xs_write_store() 568 error = msleep(xen_store, &xs.ring_lock, PCATCH|PDROP, in xs_read_store()
|
/freebsd/sys/netsmb/ |
H A D | smb_iod.c | 387 msleep(evp, SMB_IOD_EVLOCKPTR(iod), PWAIT | PDROP, "90evw", 0); in smb_iod_request()
|
H A D | smb_rq.c | 190 PWAIT | PDROP, "90trcn", hz); in smb_rq_enqueue()
|
/freebsd/sys/geom/raid/ |
H A D | g_raid.c | 651 MSLEEP(error, ep, &sc->sc_queue_mtx, PRIBIO | PDROP, "m:event", in g_raid_event_send() 1545 PRIBIO | PDROP, "-", timeout); in g_raid_worker() 2191 PRIBIO | PDROP, "r:destroy", hz * 3); in g_raid_destroy()
|
/freebsd/sys/arm/ti/ |
H A D | ti_pruss.c | 258 error = msleep(irq, &irq->sc_mtx, PCATCH | PDROP, in ti_pruss_irq_read()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_ipc.c | 614 err = msleep(&data->ticketer, &fuse_mtx, PCATCH | PDROP, in fuse_ticket_fetch()
|
/freebsd/sys/geom/gate/ |
H A D | g_gate.c | 859 PPAUSE | PDROP | PCATCH, "ggwait", 0); in g_gate_ioctl()
|
/freebsd/sys/geom/mirror/ |
H A D | g_mirror_ctl.c | 117 error = sx_sleep(&sc, &sc->sc_lock, PRIBIO | PCATCH | PDROP, in g_mirror_find_launched_device()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_thermal.c | 1014 msleep(&acpi_tz_proc, &thermal_mutex, PZERO | PDROP, "tzpoll", in acpi_tz_thread()
|