| /kernel/ |
| D | jump_label.c | 104 int static_key_count(struct static_key *key) in static_key_count() 116 void static_key_slow_inc_cpuslocked(struct static_key *key) in static_key_slow_inc_cpuslocked() 156 void static_key_slow_inc(struct static_key *key) in static_key_slow_inc() 164 void static_key_enable_cpuslocked(struct static_key *key) in static_key_enable_cpuslocked() 187 void static_key_enable(struct static_key *key) in static_key_enable() 195 void static_key_disable_cpuslocked(struct static_key *key) in static_key_disable_cpuslocked() 212 void static_key_disable(struct static_key *key) in static_key_disable() 220 static bool static_key_slow_try_dec(struct static_key *key) in static_key_slow_try_dec() 239 static void __static_key_slow_dec_cpuslocked(struct static_key *key) in __static_key_slow_dec_cpuslocked() 252 static void __static_key_slow_dec(struct static_key *key) in __static_key_slow_dec() [all …]
|
| D | futex.c | 206 union futex_key key; member 236 union futex_key key; member 335 static inline void futex_get_mm(union futex_key *key) in futex_get_mm() 387 static struct futex_hash_bucket *hash_futex(union futex_key *key) in hash_futex() 416 static void get_futex_key_refs(union futex_key *key) in get_futex_key_refs() 454 static void drop_futex_key_refs(union futex_key *key) in drop_futex_key_refs() 573 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, enum futex_access rw) in get_futex_key() 752 static inline void put_futex_key(union futex_key *key) in put_futex_key() 790 union futex_key *key) in futex_top_waiter() 940 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list() local [all …]
|
| /kernel/bpf/ |
| D | hashtab.c | 57 char key[0] __aligned(8); member 119 static struct htab_elem *prealloc_lru_pop(struct bpf_htab *htab, void *key, in prealloc_lru_pop() 409 static inline u32 htab_map_hash(const void *key, u32 key_len, u32 hashrnd) in htab_map_hash() 426 void *key, u32 key_size) in lookup_elem_raw() 443 u32 hash, void *key, in lookup_nulls_elem_raw() 465 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem() 486 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem() 523 void *key, const bool mark) in __htab_lru_map_lookup_elem() 536 static void *htab_lru_map_lookup_elem(struct bpf_map *map, void *key) in htab_lru_map_lookup_elem() 541 static void *htab_lru_map_lookup_elem_sys(struct bpf_map *map, void *key) in htab_lru_map_lookup_elem_sys() [all …]
|
| D | arraymap.c | 143 static void *array_map_lookup_elem(struct bpf_map *map, void *key) in array_map_lookup_elem() 215 static void *percpu_array_map_lookup_elem(struct bpf_map *map, void *key) in percpu_array_map_lookup_elem() 226 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy() 253 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key() 272 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem() 309 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update() 348 static int array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem() 371 static void array_map_seq_show_elem(struct bpf_map *map, void *key, in array_map_seq_show_elem() 392 static void percpu_array_map_seq_show_elem(struct bpf_map *map, void *key, in percpu_array_map_seq_show_elem() 499 static void *fd_array_map_lookup_elem(struct bpf_map *map, void *key) in fd_array_map_lookup_elem() [all …]
|
| D | devmap.c | 275 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key() 292 struct bpf_dtab_netdev *__dev_map_hash_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_hash_lookup_elem() 306 static int dev_map_hash_get_next_key(struct bpf_map *map, void *key, in dev_map_hash_get_next_key() 423 struct bpf_dtab_netdev *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem() 498 static void *dev_map_lookup_elem(struct bpf_map *map, void *key) in dev_map_lookup_elem() 506 static void *dev_map_hash_lookup_elem(struct bpf_map *map, void *key) in dev_map_hash_lookup_elem() 541 static int dev_map_delete_elem(struct bpf_map *map, void *key) in dev_map_delete_elem() 564 static int dev_map_hash_delete_elem(struct bpf_map *map, void *key) in dev_map_hash_delete_elem() 626 void *key, void *value, u64 map_flags) in __dev_map_update_elem() 659 static int dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem() [all …]
|
| D | xskmap.c | 146 static int xsk_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in xsk_map_get_next_key() 163 struct xdp_sock *__xsk_map_lookup_elem(struct bpf_map *map, u32 key) in __xsk_map_lookup_elem() 204 static void *xsk_map_lookup_elem(struct bpf_map *map, void *key) in xsk_map_lookup_elem() 210 static void *xsk_map_lookup_elem_sys_only(struct bpf_map *map, void *key) in xsk_map_lookup_elem_sys_only() 215 static int xsk_map_update_elem(struct bpf_map *map, void *key, void *value, in xsk_map_update_elem() 280 static int xsk_map_delete_elem(struct bpf_map *map, void *key) in xsk_map_delete_elem()
|
| D | reuseport_array.c | 49 static void *reuseport_array_lookup_elem(struct bpf_map *map, void *key) in reuseport_array_lookup_elem() 61 static int reuseport_array_delete_elem(struct bpf_map *map, void *key) in reuseport_array_delete_elem() 181 int bpf_fd_reuseport_array_lookup_elem(struct bpf_map *map, void *key, in bpf_fd_reuseport_array_lookup_elem() 248 int bpf_fd_reuseport_array_update_elem(struct bpf_map *map, void *key, in bpf_fd_reuseport_array_update_elem() 334 static int reuseport_array_get_next_key(struct bpf_map *map, void *key, in reuseport_array_get_next_key()
|
| D | local_storage.c | 49 struct bpf_cgroup_storage_map *map, struct bpf_cgroup_storage_key *key, in cgroup_storage_lookup() 117 struct bpf_cgroup_storage_key *key = _key; in cgroup_storage_lookup_elem() local 130 struct bpf_cgroup_storage_key *key = _key; in cgroup_storage_update_elem() local 174 struct bpf_cgroup_storage_key *key = _key; in bpf_percpu_cgroup_storage_copy() local 204 struct bpf_cgroup_storage_key *key = _key; in bpf_percpu_cgroup_storage_update() local 239 struct bpf_cgroup_storage_key *key = _key; in cgroup_storage_get_next_key() local 328 static int cgroup_storage_delete_elem(struct bpf_map *map, void *key) in cgroup_storage_delete_elem() 380 struct bpf_cgroup_storage_key *key = _key; in cgroup_storage_seq_show_elem() local
|
| D | lpm_trie.c | 166 const struct bpf_lpm_trie_key *key) in longest_prefix_match() 231 struct bpf_lpm_trie_key *key = _key; in trie_lookup_elem() local 309 struct bpf_lpm_trie_key *key = _key; in trie_update_elem() local 437 struct bpf_lpm_trie_key *key = _key; in trie_delete_elem() local 637 struct bpf_lpm_trie_key *key = _key, *next_key = _next_key; in trie_get_next_key() local
|
| D | queue_stack_maps.c | 255 static void *queue_stack_map_lookup_elem(struct bpf_map *map, void *key) in queue_stack_map_lookup_elem() 261 static int queue_stack_map_update_elem(struct bpf_map *map, void *key, in queue_stack_map_update_elem() 268 static int queue_stack_map_delete_elem(struct bpf_map *map, void *key) in queue_stack_map_delete_elem() 274 static int queue_stack_map_get_next_key(struct bpf_map *map, void *key, in queue_stack_map_get_next_key()
|
| D | cpumap.c | 458 static int cpu_map_delete_elem(struct bpf_map *map, void *key) in cpu_map_delete_elem() 471 static int cpu_map_update_elem(struct bpf_map *map, void *key, void *value, in cpu_map_update_elem() 558 struct bpf_cpu_map_entry *__cpu_map_lookup_elem(struct bpf_map *map, u32 key) in __cpu_map_lookup_elem() 570 static void *cpu_map_lookup_elem(struct bpf_map *map, void *key) in cpu_map_lookup_elem() 578 static int cpu_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in cpu_map_get_next_key()
|
| D | stackmap.c | 520 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem() 526 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy() 549 static int stack_map_get_next_key(struct bpf_map *map, void *key, in stack_map_get_next_key() 578 static int stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem() 585 static int stack_map_delete_elem(struct bpf_map *map, void *key) in stack_map_delete_elem()
|
| D | offload.c | 434 int bpf_map_offload_lookup_elem(struct bpf_map *map, void *key, void *value) in bpf_map_offload_lookup_elem() 448 void *key, void *value, u64 flags) in bpf_map_offload_update_elem() 465 int bpf_map_offload_delete_elem(struct bpf_map *map, void *key) in bpf_map_offload_delete_elem() 478 int bpf_map_offload_get_next_key(struct bpf_map *map, void *key, void *next_key) in bpf_map_offload_get_next_key()
|
| D | helpers.c | 26 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument 41 BPF_CALL_4(bpf_map_update_elem, struct bpf_map *, map, void *, key, in BPF_CALL_4() argument 59 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument
|
| D | inode.c | 152 void *key; member 196 void *key = map_iter(m)->key; in map_seq_next() local 232 void *key = map_iter(m)->key; in map_seq_show() local
|
| /kernel/sched/ |
| D | wait.c | 9 …_init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) in __init_waitqueue_head() 67 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() 111 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() 140 int nr_exclusive, void *key) in __wake_up() 155 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() 162 unsigned int mode, void *key, wait_queue_entry_t *bookmark) in __wake_up_locked_key_bookmark() 186 int nr_exclusive, void *key) in __wake_up_sync_key() 382 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() 443 int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in woken_wake_function()
|
| D | wait_bit.c | 23 struct wait_bit_key *key = arg; in wake_bit_function() local 123 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit() local 163 struct wait_bit_key *key = arg; in var_wake_function() local
|
| /kernel/trace/ |
| D | tracing_map.c | 505 static inline bool keys_match(void *key, void *test_key, unsigned key_size) in keys_match() 516 __tracing_map_insert(struct tracing_map *map, void *key, bool lookup_only) in __tracing_map_insert() 639 struct tracing_map_elt *tracing_map_insert(struct tracing_map *map, void *key) in tracing_map_insert() 661 struct tracing_map_elt *tracing_map_lookup(struct tracing_map *map, void *key) in tracing_map_lookup() 952 create_sort_entry(void *key, struct tracing_map_elt *elt) in create_sort_entry() 971 void *key; in detect_dups() local
|
| D | tracing_map.h | 143 void *key; member 148 u32 key; member 158 void *key; member
|
| /kernel/locking/ |
| D | spinlock_debug.c | 17 struct lock_class_key *key) in __raw_spin_lock_init() 35 struct lock_class_key *key) in __rwlock_init()
|
| D | mutex.h | 18 #define debug_mutex_init(lock, name, key) do { } while (0) argument
|
| D | lockdep.c | 342 #define __classhashfn(key) hash_long((unsigned long)key, CLASSHASH_BITS) argument 343 #define classhashentry(key) (classhash_table + __classhashfn((key))) argument 364 static inline u64 iterate_chain_key(u64 key, u32 idx) in iterate_chain_key() 581 const char *__get_key_name(const struct lockdep_subclass_key *key, char *str) in __get_key_name() 793 struct lockdep_subclass_key *key; in look_up_lock_class() local 1106 static inline struct hlist_head *keyhashentry(const struct lock_class_key *key) in keyhashentry() 1114 void lockdep_register_key(struct lock_class_key *key) in lockdep_register_key() 1140 static bool is_dynamic_key(const struct lock_class_key *key) in is_dynamic_key() 1179 struct lockdep_subclass_key *key; in register_lock_class() local 3832 struct lock_class_key *key, int subclass) in lockdep_init_map() [all …]
|
| D | mutex-debug.c | 81 struct lock_class_key *key) in debug_mutex_init()
|
| /kernel/power/ |
| D | poweroff.c | 26 static void handle_poweroff(int key) in handle_poweroff()
|
| /kernel/debug/kdb/ |
| D | kdb_io.c | 60 int key; in kdb_read_get_key() local 219 int key, buf_size, ret; in kdb_read() local
|