Home
last modified time | relevance | path

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

12

/kernel/
Djump_label.c69 int static_key_count(struct static_key *key) in static_key_count()
81 void static_key_enable(struct static_key *key) in static_key_enable()
92 void static_key_disable(struct static_key *key) in static_key_disable()
103 void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
139 static void __static_key_slow_dec(struct static_key *key, in __static_key_slow_dec()
166 struct static_key_deferred *key = in jump_label_update_timeout() local
171 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
178 void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred()
185 void static_key_deferred_flush(struct static_key_deferred *key) in static_key_deferred_flush()
192 void jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
[all …]
Dfutex.c212 union futex_key key; member
242 union futex_key key; member
339 static inline void futex_get_mm(union futex_key *key) in futex_get_mm()
391 static struct futex_hash_bucket *hash_futex(union futex_key *key) in hash_futex()
420 static void get_futex_key_refs(union futex_key *key) in get_futex_key_refs()
458 static void drop_futex_key_refs(union futex_key *key) in drop_futex_key_refs()
498 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw) in get_futex_key()
705 static inline void put_futex_key(union futex_key *key) in put_futex_key()
743 union futex_key *key) in futex_top_waiter()
882 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list() local
[all …]
Dmemremap.c199 resource_size_t key, align_start, align_size, align_end; in pgmap_radix_release() local
295 resource_size_t key = 0, align_start, align_size, align_end; in devm_memremap_pages() local
/kernel/bpf/
Dhashtab.c54 char key[0] __aligned(8); member
265 static inline u32 htab_map_hash(const void *key, u32 key_len) in htab_map_hash()
281 void *key, u32 key_size) in lookup_elem_raw()
293 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem()
314 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem()
325 static int htab_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in htab_map_get_next_key()
421 static struct htab_elem *alloc_htab_elem(struct bpf_htab *htab, void *key, in alloc_htab_elem()
517 static int htab_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_map_update_elem()
572 static int __htab_percpu_map_update_elem(struct bpf_map *map, void *key, in __htab_percpu_map_update_elem()
638 static int htab_percpu_map_update_elem(struct bpf_map *map, void *key, in htab_percpu_map_update_elem()
[all …]
Darraymap.c144 static void *array_map_lookup_elem(struct bpf_map *map, void *key) in array_map_lookup_elem()
156 static void *percpu_array_map_lookup_elem(struct bpf_map *map, void *key) in percpu_array_map_lookup_elem()
167 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy()
194 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key()
213 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem()
241 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update()
280 static int array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem()
361 static void *fd_array_map_lookup_elem(struct bpf_map *map, void *key) in fd_array_map_lookup_elem()
368 void *key, void *value, u64 map_flags) in bpf_fd_array_map_update_elem()
392 static int fd_array_map_delete_elem(struct bpf_map *map, void *key) in fd_array_map_delete_elem()
Dstackmap.c198 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem()
204 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
227 static int stack_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in stack_map_get_next_key()
232 static int stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem()
239 static int stack_map_delete_elem(struct bpf_map *map, void *key) in stack_map_delete_elem()
Dhelpers.c30 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument
45 BPF_CALL_4(bpf_map_update_elem, struct bpf_map *, map, void *, key, in BPF_CALL_4() argument
63 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument
Dsyscall.c340 int __weak bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
354 void *key, *value, *ptr; in map_lookup_elem() local
433 void *key, *value; in map_update_elem() local
516 void *key; in map_delete_elem() local
565 void *key, *next_key; in map_get_next_key() local
/kernel/sched/
Dwait.c14 void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *key) in __init_waitqueue_head()
66 int nr_exclusive, int wake_flags, void *key) in __wake_up_common()
90 int nr_exclusive, void *key) in __wake_up()
109 void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key) in __wake_up_locked_key()
133 int nr_exclusive, void *key) in __wake_up_sync_key()
279 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in autoremove_wake_function()
338 int woken_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in woken_wake_function()
356 struct wait_bit_key *key = arg; in wake_bit_function() local
454 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit() local
500 struct wait_bit_key *key = arg; in wake_atomic_t_function() local
Dswait.c5 struct lock_class_key *key) in __init_swait_queue_head()
/kernel/trace/
Dtracing_map.c403 static inline bool keys_match(void *key, void *test_key, unsigned key_size) in keys_match()
414 __tracing_map_insert(struct tracing_map *map, void *key, bool lookup_only) in __tracing_map_insert()
500 struct tracing_map_elt *tracing_map_insert(struct tracing_map *map, void *key) in tracing_map_insert()
522 struct tracing_map_elt *tracing_map_lookup(struct tracing_map *map, void *key) in tracing_map_lookup()
804 create_sort_entry(void *key, struct tracing_map_elt *elt) in create_sort_entry()
875 void *key; in merge_dups() local
Dtracing_map.h139 void *key; member
144 u32 key; member
154 void *key; member
Dftrace.c782 unsigned long key; in ftrace_find_profiled_func() local
801 unsigned long key; in ftrace_add_profile() local
1207 unsigned long key; in ftrace_lookup_ip() local
1232 unsigned long key; in __add_hash_entry() local
1534 const struct dyn_ftrace *key = a; in ftrace_cmp_recs() local
1560 struct dyn_ftrace key; in ftrace_location_range() local
3687 unsigned long key; in function_trace_probe_call() local
3786 unsigned long key; in register_ftrace_function_probe() local
Dtrace_events_hist.c855 static inline void add_to_key(char *compound_key, void *key, in add_to_key()
889 void *key = NULL; in event_hist_trigger() local
948 struct hist_trigger_data *hist_data, void *key, in hist_trigger_entry_print()
/kernel/locking/
Dspinlock_debug.c17 struct lock_class_key *key) in __raw_spin_lock_init()
35 struct lock_class_key *key) in __rwlock_init()
Dmutex-debug.c94 struct lock_class_key *key) in debug_mutex_init()
Dmutex.h49 #define debug_mutex_init(lock, name, key) do { } while (0) argument
Dlockdep.c291 #define __classhashfn(key) hash_long((unsigned long)key, CLASSHASH_BITS) argument
292 #define classhashentry(key) (classhash_table + __classhashfn((key))) argument
313 static inline u64 iterate_chain_key(u64 key, u32 idx) in iterate_chain_key()
463 const char * __get_key_name(struct lockdep_subclass_key *key, char *str) in __get_key_name()
658 struct lockdep_subclass_key *key; in look_up_lock_class() local
720 struct lockdep_subclass_key *key; in register_lock_class() local
3098 struct lock_class_key *key, int subclass) in lockdep_init_map()
3440 struct lock_class_key *key, unsigned int subclass, in __lock_set_class()
3720 struct lock_class_key *key, unsigned int subclass, in lock_set_class()
Drwsem-spinlock.c40 struct lock_class_key *key) in __init_rwsem()
Drwsem-xadd.c74 struct lock_class_key *key) in __init_rwsem()
Dmutex.c50 __mutex_init(struct mutex *lock, const char *name, struct lock_class_key *key) in __mutex_init()
/kernel/power/
Dpoweroff.c27 static void handle_poweroff(int key) in handle_poweroff()
/kernel/debug/kdb/
Dkdb_io.c59 int key; in kdb_read_get_key() local
218 int key; in kdb_read() local
/kernel/rcu/
Dsrcu.c116 struct lock_class_key *key) in __init_srcu_struct()
/kernel/time/
Dtimer.c744 const char *name, struct lock_class_key *key) in init_timer_on_stack_key()
789 const char *name, struct lock_class_key *key) in do_init_timer()
813 const char *name, struct lock_class_key *key) in init_timer_key()

12