Searched refs:sleepers (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/sound/core/seq/oss/
H A Dseq_oss_writeq.c86 /* wake up sleepers if any */ snd_seq_oss_writeq_clear()
/linux-4.1.27/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c47 * @tx_lock: protects svq, sbufs and sleepers, to allow concurrent senders.
53 * @sleepers: number of senders that are waiting for a tx buffer
71 atomic_t sleepers; member in struct:virtproc_info
603 * the "sleepers" reference count, and exits.
617 if (atomic_inc_return(&vrp->sleepers) == 1) rpmsg_upref_sleepers()
632 * the "sleepers" reference count, and exits.
644 if (atomic_dec_and_test(&vrp->sleepers)) rpmsg_downref_sleepers()
/linux-4.1.27/net/rds/
H A Dtcp_recv.c99 * sleepers.
/linux-4.1.27/drivers/usb/misc/
H A Dadutux.c69 * adu_device.mtx: A mutex to hold across sleepers like copy_from_user.
/linux-4.1.27/mm/
H A Dfilemap.c735 * Unlocks the page and wakes up sleepers in ___wait_on_page_locked().
736 * Also wakes sleepers in wait_on_page_writeback() because the wakeup
738 * But that's OK - sleepers in wait_on_page_writeback() just go back to sleep.
H A Dmemcontrol.c1946 * uncharges. Wake any sleepers explicitely. mem_cgroup_oom_synchronize()
/linux-4.1.27/fs/nfs/
H A Dpagelist.c391 * nfs_unlock_request - Unlock request and wake up sleepers.
/linux-4.1.27/sound/core/
H A Dtimer.c944 /* wake up pending sleepers */ snd_timer_dev_disconnect()
H A Dpcm_lib.c1864 * pointer, wake up sleepers, etc.
/linux-4.1.27/drivers/isdn/gigaset/
H A Dbas-gigaset.c1738 * unqueue first command buffer from queue, waking any sleepers
/linux-4.1.27/drivers/scsi/
H A Dipr.c6964 * It wakes any reset sleepers.
7004 * wakes any reset sleepers.
/linux-4.1.27/fs/btrfs/
H A Dextent_io.c565 * pass 'wake' == 1 to kick any sleepers, and 'delete' == 1 to remove
/linux-4.1.27/kernel/sched/
H A Dfair.c3050 * for a gentler effect of sleepers: place_entity()

Completed in 601 milliseconds