Searched refs:key1 (Results 1 – 2 of 2) sorted by relevance
402 static inline int match_futex(union futex_key *key1, union futex_key *key2) in match_futex() argument404 return (key1 && key2 in match_futex()405 && key1->both.word == key2->both.word in match_futex()406 && key1->both.ptr == key2->both.ptr in match_futex()407 && key1->both.offset == key2->both.offset); in match_futex()1758 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; in futex_wake_op() local1765 ret = get_futex_key(uaddr1, flags & FLAGS_SHARED, &key1, FUTEX_READ); in futex_wake_op()1772 hb1 = hash_futex(&key1); in futex_wake_op()1803 put_futex_key(&key1); in futex_wake_op()1809 if (match_futex (&this->key, &key1)) { in futex_wake_op()[all …]
34 const struct bpf_cgroup_storage_key *key1, in bpf_cgroup_storage_key_cmp() argument37 if (key1->cgroup_inode_id < key2->cgroup_inode_id) in bpf_cgroup_storage_key_cmp()39 else if (key1->cgroup_inode_id > key2->cgroup_inode_id) in bpf_cgroup_storage_key_cmp()41 else if (key1->attach_type < key2->attach_type) in bpf_cgroup_storage_key_cmp()43 else if (key1->attach_type > key2->attach_type) in bpf_cgroup_storage_key_cmp()