/kernel/trace/ |
D | ftrace.c | 431 struct hlist_head *hash; member 1129 ftrace_hash_key(struct ftrace_hash *hash, unsigned long ip) in ftrace_hash_key() 1139 __ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in __ftrace_lookup_ip() 1166 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in ftrace_lookup_ip() 1174 static void __add_hash_entry(struct ftrace_hash *hash, in __add_hash_entry() 1187 add_hash_entry(struct ftrace_hash *hash, unsigned long ip) in add_hash_entry() 1202 free_hash_entry(struct ftrace_hash *hash, in free_hash_entry() 1211 remove_hash_entry(struct ftrace_hash *hash, in remove_hash_entry() 1218 static void ftrace_hash_clear(struct ftrace_hash *hash) in ftrace_hash_clear() 1259 static void free_ftrace_hash(struct ftrace_hash *hash) in free_ftrace_hash() [all …]
|
D | trace_functions.c | 799 struct ftrace_hash *hash, char *glob, in ftrace_trace_probe_callback() 836 ftrace_trace_onoff_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_trace_onoff_callback() 855 ftrace_stacktrace_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_stacktrace_callback() 870 ftrace_dump_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_dump_callback() 886 ftrace_cpudump_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_cpudump_callback()
|
D | fprobe.c | 248 struct ftrace_hash *hash; in register_fprobe() local
|
D | trace.h | 841 static __always_inline bool ftrace_hash_empty(struct ftrace_hash *hash) in ftrace_hash_empty() 896 struct ftrace_hash *hash; in ftrace_graph_addr() local
|
D | trace_events.c | 3535 event_enable_func(struct trace_array *tr, struct ftrace_hash *hash, in event_enable_func()
|
D | trace.c | 8807 ftrace_trace_snapshot_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_trace_snapshot_callback()
|
/kernel/bpf/ |
D | hashtab.c | 127 u32 hash; member 150 struct bucket *b, u32 hash, in htab_lock_bucket() 173 struct bucket *b, u32 hash, in htab_unlock_bucket() 302 u32 hash) in prealloc_lru_pop() 623 static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash) in __select_bucket() 628 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() 634 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() 652 u32 hash, void *key, in lookup_nulls_elem_raw() 679 u32 hash, key_size; in __htab_map_lookup_elem() local 836 u32 hash, key_size; in htab_map_get_next_key() local [all …]
|
D | bpf_lru_list.c | 356 u32 hash) in __local_list_add_pending() 405 u32 hash) in bpf_percpu_lru_pop_free() 437 u32 hash) in bpf_common_lru_pop_free() 499 struct bpf_lru_node *bpf_lru_pop_free(struct bpf_lru *lru, u32 hash) in bpf_lru_pop_free()
|
D | stackmap.c | 21 u32 hash; member 219 u32 hash, id, trace_nr, trace_len; in __bpf_get_stackid() local
|
D | bloom_filter.c | 23 static u32 hash(struct bpf_bloom_filter *bloom, void *value, in hash() function
|
D | devmap.c | 94 struct hlist_head *hash; in dev_map_create_hash() local
|
/kernel/locking/ |
D | qspinlock_paravirt.h | 207 #define for_each_hash_entry(he, offset, hash) \ argument 214 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_hash() local 241 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_unhash() local
|
D | lockdep.c | 540 u32 hash; member 563 u32 hash; in save_trace() local 1206 unsigned long hash = hash_long((uintptr_t)key, KEYHASH_BITS); in keyhashentry() local
|
/kernel/futex/ |
D | core.c | 118 u32 hash = jhash2((u32 *)key, offsetof(typeof(*key), both.offset) / 4, in futex_hash() local
|
/kernel/ |
D | audit_tree.c | 26 struct list_head hash; member
|
D | workqueue.c | 3795 u32 hash = 0; in wqattrs_hash() local 4067 u32 hash = wqattrs_hash(attrs); in get_unbound_pool() local
|
/kernel/module/ |
D | main.c | 3117 int hash = hash_ptr(cookie, IDEM_HASH_BITS); in idempotent() local 3149 int hash = hash_ptr(cookie, IDEM_HASH_BITS); in idempotent_complete() local
|
/kernel/time/ |
D | posix-timers.c | 70 static int hash(struct signal_struct *sig, unsigned int nr) in hash() function
|
/kernel/events/ |
D | core.c | 9760 u64 hash = swevent_hash(type, event_id); in __find_swevent_head() local
|