| /kernel/trace/ |
| D | ftrace.c | 434 struct hlist_head *hash; member 1131 ftrace_hash_key(struct ftrace_hash *hash, unsigned long ip) in ftrace_hash_key() 1141 __ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in __ftrace_lookup_ip() 1168 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in ftrace_lookup_ip() 1176 static void __add_hash_entry(struct ftrace_hash *hash, in __add_hash_entry() 1189 add_hash_entry(struct ftrace_hash *hash, unsigned long ip) in add_hash_entry() 1204 free_hash_entry(struct ftrace_hash *hash, in free_hash_entry() 1213 remove_hash_entry(struct ftrace_hash *hash, in remove_hash_entry() 1220 static void ftrace_hash_clear(struct ftrace_hash *hash) in ftrace_hash_clear() 1261 static void free_ftrace_hash(struct ftrace_hash *hash) in free_ftrace_hash() [all …]
|
| D | trace_functions.c | 806 struct ftrace_hash *hash, char *glob, in ftrace_trace_probe_callback() 843 ftrace_trace_onoff_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_trace_onoff_callback() 862 ftrace_stacktrace_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_stacktrace_callback() 877 ftrace_dump_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_dump_callback() 893 ftrace_cpudump_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_cpudump_callback()
|
| D | fprobe.c | 238 struct ftrace_hash *hash; in register_fprobe() local
|
| D | trace.h | 861 static __always_inline bool ftrace_hash_empty(struct ftrace_hash *hash) in ftrace_hash_empty() 963 struct ftrace_hash *hash; in ftrace_graph_addr() local
|
| D | trace_events.c | 3797 event_enable_func(struct trace_array *tr, struct ftrace_hash *hash, in event_enable_func()
|
| D | trace.c | 8524 ftrace_trace_snapshot_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_trace_snapshot_callback()
|
| /kernel/bpf/ |
| D | hashtab.c | 128 u32 hash; member 151 struct bucket *b, u32 hash, in htab_lock_bucket() 174 struct bucket *b, u32 hash, in htab_unlock_bucket() 306 u32 hash) in prealloc_lru_pop() 630 static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash) in __select_bucket() 635 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() 641 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() 659 u32 hash, void *key, in lookup_nulls_elem_raw() 686 u32 hash, key_size; in __htab_map_lookup_elem() local 843 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 | bloom_filter.c | 23 static u32 hash(struct bpf_bloom_filter *bloom, void *value, in hash() function
|
| D | stackmap.c | 21 u32 hash; member 233 u32 hash, id, trace_nr, trace_len, i; in __bpf_get_stackid() local
|
| D | devmap.c | 93 struct hlist_head *hash; in dev_map_create_hash() local
|
| /kernel/locking/ |
| D | qspinlock_paravirt.h | 203 #define for_each_hash_entry(he, offset, hash) \ argument 210 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_hash() local 238 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 1212 unsigned long hash = hash_long((uintptr_t)key, KEYHASH_BITS); in keyhashentry() local
|
| /kernel/futex/ |
| D | core.c | 120 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 | 4674 u32 hash = 0; in wqattrs_hash() local 5004 u32 hash = wqattrs_hash(attrs); in get_unbound_pool() local
|
| /kernel/module/ |
| D | main.c | 3560 int hash = hash_ptr(cookie, IDEM_HASH_BITS); in idempotent() local 3592 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 | 10135 u64 hash = swevent_hash(type, event_id); in __find_swevent_head() local
|