Lines Matching defs:ident
91 #define __DEALL(ident) __DEQUALIFY(void *, ident) argument
140 uint64_t ident = 1; in sysctl_wakeup() local
161 uint64_t ident = 1; in sysctl_wakeup_umtx() local
386 _tsleep_interlock(globaldata_t gd, const volatile void *ident, int flags) in _tsleep_interlock()
451 tsleep_interlock(const volatile void *ident, int flags) in tsleep_interlock()
512 tsleep(const volatile void *ident, int flags, const char *wmesg, int timo) in tsleep()
815 ssleep(const volatile void *ident, struct spinlock *spin, int flags, in ssleep()
831 lksleep(const volatile void *ident, struct lock *lock, int flags, in lksleep()
851 mtxsleep(const volatile void *ident, struct mtx *mtx, int flags, in mtxsleep()
872 zsleep(const volatile void *ident, struct lwkt_serialize *slz, int flags, in zsleep()
999 _wakeup(void *ident, int domain) in _wakeup()
1148 wakeup(const volatile void *ident) in wakeup()
1177 wakeup_one(const volatile void *ident) in wakeup_one()
1189 wakeup_mycpu(const volatile void *ident) in wakeup_mycpu()
1200 wakeup_mycpu_one(const volatile void *ident) in wakeup_mycpu_one()
1212 wakeup_oncpu(globaldata_t gd, const volatile void *ident) in wakeup_oncpu()
1230 wakeup_oncpu_one(globaldata_t gd, const volatile void *ident) in wakeup_oncpu_one()
1248 wakeup_domain(const volatile void *ident, int domain) in wakeup_domain()
1258 wakeup_domain_one(const volatile void *ident, int domain) in wakeup_domain_one()