Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsys_futex.c149 union futex_key { union
172 union futex_key fx_key;
228 const union futex_key *fka = &fa->fx_key; in compare_futex_key()
229 const union futex_key *fkb = k; in compare_futex_key()
263 const union futex_key *fka = &fa->fx_key; in compare_futex_shared_key()
264 const union futex_key *fkb = k; in compare_futex_shared_key()
417 futex_key_init(union futex_key *fk, struct vmspace *vm, vaddr_t va, bool shared) in futex_key_init()
438 futex_key_fini(union futex_key *fk, bool shared) in futex_key_fini()
456 futex_create(union futex_key *fk, bool shared) in futex_create()
598 futex_lookup_by_key(union futex_key *fk, bool shared, struct futex **fp) in futex_lookup_by_key()
[all …]