Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Duipc_socket2.c2494 void * wchan; in sblock() local
2537 wchan = (sb->sb_flags & SB_RECV) ? in sblock()
2566 error = msleep(wchan, mutex_held, in sblock()
/xnu-12377.61.12/bsd/net/
H A Dpf.c10942 int flags, const char *wchan, void *palloc) in pool_init() argument
10946 pp->pool_zone = zone_create(wchan, size, ZC_ZFREE_CLEARMEM); in pool_init()
10948 pp->pool_name = wchan; in pool_init()