/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 619 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() 636 static struct htab_elem *lookup_nulls_elem_raw(struct hlist_nulls_head *head, in lookup_nulls_elem_raw() 662 struct hlist_nulls_head *head; in __htab_map_lookup_elem() local 783 struct hlist_nulls_head *head; in htab_lru_map_delete_node() local 813 struct hlist_nulls_head *head; in htab_map_get_next_key() local 1074 struct hlist_nulls_head *head; in htab_map_update_elem() local 1176 struct hlist_nulls_head *head; in htab_lru_map_update_elem() local 1245 struct hlist_nulls_head *head; in __htab_percpu_map_update_elem() local 1300 struct hlist_nulls_head *head; in __htab_lru_percpu_map_update_elem() local [all …]
|
D | devmap.c | 211 struct hlist_head *head; in dev_map_free() local 270 struct hlist_head *head = dev_map_index_hash(dtab, key); in __dev_map_hash_lookup_elem() local 287 struct hlist_head *head; in dev_map_hash_get_next_key() local 591 struct hlist_head *head; in dev_map_enqueue_multi() local 708 struct hlist_head *head; in dev_map_redirect_multi() local 1045 struct hlist_head *head; in dev_map_hash_remove_netdev() local
|
D | memalloc.c | 112 static struct llist_node notrace *__llist_del_first(struct llist_head *head) in __llist_del_first() 212 static void __free_rcu(struct rcu_head *head) in __free_rcu() 223 static void __free_rcu_tasks_trace(struct rcu_head *head) in __free_rcu_tasks_trace()
|
D | queue_stack_maps.c | 20 u32 head, tail; member 38 u32 head = qs->head + 1; in queue_stack_map_is_full() local
|
/kernel/rcu/ |
D | update.c | 471 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu() 527 void init_rcu_head(struct rcu_head *head) in init_rcu_head() 533 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head() 554 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack() 571 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack() 666 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() 170 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu() 249 void kvfree_call_rcu(struct rcu_head *head, rcu_callback_t func) in kvfree_call_rcu()
|
D | rcu.h | 185 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue() 196 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue() 204 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue() 209 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
|
D | tree.c | 2688 static void __call_rcu_core(struct rcu_data *rdp, struct rcu_head *head, in __call_rcu_core() 2780 __call_rcu_common(struct rcu_head *head, rcu_callback_t func, bool lazy_in) in __call_rcu_common() 2870 void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func) in call_rcu_hurry() 2923 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu() 2995 struct rcu_head *head; member 3097 struct rcu_head *head, *next; in kfree_rcu_work() local 3413 void kvfree_call_rcu(struct rcu_head *head, rcu_callback_t func) in kvfree_call_rcu()
|
/kernel/ |
D | task_work.c | 45 struct callback_head *head; in task_work_add() local 149 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 1880 static void free_rp_inst_rcu(struct rcu_head *head) in free_rp_inst_rcu() 2632 struct hlist_head *head; in kprobes_module_callback() local 2687 struct hlist_head *head; in kprobe_free_init_mem() local 2817 struct hlist_head *head; in show_kprobe_addr() local 2893 struct hlist_head *head; in arm_all_kprobes() local 2939 struct hlist_head *head; in disarm_all_kprobes() local
|
D | tracepoint.c | 114 static void srcu_free_old_probes(struct rcu_head *head) in srcu_free_old_probes() 119 static void rcu_free_old_probes(struct rcu_head *head) in rcu_free_old_probes()
|
/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/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_user.c | 425 struct list_head *head = &user->validators; in user_event_destroy_validators() local 436 struct list_head *head = &user->fields; in user_event_destroy_fields() local 722 struct list_head *head = &user->fields; in user_event_set_print_fmt() local 867 struct list_head *head = &user->validators; in user_event_validate() local 1130 struct list_head *head; in user_event_show() local 1214 struct list_head *head = &user->fields; in user_fields_match() 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 218 struct list_head *head; in trace_destroy_fields() local 234 struct list_head *head; in trace_event_get_offsets() local 1532 struct list_head *head = trace_get_fields(call); in f_next() local 2379 struct list_head *head; in event_define_fields() local 2697 struct list_head *head; in update_event_fields() local
|
D | ring_buffer.c | 528 unsigned long head; member 1304 struct buffer_page *head; in rb_head_page_activate() local 1339 struct buffer_page *head, in rb_head_page_set() 1362 struct buffer_page *head, in rb_head_page_set_update() 1371 struct buffer_page *head, in rb_head_page_set_head() 1380 struct buffer_page *head, in rb_head_page_set_normal() 1398 struct buffer_page *head; in rb_set_head_page() local 1532 struct list_head *head = rb_list_head(cpu_buffer->pages); in rb_check_pages() local 1718 struct list_head *head = cpu_buffer->pages; in rb_free_cpu_buffer() local 3936 struct buffer_page *head = rb_set_head_page(cpu_buffer); in rb_per_cpu_empty() local [all …]
|
/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/time/ |
D | posix-timers.c | 118 static struct k_itimer *__posix_timers_find(struct hlist_head *head, in __posix_timers_find() 135 struct hlist_head *head = &posix_timers_hashtable[hash(sig, id)]; in posix_timer_by_id() local 144 struct hlist_head *head; in posix_timer_add() local 469 static void k_itimer_rcu_free(struct rcu_head *head) in k_itimer_rcu_free()
|