Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 79) sorted by relevance

1234

/kernel/
A Djump_label.c104 int static_key_count(struct static_key *key) in static_key_count()
186 bool static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
220 void static_key_enable(struct static_key *key) in static_key_enable()
245 void static_key_disable(struct static_key *key) in static_key_disable()
327 struct static_key_deferred *key = in jump_label_update_timeout() local
333 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
457 struct static_key *key = jump_entry_key(entry); in jump_label_type() local
529 struct static_key *key = NULL; in jump_label_init() local
614 struct static_key *key = jump_entry_key(entry); in jump_label_init_type() local
704 struct static_key *key = NULL; in jump_label_add_module() local
[all …]
A Dstatic_call_inline.c113 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
372 unsigned long key; in static_call_add_module() local
407 struct static_call_key *key, *prev_key = NULL; in static_call_del_module() local
A Dcrash_dump_dm_crypt.c103 struct dm_crypt_key *key; in restore_dm_crypt_keys_to_thread_keyring() local
145 struct key *key; in read_key_from_user_keying() local
354 struct config_key *key; in build_keys_header() local
/kernel/sched/
A Dwait.c9 …_init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) in __init_waitqueue_head()
93 int nr_exclusive, int wake_flags, void *key) in __wake_up_common()
119 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock()
144 int nr_exclusive, void *key) in __wake_up()
150 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_on_current_cpu()
164 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key()
187 void *key) in __wake_up_sync_key()
213 unsigned int mode, void *key) in __wake_up_locked_sync_key()
401 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function()
457 int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in woken_wake_function()
A Dwait_bit.c26 struct wait_bit_key *key = arg; in wake_bit_function() local
126 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit() local
174 struct wait_bit_key *key = arg; in var_wake_function() local
/kernel/bpf/
A Dhashtab.c128 char key[] __aligned(8); member
618 void *key, u32 key_size) in lookup_elem_raw()
635 u32 hash, void *key, in lookup_nulls_elem_raw()
657 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem()
678 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem()
715 void *key, const bool mark) in __htab_lru_map_lookup_elem()
1401 static long htab_map_delete_elem(struct bpf_map *map, void *key) in htab_map_delete_elem()
1654 void *key, void *value, in htab_percpu_map_lookup_and_delete_elem()
1669 void *key, void *value, in htab_lru_percpu_map_lookup_and_delete_elem()
2170 void *key, *val; in bpf_for_each_hash_elem() local
[all …]
A Darraymap.c166 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()
298 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy()
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()
727 u32 i, key, num_elems = 0; in bpf_for_each_array_elem() local
850 static void *fd_array_map_lookup_elem(struct bpf_map *map, void *key) in fd_array_map_lookup_elem()
877 void *key, void *value, u64 map_flags) in bpf_fd_array_map_update_elem()
934 static long fd_array_map_delete_elem(struct bpf_map *map, void *key) in fd_array_map_delete_elem()
1083 static void prog_array_map_poke_run(struct bpf_map *map, u32 key, in prog_array_map_poke_run()
[all …]
A Dlocal_storage.c68 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()
407 static void cgroup_storage_seq_show_elem(struct bpf_map *map, void *key, in cgroup_storage_seq_show_elem()
A Dreuseport_array.c50 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()
A Ddevmap.c254 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 …]
A Dbpf_inode_storage.c78 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()
A Dlpm_trie.c170 const struct bpf_lpm_trie_key_u8 *key) in __longest_prefix_match()
232 const struct bpf_lpm_trie_key_u8 *key) in longest_prefix_match()
242 struct bpf_lpm_trie_key_u8 *key = _key; in trie_lookup_elem() local
329 struct bpf_lpm_trie_key_u8 *key = _key; in trie_update_elem() local
461 struct bpf_lpm_trie_key_u8 *key = _key; in trie_delete_elem() local
660 struct bpf_lpm_trie_key_u8 *key = _key, *next_key = _next_key; in trie_get_next_key() local
A Dbpf_cgrp_storage.c77 static void *bpf_cgrp_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_cgrp_storage_lookup_elem()
95 static long bpf_cgrp_storage_update_elem(struct bpf_map *map, void *key, in bpf_cgrp_storage_update_elem()
127 static long bpf_cgrp_storage_delete_elem(struct bpf_map *map, void *key) in bpf_cgrp_storage_delete_elem()
144 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key()
A Dqueue_stack_maps.c224 static void *queue_stack_map_lookup_elem(struct bpf_map *map, void *key) in queue_stack_map_lookup_elem()
230 static long queue_stack_map_update_elem(struct bpf_map *map, void *key, in queue_stack_map_update_elem()
237 static long queue_stack_map_delete_elem(struct bpf_map *map, void *key) in queue_stack_map_delete_elem()
243 static int queue_stack_map_get_next_key(struct bpf_map *map, void *key, in queue_stack_map_get_next_key()
A Dbpf_task_storage.c88 static void *bpf_pid_task_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_pid_task_storage_lookup_elem()
121 static long bpf_pid_task_storage_update_elem(struct bpf_map *map, void *key, in bpf_pid_task_storage_update_elem()
177 static long bpf_pid_task_storage_delete_elem(struct bpf_map *map, void *key) in bpf_pid_task_storage_delete_elem()
306 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key()
A Dbloom_filter.c78 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()
A Dcpumap.c557 static long cpu_map_delete_elem(struct bpf_map *map, void *key) in cpu_map_delete_elem()
570 static long cpu_map_update_elem(struct bpf_map *map, void *key, void *value, in cpu_map_update_elem()
644 static void *__cpu_map_lookup_elem(struct bpf_map *map, u32 key) in __cpu_map_lookup_elem()
657 static void *cpu_map_lookup_elem(struct bpf_map *map, void *key) in cpu_map_lookup_elem()
665 static int cpu_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in cpu_map_get_next_key()
A Dtrampoline.c138 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()
737 u64 key; in bpf_trampoline_link_cgroup_shim() local
801 u64 key; in bpf_trampoline_unlink_cgroup_shim() local
822 struct bpf_trampoline *bpf_trampoline_get(u64 key, in bpf_trampoline_get()
A Dstackmap.c643 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/
A Dcore.c136 static inline bool futex_key_is_private(union futex_key *key) in futex_key_is_private()
182 __futex_hash_private(union futex_key *key, struct futex_private_hash *fph) in __futex_hash_private()
302 struct futex_hash_bucket *futex_hash(union futex_key *key) in futex_hash()
322 __futex_hash_private(union futex_key *key, struct futex_private_hash *fph) in __futex_hash_private()
327 struct futex_hash_bucket *futex_hash(union futex_key *key) in futex_hash()
415 __futex_hash(union futex_key *key, struct futex_private_hash *fph) in __futex_hash()
548 int get_futex_key(u32 __user *uaddr, unsigned int flags, union futex_key *key, in get_futex_key()
804 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter()
1328 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list() local
A Dpi.c377 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()
1135 union futex_key key = FUTEX_KEY_INIT; in futex_unlock_pi() local
/kernel/trace/
A Dtracing_map.c505 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
A Dtracing_map.h143 void *key; member
148 u32 key; member
158 void *key; member
/kernel/locking/
A Dpercpu-rwsem.c15 const char *name, struct lock_class_key *key) in __percpu_init_rwsem()
121 void *key) in percpu_rwsem_wake_function()
A Dspinlock_debug.c18 struct lock_class_key *key, short inner) in __raw_spin_lock_init()
37 struct lock_class_key *key) in __rwlock_init()

Completed in 119 milliseconds

1234