Searched refs:wakeup (Results 1 - 25 of 356) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/netbsd-tests/rump/kernspace/
H A Dtsleep.c58 wakeup(tinythread);
73 wakeup(tinythread);
/freebsd-11.0-release/sys/dev/drm2/ttm/
H A Dttm_lock.c74 wakeup(lock);
171 wakeup(lock);
215 wakeup(lock);
228 wakeup(lock);
240 wakeup(lock);
293 wakeup(lock);
324 wakeup(lock);
/freebsd-11.0-release/tools/regression/kthread/kld/
H A Dkthrdlk.c81 wakeup(&global_condvar);
105 wakeup(&global_condvar);
122 wakeup(&global_condvar);
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt_raid.h70 wakeup(&mpt->raid_volumes);
H A Dmpt_cam.h142 wakeup(mpt);
/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic_osm_lib.c96 wakeup(aic);
123 wakeup(aic->platform_data);
/freebsd-11.0-release/sys/geom/
H A Dgeom_event.c177 wakeup(&g_wait_event);
254 wakeup(&g_pending_events);
272 wakeup(ep);
330 wakeup(ep);
338 wakeup(&g_pending_events);
370 wakeup(&g_wait_event);
398 wakeup(&g_wait_event);
/freebsd-11.0-release/sys/kern/
H A Dkern_kthread.c166 wakeup(p);
189 wakeup(p);
207 wakeup(&p->p_siglist);
216 wakeup(&p->p_siglist);
327 wakeup(curthread);
401 wakeup(&td->td_flags);
429 wakeup(&td->td_flags);
H A Dsubr_autoconf.c204 wakeup(&intr_config_hook_list);
/freebsd-11.0-release/crypto/heimdal/lib/ipc/
H A Dcommon.c169 int wakeup;
171 wakeup = (++s->counter == 0) ;
173 if (wakeup)
/freebsd-11.0-release/sys/fs/fifofs/
H A Dfifo_vnops.c174 wakeup(&fip->fi_writers);
190 wakeup(&fip->fi_readers);
208 wakeup(fpipe);
235 wakeup(fpipe);
285 wakeup(cpipe);
298 wakeup(cpipe);
/freebsd-11.0-release/sys/mips/rmi/
H A Drmi_boot_info.h46 uint64_t wakeup; member in struct:boot1_info
H A Dxlr_machdep.c416 void (*wakeup) (void *, void *, unsigned int);
493 wakeup = ((void (*) (void *, void *, unsigned int))
494 (unsigned long)(xlr_boot1_info.wakeup));
498 wakeup(mpwait, 0,
/freebsd-11.0-release/contrib/amd/amd/
H A Dsched.c181 wakeup(wchan_t wchan) function
205 wakeup(wchan);
H A Dsrvr_amfs_auto.c104 wakeup((voidp) fs);
/freebsd-11.0-release/sys/dev/iscsi_initiator/
H A Disc_sm.c250 wakeup(&sp->rsp);
329 wakeup(&sp->flags);
352 wakeup(&sp->flags);
401 wakeup(&sp->rsp);
402 sdebug(3, "wakeup rsp");
551 wakeup(&sp->soc);
569 wakeup(&sp->soc);
570 wakeup(sp); // XXX: do we need this one?
692 wakeup(&sp->flags);
/freebsd-11.0-release/sys/fs/procfs/
H A Dprocfs_ioctl.c196 wakeup(&p->p_step);
217 wakeup(&p->p_step);
/freebsd-11.0-release/sys/i386/isa/
H A Dccbque.h118 wakeup ((caddr_t) &CCBTYPE##que.count); \
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h57 wakeup(task);
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c148 * exit, wakeup() them so that they check ncl_iodmax
155 wakeup(&ncl_iodwant[iod]);
291 wakeup(&nmp->nm_bufq);
336 wakeup(&ncl_numasync);
/freebsd-11.0-release/sys/powerpc/mambo/
H A Dmambo_disk.c151 wakeup(sc);
189 wakeup(sc);
256 wakeup(sc);
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dtimer.c111 isc_condition_t wakeup; member in struct:isc__timermgr
225 * manager to force a wakeup.
311 SIGNAL(&manager->wakeup);
323 SIGNAL(&manager->wakeup);
360 SIGNAL(&manager->wakeup);
825 result = WAITUNTIL(&manager->wakeup, &manager->lock, &manager->due);
831 WAIT(&manager->wakeup, &manager->lock);
834 ISC_MSG_WAKEUP, "wakeup"));
916 if (isc_condition_init(&manager->wakeup) != ISC_R_SUCCESS) {
930 (void)isc_condition_destroy(&manager->wakeup);
[all...]
/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_ha.c170 wakeup(&softc->ha_wakeup);
187 wakeup(&softc->ha_receiving);
234 wakeup(&softc->ha_receiving);
323 wakeup(&softc->ha_receiving);
639 wakeup(&softc->ha_wakeup);
688 wakeup(&softc->ha_wakeup);
747 wakeup(&softc->ha_wakeup);
776 wakeup(&softc->ha_wakeup);
818 wakeup(&softc->ha_wakeup);
839 wakeup(
[all...]
/freebsd-11.0-release/sys/rpc/
H A Dclnt_dg.c502 wakeup(&cu->cu_cwnd_wait);
518 wakeup(&cu->cu_cwnd_wait);
527 wakeup(&cu->cu_cwnd_wait);
541 wakeup(&cu->cu_cwnd_wait);
571 wakeup(&cu->cu_cwnd_wait);
773 wakeup(cu);
976 wakeup(cr);
987 wakeup(cu);
1081 wakeup(cr);
1120 wakeup(c
[all...]
/freebsd-11.0-release/sys/netsmb/
H A Dsmb_iod.c58 #define smb_iod_wakeup(iod) wakeup(&(iod)->iod_flags)
76 wakeup(&rqp->sr_state);
208 wakeup(&ssp->ss_vcgenid);
484 wakeup(&iod->iod_muxwant);
553 wakeup(rqp);
623 wakeup(evp);

Completed in 219 milliseconds

1234567891011>>