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

/freebsd-10-stable/sys/kern/
H A Dkern_umtx.c74 struct umtx_pi { struct
82 TAILQ_ENTRY(umtx_pi) pi_link;
85 TAILQ_ENTRY(umtx_pi) pi_hashlink;
114 struct umtx_pi *uq_pi_blocked;
120 TAILQ_HEAD(,umtx_pi) uq_pi_contested;
163 TAILQ_HEAD(,umtx_pi) uc_pi_list;
208 &umtx_pi_allocated, 0, "Allocated umtx_pi");
227 static struct umtx_pi *umtx_pi_alloc(int);
228 static void umtx_pi_free(struct umtx_pi *pi);
378 umtx_pi_zone = uma_zcreate("umtx pi", sizeof(struct umtx_pi),
[all...]

Completed in 98 milliseconds