Searched refs:fnl (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.c1562 funnel_t *fnl; local
1571 if ((fnl = (funnel_t *)kalloc(sizeof(funnel_t))) != 0){
1572 bzero((void *)fnl, sizeof(funnel_t));
1574 kfree(fnl, sizeof(funnel_t));
1577 fnl->fnl_mutex = m;
1578 fnl->fnl_type = type;
1580 return(fnl);
1585 funnel_t * fnl)
1587 lck_mtx_free(fnl->fnl_mutex, funnel_lck_grp);
1588 if (fnl
1584 funnel_free( funnel_t * fnl) argument
1594 funnel_lock( funnel_t * fnl) argument
1602 funnel_unlock( funnel_t * fnl) argument
1623 thread_funnel_set( funnel_t * fnl, boolean_t funneled) argument
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c175 funnel_t *fnl = NULL; /* compiler doesn't notice CTLFLAG_LOCKED */ local
217 fnl = spl_kernel_funnel();
273 splx_kernel_funnel(fnl);
281 funnel_t *fnl = NULL; /* compiler doesn't notice CTLFLAG_LOCKED */ local
284 fnl = spl_kernel_funnel();
341 splx_kernel_funnel(fnl);
1380 funnel_t *fnl = NULL; local
1494 fnl = spl_kernel_funnel();
1510 splx_kernel_funnel(fnl);

Completed in 21 milliseconds