HomeSort by: relevance | last modified time | path
    Searched refs:lwp_getspecific (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/kern/
subr_fault.c 82 f = lwp_getspecific(fault_lwp_key);
142 f = lwp_getspecific(fault_lwp_key);
179 f = lwp_getspecific(fault_lwp_key);
203 f = lwp_getspecific(fault_lwp_key);
subr_lwp_specificdata.c 95 * lwp_getspecific --
102 * can guarantee that the target LWP is not inside an lwp_getspecific()
106 lwp_getspecific(specificdata_key_t key) function in typeref:typename:void *
subr_psref.c 638 prd = lwp_getspecific(psref_debug_lwp_key);
684 prd = lwp_getspecific(psref_debug_lwp_key);
  /src/sys/external/bsd/drm2/linux/
linux_idr.c 300 cache = lwp_getspecific(idr_cache_key);
356 cache = lwp_getspecific(idr_cache_key);
396 cache = lwp_getspecific(idr_cache_key);
linux_kthread.c 101 T = lwp_getspecific(linux_kthread_key);
  /src/sys/sys/
lwp.h 386 void *lwp_getspecific(specificdata_key_t);
  /src/sys/external/bsd/common/linux/
linux_work.c 538 struct workqueue_struct *wq = lwp_getspecific(workqueue_key);
1467 if (lwp_getspecific(workqueue_key) == wq) {

Completed in 14 milliseconds