Home
last modified time | relevance | path

Searched refs:tslpque (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
HDglobaldata.h123 struct tslpque;
181 struct tslpque *gd_tsleep_hash; /* tsleep/wakeup support */
/dragonfly/sys/kern/
HDkern_synch.c68 struct tslpque { struct
389 struct tslpque *qp; in _tsleep_interlock()
464 struct tslpque *qp; in _tsleep_remove()
1001 struct tslpque *qp; in _wakeup()
1506 static struct tslpque dummy_slpque; in sleep_early_gdinit()
1536 struct tslpque *qp = &gd->gd_tsleep_hash[0]; in sleep_gdinit()
1549 hash_size = sizeof(struct tslpque) * n; in sleep_gdinit()