| /kernel/ |
| D | jump_label.c | 104 int static_key_count(struct static_key *key) in static_key_count() 127 bool static_key_fast_inc_not_disabled(struct static_key *key) in static_key_fast_inc_not_disabled() 151 bool static_key_slow_inc_cpuslocked(struct static_key *key) in static_key_slow_inc_cpuslocked() 186 bool static_key_slow_inc(struct static_key *key) in static_key_slow_inc() 197 void static_key_enable_cpuslocked(struct static_key *key) in static_key_enable_cpuslocked() 220 void static_key_enable(struct static_key *key) in static_key_enable() 228 void static_key_disable_cpuslocked(struct static_key *key) in static_key_disable_cpuslocked() 245 void static_key_disable(struct static_key *key) in static_key_disable() 253 static bool static_key_dec_not_one(struct static_key *key) in static_key_dec_not_one() 292 static void __static_key_slow_dec_cpuslocked(struct static_key *key) in __static_key_slow_dec_cpuslocked() [all …]
|
| D | static_call_inline.c | 113 static inline bool static_call_key_has_mods(struct static_call_key *key) in static_call_key_has_mods() 118 static inline struct static_call_mod *static_call_key_next(struct static_call_key *key) in static_call_key_next() 126 static inline struct static_call_site *static_call_key_sites(struct static_call_key *key) in static_call_key_sites() 134 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() 225 struct static_call_key *key, *prev_key = NULL; in __static_call_init() local 373 unsigned long key; in static_call_add_module() local 408 struct static_call_key *key, *prev_key = NULL; in static_call_del_module() 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() 75 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() 101 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() 126 int nr_exclusive, void *key) in __wake_up() 132 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_on_current_cpu() 146 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() 169 void *key) in __wake_up_sync_key() 198 unsigned int mode, void *key) in __wake_up_locked_sync_key() 386 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() 442 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/bpf/ |
| D | hashtab.c | 129 char key[] __aligned(8); member 305 static struct htab_elem *prealloc_lru_pop(struct bpf_htab *htab, void *key, in prealloc_lru_pop() 623 static inline u32 htab_map_hash(const void *key, u32 key_len, u32 hashrnd) in htab_map_hash() 642 void *key, u32 key_size) in lookup_elem_raw() 659 u32 hash, void *key, in lookup_nulls_elem_raw() 681 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem() 702 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem() 739 void *key, const bool mark) in __htab_lru_map_lookup_elem() 752 static void *htab_lru_map_lookup_elem(struct bpf_map *map, void *key) in htab_lru_map_lookup_elem() 757 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 | 166 static void *array_map_lookup_elem(struct bpf_map *map, void *key) in array_map_lookup_elem() 241 static void *percpu_array_map_lookup_elem(struct bpf_map *map, void *key) in percpu_array_map_lookup_elem() 284 static void *percpu_array_map_lookup_percpu_elem(struct bpf_map *map, void *key, u32 cpu) in percpu_array_map_lookup_percpu_elem() 298 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy() 326 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key() 345 static long array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem() 384 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update() 424 static long array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem() 484 static void array_map_seq_show_elem(struct bpf_map *map, void *key, in array_map_seq_show_elem() 505 static void percpu_array_map_seq_show_elem(struct bpf_map *map, void *key, in percpu_array_map_seq_show_elem() [all …]
|
| D | local_storage.c | 68 void *key, bool locked) in cgroup_storage_lookup() 132 static void *cgroup_storage_lookup_elem(struct bpf_map *_map, void *key) in cgroup_storage_lookup_elem() 144 static long cgroup_storage_update_elem(struct bpf_map *map, void *key, in cgroup_storage_update_elem() 182 int bpf_percpu_cgroup_storage_copy(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_copy() 211 int bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_update() 245 static int cgroup_storage_get_next_key(struct bpf_map *_map, void *key, in cgroup_storage_get_next_key() 351 static long cgroup_storage_delete_elem(struct bpf_map *map, void *key) in cgroup_storage_delete_elem() 414 static void cgroup_storage_seq_show_elem(struct bpf_map *map, void *key, in cgroup_storage_seq_show_elem()
|
| D | reuseport_array.c | 50 static void *reuseport_array_lookup_elem(struct bpf_map *map, void *key) in reuseport_array_lookup_elem() 62 static long reuseport_array_delete_elem(struct bpf_map *map, void *key) in reuseport_array_delete_elem() 165 int bpf_fd_reuseport_array_lookup_elem(struct bpf_map *map, void *key, in bpf_fd_reuseport_array_lookup_elem() 232 int bpf_fd_reuseport_array_update_elem(struct bpf_map *map, void *key, in bpf_fd_reuseport_array_update_elem() 316 static int reuseport_array_get_next_key(struct bpf_map *map, void *key, in reuseport_array_get_next_key()
|
| D | devmap.c | 254 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key() 275 static void *__dev_map_hash_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_hash_lookup_elem() 289 static int dev_map_hash_get_next_key(struct bpf_map *map, void *key, in dev_map_hash_get_next_key() 439 static void *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem() 795 static void *dev_map_lookup_elem(struct bpf_map *map, void *key) in dev_map_lookup_elem() 802 static void *dev_map_hash_lookup_elem(struct bpf_map *map, void *key) in dev_map_hash_lookup_elem() 820 static long dev_map_delete_elem(struct bpf_map *map, void *key) in dev_map_delete_elem() 837 static long dev_map_hash_delete_elem(struct bpf_map *map, void *key) in dev_map_hash_delete_elem() 908 void *key, void *value, u64 map_flags) in __dev_map_update_elem() 949 static long dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem() [all …]
|
| D | bpf_inode_storage.c | 78 static void *bpf_fd_inode_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_fd_inode_storage_lookup_elem() 90 static long bpf_fd_inode_storage_update_elem(struct bpf_map *map, void *key, in bpf_fd_inode_storage_update_elem() 120 static long bpf_fd_inode_storage_delete_elem(struct bpf_map *map, void *key) in bpf_fd_inode_storage_delete_elem() 178 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key()
|
| D | lpm_trie.c | 168 const struct bpf_lpm_trie_key_u8 *key) in __longest_prefix_match() 230 const struct bpf_lpm_trie_key_u8 *key) in longest_prefix_match() 240 struct bpf_lpm_trie_key_u8 *key = _key; in trie_lookup_elem() local 331 struct bpf_lpm_trie_key_u8 *key = _key; in trie_update_elem() local 464 struct bpf_lpm_trie_key_u8 *key = _key; in trie_delete_elem() local 645 struct bpf_lpm_trie_key_u8 *key = _key, *next_key = _next_key; in trie_get_next_key() local
|
| D | bpf_cgrp_storage.c | 78 static void *bpf_cgrp_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_cgrp_storage_lookup_elem() 96 static long bpf_cgrp_storage_update_elem(struct bpf_map *map, void *key, in bpf_cgrp_storage_update_elem() 128 static long bpf_cgrp_storage_delete_elem(struct bpf_map *map, void *key) in bpf_cgrp_storage_delete_elem() 145 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key()
|
| D | queue_stack_maps.c | 235 static void *queue_stack_map_lookup_elem(struct bpf_map *map, void *key) in queue_stack_map_lookup_elem() 241 static long queue_stack_map_update_elem(struct bpf_map *map, void *key, in queue_stack_map_update_elem() 248 static long queue_stack_map_delete_elem(struct bpf_map *map, void *key) in queue_stack_map_delete_elem() 254 static int queue_stack_map_get_next_key(struct bpf_map *map, void *key, in queue_stack_map_get_next_key()
|
| D | bpf_task_storage.c | 90 static void *bpf_pid_task_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_pid_task_storage_lookup_elem() 123 static long bpf_pid_task_storage_update_elem(struct bpf_map *map, void *key, in bpf_pid_task_storage_update_elem() 176 static long bpf_pid_task_storage_delete_elem(struct bpf_map *map, void *key) in bpf_pid_task_storage_delete_elem() 305 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key()
|
| D | bloom_filter.c | 78 static int bloom_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in bloom_map_get_next_key() 170 static void *bloom_map_lookup_elem(struct bpf_map *map, void *key) in bloom_map_lookup_elem() 176 static long bloom_map_update_elem(struct bpf_map *map, void *key, in bloom_map_update_elem()
|
| D | cpumap.c | 518 static long cpu_map_delete_elem(struct bpf_map *map, void *key) in cpu_map_delete_elem() 531 static long cpu_map_update_elem(struct bpf_map *map, void *key, void *value, in cpu_map_update_elem() 605 static void *__cpu_map_lookup_elem(struct bpf_map *map, u32 key) in __cpu_map_lookup_elem() 618 static void *cpu_map_lookup_elem(struct bpf_map *map, void *key) in cpu_map_lookup_elem() 626 static int cpu_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in cpu_map_get_next_key()
|
| D | bpf_struct_ops.c | 448 static int bpf_struct_ops_map_get_next_key(struct bpf_map *map, void *key, in bpf_struct_ops_map_get_next_key() 458 int bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_sys_lookup_elem() 495 static void *bpf_struct_ops_map_lookup_elem(struct bpf_map *map, void *key) in bpf_struct_ops_map_lookup_elem() 652 static long bpf_struct_ops_map_update_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_update_elem() 883 static long bpf_struct_ops_map_delete_elem(struct bpf_map *map, void *key) in bpf_struct_ops_map_delete_elem() 911 static void bpf_struct_ops_map_seq_show_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_seq_show_elem()
|
| D | trampoline.c | 138 static struct bpf_trampoline *bpf_trampoline_lookup(u64 key) in bpf_trampoline_lookup() 356 static struct bpf_tramp_image *bpf_tramp_image_alloc(u64 key, int size) in bpf_tramp_image_alloc() 735 u64 key; in bpf_trampoline_link_cgroup_shim() local 799 u64 key; in bpf_trampoline_unlink_cgroup_shim() local 820 struct bpf_trampoline *bpf_trampoline_get(u64 key, in bpf_trampoline_get()
|
| D | stackmap.c | 643 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem() 649 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy() 672 static int stack_map_get_next_key(struct bpf_map *map, void *key, in stack_map_get_next_key() 701 static long stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem() 708 static long stack_map_delete_elem(struct bpf_map *map, void *key) in stack_map_delete_elem()
|
| /kernel/futex/ |
| D | pi.c | 377 static void __attach_to_pi_owner(struct task_struct *p, union futex_key *key, in __attach_to_pi_owner() 411 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner() 516 union futex_key *key, in futex_lock_pi_atomic() 1119 union futex_key key = FUTEX_KEY_INIT; in futex_unlock_pi() local
|
| D | core.c | 118 struct futex_hash_bucket *futex_hash(union futex_key *key) in futex_hash() 223 int get_futex_key(u32 __user *uaddr, unsigned int flags, union futex_key *key, in get_futex_key() 444 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter() 979 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list() 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() 948 create_sort_entry(void *key, struct tracing_map_elt *elt) in create_sort_entry() 967 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 | percpu-rwsem.c | 30 const char *name, struct lock_class_key *key) in __percpu_init_rwsem() 136 void *key) in percpu_rwsem_wake_function()
|
| D | spinlock_debug.c | 18 struct lock_class_key *key, short inner) in __raw_spin_lock_init() 37 struct lock_class_key *key) in __rwlock_init()
|