Searched refs:kf_ntsync (Results 1 – 2 of 2) sorted by relevance
497 kif->kf_un.kf_ntsync.kf_ntsync_type = KF_NTSYNC_TYPE_SEM; in ntsync_sem_fill_kinfo()498 kif->kf_un.kf_ntsync.kf_ntsync_dev = (uintptr_t)obj->owner; in ntsync_sem_fill_kinfo()499 kif->kf_un.kf_ntsync.kf_ntsync_un.kf_ntsync_sem.count = sem->a.count; in ntsync_sem_fill_kinfo()500 kif->kf_un.kf_ntsync.kf_ntsync_un.kf_ntsync_sem.max = sem->a.max; in ntsync_sem_fill_kinfo()803 kif->kf_un.kf_ntsync.kf_ntsync_type = KF_NTSYNC_TYPE_MUTEX; in ntsync_mutex_fill_kinfo()804 kif->kf_un.kf_ntsync.kf_ntsync_dev = (uintptr_t)obj->owner; in ntsync_mutex_fill_kinfo()805 kif->kf_un.kf_ntsync.kf_ntsync_un.kf_ntsync_mutex.owner = in ntsync_mutex_fill_kinfo()807 kif->kf_un.kf_ntsync.kf_ntsync_un.kf_ntsync_mutex.count = in ntsync_mutex_fill_kinfo()1092 kif->kf_un.kf_ntsync.kf_ntsync_type = KF_NTSYNC_TYPE_EVENT; in ntsync_event_fill_kinfo()1093 kif->kf_un.kf_ntsync.kf_ntsync_dev = (uintptr_t)obj->owner; in ntsync_event_fill_kinfo()[all …]
493 } kf_ntsync; member