Home
last modified time | relevance | path

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

12

/kernel/
Djump_label.c70 int static_key_count(struct static_key *key) in static_key_count()
82 void static_key_slow_inc_cpuslocked(struct static_key *key) in static_key_slow_inc_cpuslocked()
121 void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
129 void static_key_enable_cpuslocked(struct static_key *key) in static_key_enable_cpuslocked()
151 void static_key_enable(struct static_key *key) in static_key_enable()
159 void static_key_disable_cpuslocked(struct static_key *key) in static_key_disable_cpuslocked()
175 void static_key_disable(struct static_key *key) in static_key_disable()
183 static void __static_key_slow_dec_cpuslocked(struct static_key *key, in __static_key_slow_dec_cpuslocked()
209 static void __static_key_slow_dec(struct static_key *key, in __static_key_slow_dec()
220 struct static_key_deferred *key = in jump_label_update_timeout() local
[all …]
Dfutex.c217 union futex_key key; member
247 union futex_key key; member
350 static inline void futex_get_mm(union futex_key *key) in futex_get_mm()
402 static struct futex_hash_bucket *hash_futex(union futex_key *key) in hash_futex()
431 static void get_futex_key_refs(union futex_key *key) in get_futex_key_refs()
469 static void drop_futex_key_refs(union futex_key *key) in drop_futex_key_refs()
554 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw) in get_futex_key()
733 static inline void put_futex_key(union futex_key *key) in put_futex_key()
771 union futex_key *key) in futex_top_waiter()
921 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list() local
[all …]
Daudit_tree.c189 static inline struct list_head *chunk_hash(unsigned long key) in chunk_hash()
198 unsigned long key = chunk_to_key(chunk); in insert_hash() local
210 unsigned long key = inode_to_key(inode); in audit_tree_lookup() local
/kernel/bpf/
Dhashtab.c61 char key[0] __aligned(8); member
122 static struct htab_elem *prealloc_lru_pop(struct bpf_htab *htab, void *key, in prealloc_lru_pop()
391 static inline u32 htab_map_hash(const void *key, u32 key_len) in htab_map_hash()
408 void *key, u32 key_size) in lookup_elem_raw()
425 u32 hash, void *key, in lookup_nulls_elem_raw()
447 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem()
468 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem()
503 void *key, const bool mark) in __htab_lru_map_lookup_elem()
516 static void *htab_lru_map_lookup_elem(struct bpf_map *map, void *key) in htab_lru_map_lookup_elem()
521 static void *htab_lru_map_lookup_elem_sys(struct bpf_map *map, void *key) in htab_lru_map_lookup_elem_sys()
[all …]
Darraymap.c147 static void *array_map_lookup_elem(struct bpf_map *map, void *key) in array_map_lookup_elem()
189 static void *percpu_array_map_lookup_elem(struct bpf_map *map, void *key) in percpu_array_map_lookup_elem()
200 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy()
227 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key()
246 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem()
274 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update()
313 static int array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem()
377 static void *fd_array_map_lookup_elem(struct bpf_map *map, void *key) in fd_array_map_lookup_elem()
383 int bpf_fd_array_map_lookup_elem(struct bpf_map *map, void *key, u32 *value) in bpf_fd_array_map_lookup_elem()
404 void *key, void *value, u64 map_flags) in bpf_fd_array_map_update_elem()
[all …]
Dstackmap.c200 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem()
206 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
229 static int stack_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in stack_map_get_next_key()
234 static int stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem()
241 static int stack_map_delete_elem(struct bpf_map *map, void *key) in stack_map_delete_elem()
Dlpm_trie.c167 const struct bpf_lpm_trie_key *key) in longest_prefix_match()
193 struct bpf_lpm_trie_key *key = _key; in trie_lookup_elem() local
268 struct bpf_lpm_trie_key *key = _key; in trie_update_elem() local
392 static int trie_delete_elem(struct bpf_map *map, void *key) in trie_delete_elem()
512 static int trie_get_next_key(struct bpf_map *map, void *key, void *next_key) in trie_get_next_key()
Ddevmap.c193 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key()
252 struct net_device *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem()
264 static void *dev_map_lookup_elem(struct bpf_map *map, void *key) in dev_map_lookup_elem()
297 static int dev_map_delete_elem(struct bpf_map *map, void *key) in dev_map_delete_elem()
320 static int dev_map_update_elem(struct bpf_map *map, void *key, void *value, in dev_map_update_elem()
Dhelpers.c31 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument
46 BPF_CALL_4(bpf_map_update_elem, struct bpf_map *, map, void *, key, in BPF_CALL_4() argument
64 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument
Dsockmap.c613 static int sock_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in sock_map_get_next_key()
631 struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem()
641 static int sock_map_delete_elem(struct bpf_map *map, void *key) in sock_map_delete_elem()
699 void *key, u64 flags) in sock_map_ctx_update_elem()
847 static void *sock_map_lookup(struct bpf_map *map, void *key) in sock_map_lookup()
853 void *key, void *value, u64 flags) in sock_map_update_elem()
905 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
Dsyscall.c487 int __weak bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
501 void *key, *value, *ptr; in map_lookup_elem() local
600 void *key, *value; in map_update_elem() local
691 void *key; in map_delete_elem() local
739 void *key, *next_key; in map_get_next_key() local
/kernel/sched/
Dwait.c15 …_init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) in __init_waitqueue_head()
73 int nr_exclusive, int wake_flags, void *key, in __wake_up_common()
114 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock()
147 int nr_exclusive, void *key) in __wake_up()
162 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key()
169 unsigned int mode, void *key, wait_queue_entry_t *bookmark) in __wake_up_locked_key_bookmark()
193 int nr_exclusive, void *key) in __wake_up_sync_key()
375 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function()
435 int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in woken_wake_function()
Dwait_bit.c25 struct wait_bit_key *key = arg; in wake_bit_function() local
122 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit() local
168 struct wait_bit_key *key = arg; in wake_atomic_t_function() local
Dswait.c6 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.h140 void *key; member
145 u32 key; member
155 void *key; member
/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.h20 #define debug_mutex_init(lock, name, key) do { } while (0) argument
Dmutex-debug.c81 struct lock_class_key *key) in debug_mutex_init()
Drtmutex-debug.c170 void debug_rt_mutex_init(struct rt_mutex *lock, const char *name, struct lock_class_key *key) in debug_rt_mutex_init()
Dlockdep.c297 #define __classhashfn(key) hash_long((unsigned long)key, CLASSHASH_BITS) argument
298 #define classhashentry(key) (classhash_table + __classhashfn((key))) argument
319 static inline u64 iterate_chain_key(u64 key, u32 idx) in iterate_chain_key()
467 const char * __get_key_name(struct lockdep_subclass_key *key, char *str) in __get_key_name()
662 struct lockdep_subclass_key *key; in look_up_lock_class() local
750 struct lockdep_subclass_key *key; in register_lock_class() local
3223 struct lock_class_key *key, int subclass) in __lockdep_init_map()
3280 struct lock_class_key *key, int subclass) in lockdep_init_map()
3289 struct lock_class_key *key, int subclass) in lockdep_init_map_crosslock()
3644 struct lock_class_key *key, unsigned int subclass, in __lock_set_class()
[all …]
Drwsem-spinlock.c42 struct lock_class_key *key) in __init_rwsem()
/kernel/power/
Dpoweroff.c27 static void handle_poweroff(int key) in handle_poweroff()
/kernel/debug/kdb/
Dkdb_io.c60 int key; in kdb_read_get_key() local
219 int key, buf_size, ret; in kdb_read() local
/kernel/rcu/
Dsrcutiny.c55 struct lock_class_key *key) in __init_srcu_struct()

12