Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linux/
HDlinux_futex.c190 struct waiting_proc { struct
193 TAILQ_ENTRY(waiting_proc) wp_list; argument
203 TAILQ_HEAD(lf_waiting_proc, waiting_proc) f_waiting_proc;
250 static void futex_put(struct futex *, struct waiting_proc *);
252 static int futex_get(uint32_t *, struct waiting_proc **, struct futex **,
254 static int futex_sleep(struct futex *, struct waiting_proc *, int);
257 static int futex_wait(struct futex *, struct waiting_proc *, int,
274 futex_put(struct futex *f, struct waiting_proc *wp) in futex_put()
411 futex_get(uint32_t *uaddr, struct waiting_proc **wp, struct futex **f, in futex_get()
419 *wp = malloc(sizeof(struct waiting_proc), M_FUTEX_WP, M_WAITOK); in futex_get()
[all …]