Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntsync/
H A Dntsync.c498 kif->kf_un.kf_ntsync.kf_ntsync_dev = (uintptr_t)obj->owner; in ntsync_sem_fill_kinfo()
804 kif->kf_un.kf_ntsync.kf_ntsync_dev = (uintptr_t)obj->owner; in ntsync_mutex_fill_kinfo()
1093 kif->kf_un.kf_ntsync.kf_ntsync_dev = (uintptr_t)obj->owner; in ntsync_event_fill_kinfo()
/freebsd/sys/sys/
H A Duser.h478 uint64_t kf_ntsync_dev; member