Searched refs:lwp_specific_key_create (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/kern/
H A Dsubr_lwp_specificdata.c49 * lwp_specific_key_create --
53 lwp_specific_key_create(specificdata_key_t *keyp, specificdata_dtor_t dtor) function
H A Dsubr_fault.c265 lwp_specific_key_create(&fault_lwp_key, fault_lwp_free);
H A Dsubr_psref.c146 lwp_specific_key_create(&psref_debug_lwp_key, psref_debug_lwp_free);
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_kthread.c73 error = lwp_specific_key_create(&linux_kthread_key, NULL);
H A Dlinux_idr.c120 error = lwp_specific_key_create(&idr_cache_key, &idr_cache_dtor);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_context.h192 error = lwp_specific_key_create(keyp, func);
/netbsd-current/external/cddl/osnet/sys/kern/
H A Dtaskq.c124 lwp_specific_key_create(&taskq_lwp_key, NULL);
/netbsd-current/sys/sys/
H A Dlwp.h382 int lwp_specific_key_create(specificdata_key_t *, specificdata_dtor_t);
/netbsd-current/sys/external/bsd/common/linux/
H A Dlinux_work.c149 error = lwp_specific_key_create(&workqueue_key, NULL);

Completed in 236 milliseconds