Searched refs:key2 (Results 1 – 2 of 2) sorted by relevance
434 static inline int match_futex(union futex_key *key1, union futex_key *key2) in match_futex() argument436 return (key1 && key2 in match_futex()437 && key1->both.word == key2->both.word in match_futex()438 && key1->both.ptr == key2->both.ptr in match_futex()439 && key1->both.offset == key2->both.offset); in match_futex()1765 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_wake_op() local1775 ret = get_futex_key(uaddr2, flags & FLAGS_SHARED, &key2, FUTEX_WRITE); in futex_wake_op()1780 hb2 = hash_futex(&key2); in futex_wake_op()1825 if (match_futex (&this->key, &key2)) { in futex_wake_op()1853 struct futex_hash_bucket *hb2, union futex_key *key2) in requeue_futex() argument[all …]
43 const struct bpf_cgroup_storage_key *key2 = _key2; in bpf_cgroup_storage_key_cmp() local45 if (key1->cgroup_inode_id < key2->cgroup_inode_id) in bpf_cgroup_storage_key_cmp()47 else if (key1->cgroup_inode_id > key2->cgroup_inode_id) in bpf_cgroup_storage_key_cmp()49 else if (key1->attach_type < key2->attach_type) in bpf_cgroup_storage_key_cmp()51 else if (key1->attach_type > key2->attach_type) in bpf_cgroup_storage_key_cmp()