Lines Matching defs:futex_key
144 * union futex_key
149 union futex_key {
172 union futex_key fx_key;
228 const union futex_key *fka = &fa->fx_key;
229 const union futex_key *fkb = k;
263 const union futex_key *fka = &fa->fx_key;
264 const union futex_key *fkb = k;
417 futex_key_init(union futex_key *fk, struct vmspace *vm, vaddr_t va, bool shared)
438 futex_key_fini(union futex_key *fk, bool shared)
456 futex_create(union futex_key *fk, bool shared)
598 futex_lookup_by_key(union futex_key *fk, bool shared, struct futex **fp)
672 union futex_key fk;
719 union futex_key fk;