Home
last modified time | relevance | path

Searched refs:sx_sleep (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/sys/
H A Dsx.h265 #define sx_sleep(chan, sx, pri, wmesg, timo) \ macro
/f-stack/freebsd/kern/
H A Dkern_acct.c647 sx_sleep(&acct_state, &acct_sx, 0, "-", in acct_thread()
H A Dkern_lockf.c1471 error = sx_sleep(lock, &state->ls_lock, priority, lockstr, 0); in lf_setlock()
H A Dkern_descrip.c2491 sx_sleep(&fdp->fd_holdleaderscount, in fdclearlocks()
2501 sx_sleep(fdtol, FILEDESC_LOCK(fdp), PLOCK, in fdclearlocks()
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_host1x.c65 #define SLEEP(_sc, timeout) sx_sleep(sc, &sc->lock, 0, "host1x", timeout);
/f-stack/freebsd/vm/
H A Dvm_map.c906 sx_sleep(&map->busy, &map->lock, 0, "mbusy", 0); in vm_map_wait_busy()
H A Duma_core.c5009 sx_sleep(uma_reclaim, &uma_reclaim_lock, PVM, "umarcl",
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c4758 sx_sleep(pf_purge_proc, &pf_end_lock, 0, "pftmo", 0); in pf_unload()
H A Dpf.c1508 sx_sleep(pf_purge_thread, &pf_end_lock, 0, "pftm", hz / 10); in pf_purge_thread()