/kernel/bpf/ |
D | percpu_freelist.c | 15 struct pcpu_freelist_head *head = per_cpu_ptr(s->freelist, cpu); in pcpu_freelist_init() local 30 static inline void pcpu_freelist_push_node(struct pcpu_freelist_head *head, in pcpu_freelist_push_node() 37 static inline void ___pcpu_freelist_push(struct pcpu_freelist_head *head, in ___pcpu_freelist_push() 64 struct pcpu_freelist_head *head; in ___pcpu_freelist_push_nmi() local 102 struct pcpu_freelist_head *head; in pcpu_freelist_populate() local 123 struct pcpu_freelist_head *head; in ___pcpu_freelist_pop() local 155 struct pcpu_freelist_head *head; in ___pcpu_freelist_pop_nmi() local
|
D | hashtab.c | 79 struct hlist_nulls_head head; member 634 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() 651 static struct htab_elem *lookup_nulls_elem_raw(struct hlist_nulls_head *head, in lookup_nulls_elem_raw() 677 struct hlist_nulls_head *head; in __htab_map_lookup_elem() local 803 struct hlist_nulls_head *head; in htab_lru_map_delete_node() local 834 struct hlist_nulls_head *head; in htab_map_get_next_key() local 1098 struct hlist_nulls_head *head; in htab_map_update_elem() local 1201 struct hlist_nulls_head *head; in htab_lru_map_update_elem() local 1270 struct hlist_nulls_head *head; in __htab_percpu_map_update_elem() local 1325 struct hlist_nulls_head *head; in __htab_lru_percpu_map_update_elem() local [all …]
|
D | devmap.c | 208 struct hlist_head *head; in dev_map_free() local 267 struct hlist_head *head = dev_map_index_hash(dtab, key); in __dev_map_hash_lookup_elem() local 284 struct hlist_head *head; in dev_map_hash_get_next_key() local 598 struct hlist_head *head; in dev_map_enqueue_multi() local 715 struct hlist_head *head; in dev_map_redirect_multi() local 1071 struct hlist_head *head; in dev_map_hash_remove_netdev() local
|
D | memalloc.c | 124 static struct llist_node notrace *__llist_del_first(struct llist_head *head) in __llist_del_first() 277 static void __free_rcu(struct rcu_head *head) in __free_rcu() 285 static void __free_rcu_tasks_trace(struct rcu_head *head) in __free_rcu_tasks_trace() 362 static void __free_by_rcu(struct rcu_head *head) in __free_by_rcu()
|
D | queue_stack_maps.c | 19 u32 head, tail; member 37 u32 head = qs->head + 1; in queue_stack_map_is_full() local
|
D | helpers.c | 1900 struct list_head *head = list_head, *orig_head = list_head; in bpf_list_head_free() local 2037 struct bpf_list_head *head, in __bpf_list_add() 2063 __bpf_kfunc int bpf_list_push_front_impl(struct bpf_list_head *head, in bpf_list_push_front_impl() 2073 __bpf_kfunc int bpf_list_push_back_impl(struct bpf_list_head *head, in bpf_list_push_back_impl() 2083 static struct bpf_list_node *__bpf_list_del(struct bpf_list_head *head, bool tail) in __bpf_list_del() 2106 __bpf_kfunc struct bpf_list_node *bpf_list_pop_front(struct bpf_list_head *head) in bpf_list_pop_front() 2111 __bpf_kfunc struct bpf_list_node *bpf_list_pop_back(struct bpf_list_head *head) in bpf_list_pop_back()
|
/kernel/rcu/ |
D | update.c | 472 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu() 528 void init_rcu_head(struct rcu_head *head) in init_rcu_head() 534 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head() 555 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack() 572 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack() 671 static struct rcu_head head; in early_boot_test_call_rcu() local
|
D | tiny.c | 85 static inline bool rcu_reclaim_tiny(struct rcu_head *head) in rcu_reclaim_tiny() 171 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu() 250 void kvfree_call_rcu(struct rcu_head *head, void *ptr) in kvfree_call_rcu()
|
D | rcu.h | 223 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue() 234 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue() 242 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue() 247 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
|
D | tree.c | 2595 static void __call_rcu_core(struct rcu_data *rdp, struct rcu_head *head, in __call_rcu_core() 2687 __call_rcu_common(struct rcu_head *head, rcu_callback_t func, bool lazy_in) in __call_rcu_common() 2777 void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func) in call_rcu_hurry() 2830 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu() 2910 struct rcu_head *head; member 3051 kvfree_rcu_list(struct rcu_head *head) in kvfree_rcu_list() 3081 struct rcu_head *head; in kfree_rcu_work() local 3411 void kvfree_call_rcu(struct rcu_head *head, void *ptr) in kvfree_call_rcu()
|
/kernel/futex/ |
D | syscalls.c | 30 SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, in SYSCALL_DEFINE2() argument 54 struct robust_list_head __user *head; in SYSCALL_DEFINE3() local 312 struct compat_robust_list_head __user *, head, in COMPAT_SYSCALL_DEFINE2() argument 327 struct compat_robust_list_head __user *head; in COMPAT_SYSCALL_DEFINE3() local
|
D | core.c | 767 struct robust_list __user * __user *head, in fetch_robust_entry() 789 struct robust_list_head __user *head = curr->robust_list; in exit_robust_list() local 864 compat_uptr_t __user *head, unsigned int *pi) in compat_fetch_robust_entry() 883 struct compat_robust_list_head __user *head = curr->compat_robust_list; in compat_exit_robust_list() local 959 struct list_head *next, *head = &curr->pi_state_list; in exit_pi_state_list() local
|
/kernel/ |
D | task_work.c | 45 struct callback_head *head; in task_work_add() local 174 struct callback_head *work, *head, *next; in task_work_run() local
|
D | user-return-notifier.c | 39 struct hlist_head *head; in fire_user_return_notifiers() local
|
D | kprobes.c | 378 struct hlist_head *head; in get_kprobe() local 886 struct hlist_head *head; in optimize_all_kprobes() local 912 struct hlist_head *head; in unoptimize_all_kprobes() local 1892 static void free_rp_inst_rcu(struct rcu_head *head) in free_rp_inst_rcu() 2643 struct hlist_head *head; in kprobes_module_callback() local 2698 struct hlist_head *head; in kprobe_free_init_mem() local 2828 struct hlist_head *head; in show_kprobe_addr() local 2904 struct hlist_head *head; in arm_all_kprobes() local 2950 struct hlist_head *head; in disarm_all_kprobes() local
|
/kernel/power/ |
D | wakeup_reason.c | 98 static void delete_list(struct list_head *head) in delete_list() 109 static bool add_sibling_node_sorted(struct list_head *head, int irq) in add_sibling_node_sorted() 136 static struct wakeup_irq_node *find_node_in_list(struct list_head *head, in find_node_in_list()
|
D | console.c | 23 struct list_head head; member
|
/kernel/trace/ |
D | rethook.c | 36 static void rethook_free_rcu(struct rcu_head *head) in rethook_free_rcu() 133 static void free_rethook_node_rcu(struct rcu_head *head) in free_rethook_node_rcu()
|
D | trace_events_inject.c | 141 struct list_head *head; in trace_get_entry_size() local 157 struct list_head *head; in trace_alloc_entry() local
|
D | trace_events.c | 85 __find_event_field(struct list_head *head, char *name) in __find_event_field() 101 struct list_head *head; in trace_find_event_field() local 115 static int __trace_define_field(struct list_head *head, const char *type, in __trace_define_field() 147 struct list_head *head; in trace_define_field() local 162 struct list_head *head; in trace_define_field_ext() local 220 struct list_head *head; in trace_destroy_fields() local 236 struct list_head *head; in trace_event_get_offsets() local 1543 struct list_head *head = trace_get_fields(call); in f_next() local 2410 struct list_head *head; in event_define_fields() local 2813 struct list_head *head; in update_event_fields() local
|
D | trace_events_user.c | 1071 struct list_head *head = &user->validators; in user_event_destroy_validators() local 1082 struct list_head *head = &user->fields; in user_event_destroy_fields() local 1371 struct list_head *head = &user->fields; in user_event_set_print_fmt() local 1521 struct list_head *head = &user->validators; in user_event_validate() local 1782 struct list_head *head; in user_event_show() local 1869 struct list_head *head = &user->fields; in user_fields_match() local
|
/kernel/events/ |
D | ring_buffer.c | 53 unsigned long head; in perf_output_put_handle() local 138 ring_buffer_has_space(unsigned long head, unsigned long tail, in ring_buffer_has_space() 155 unsigned long tail, offset, head; in __perf_output_begin() local
|
/kernel/gcov/ |
D | clang.c | 58 struct list_head head; member 68 struct list_head head; member
|
/kernel/cgroup/ |
D | rstat.c | 88 static struct cgroup *cgroup_rstat_push_children(struct cgroup *head, in cgroup_rstat_push_children() 151 struct cgroup *head = NULL, *parent, *child; in cgroup_rstat_updated_list() local
|
/kernel/time/ |
D | posix-timers.c | 75 static struct k_itimer *__posix_timers_find(struct hlist_head *head, in __posix_timers_find() 92 struct hlist_head *head = &posix_timers_hashtable[hash(sig, id)]; in posix_timer_by_id() local 100 struct hlist_head *head; in posix_timer_add() local 415 static void k_itimer_rcu_free(struct rcu_head *head) in k_itimer_rcu_free()
|