Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 56) sorted by relevance

123

/kernel/bpf/
Dpercpu_freelist.c15 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()
63 struct pcpu_freelist_head *head; in ___pcpu_freelist_push_nmi() local
104 struct pcpu_freelist_head *head; in pcpu_freelist_populate() local
125 struct pcpu_freelist_head *head; in ___pcpu_freelist_pop() local
159 struct pcpu_freelist_head *head; in ___pcpu_freelist_pop_nmi() local
Dhashtab.c82 struct hlist_nulls_head head; member
591 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw()
608 static struct htab_elem *lookup_nulls_elem_raw(struct hlist_nulls_head *head, in lookup_nulls_elem_raw()
634 struct hlist_nulls_head *head; in __htab_map_lookup_elem() local
752 struct hlist_nulls_head *head; in htab_lru_map_delete_node() local
782 struct hlist_nulls_head *head; in htab_map_get_next_key() local
845 static void htab_elem_free_rcu(struct rcu_head *head) in htab_elem_free_rcu()
1033 struct hlist_nulls_head *head; in htab_map_update_elem() local
1135 struct hlist_nulls_head *head; in htab_lru_map_update_elem() local
1204 struct hlist_nulls_head *head; in __htab_percpu_map_update_elem() local
[all …]
Ddevmap.c210 struct hlist_head *head; in dev_map_free() local
269 struct hlist_head *head = dev_map_index_hash(dtab, key); in __dev_map_hash_lookup_elem() local
286 struct hlist_head *head; in dev_map_hash_get_next_key() local
595 struct hlist_head *head; in dev_map_enqueue_multi() local
717 struct hlist_head *head; in dev_map_redirect_multi() local
1056 struct hlist_head *head; in dev_map_hash_remove_netdev() local
Dqueue_stack_maps.c19 u32 head, tail; member
37 u32 head = qs->head + 1; in queue_stack_map_is_full() local
Dcgroup.c181 static u32 prog_list_length(struct list_head *head) in prog_list_length()
537 struct list_head *head; in replace_effective_prog() local
687 struct list_head *head; in purge_effective_progs() local
1313 int __cgroup_bpf_run_filter_sysctl(struct ctl_table_header *head, in __cgroup_bpf_run_filter_sysctl()
/kernel/rcu/
Dupdate.c362 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
411 void init_rcu_head(struct rcu_head *head) in init_rcu_head()
417 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
438 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
455 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
535 static struct rcu_head head; in early_boot_test_call_rcu() local
Dtiny.c85 static inline bool rcu_reclaim_tiny(struct rcu_head *head) in rcu_reclaim_tiny()
163 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu()
Drcu.h172 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue()
183 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
191 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()
Dtree.c2888 static void __call_rcu_core(struct rcu_data *rdp, struct rcu_head *head, in __call_rcu_core()
2981 __call_rcu(struct rcu_head *head, rcu_callback_t func) in __call_rcu()
3085 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu()
3159 struct rcu_head *head; member
3262 struct rcu_head *head, *next; in kfree_rcu_work() local
3565 void kvfree_call_rcu(struct rcu_head *head, rcu_callback_t func) in kvfree_call_rcu()
/kernel/
Dtask_work.c35 struct callback_head *head; in task_work_add() local
134 struct callback_head *work, *head, *next; in task_work_run() local
Dkprobes.c370 struct hlist_head *head; in get_kprobe() local
877 struct hlist_head *head; in optimize_all_kprobes() local
903 struct hlist_head *head; in unoptimize_all_kprobes() local
1206 static void free_rp_inst_rcu(struct rcu_head *head) in free_rp_inst_rcu()
2413 struct hlist_head *head; in kprobes_module_callback() local
2472 struct hlist_head *head; in kprobe_free_init_mem() local
2605 struct hlist_head *head; in show_kprobe_addr() local
2681 struct hlist_head *head; in arm_all_kprobes() local
2727 struct hlist_head *head; in disarm_all_kprobes() local
Duser-return-notifier.c39 struct hlist_head *head; in fire_user_return_notifiers() local
Dtracepoint.c114 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()
Dsoftirq.c723 struct tasklet_struct *head; member
734 struct tasklet_head *head; in __tasklet_schedule_common() local
/kernel/power/
Dwakeup_reason.c98 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()
Dconsole.c23 struct list_head head; member
/kernel/trace/
Dtrace_events_inject.c141 struct list_head *head; in trace_get_entry_size() local
157 struct list_head *head; in trace_alloc_entry() local
Dtrace_events.c85 __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()
146 struct list_head *head; in trace_define_field() local
203 struct list_head *head; in trace_destroy_fields() local
219 struct list_head *head; in trace_event_get_offsets() local
1513 struct list_head *head = trace_get_fields(call); in f_next() local
2355 struct list_head *head; in event_define_fields() local
2672 struct list_head *head; in update_event_fields() local
Dring_buffer.c557 unsigned long head; member
1299 struct buffer_page *head; in rb_head_page_activate() local
1334 struct buffer_page *head, in rb_head_page_set()
1357 struct buffer_page *head, in rb_head_page_set_update()
1366 struct buffer_page *head, in rb_head_page_set_head()
1375 struct buffer_page *head, in rb_head_page_set_normal()
1393 struct buffer_page *head; in rb_set_head_page() local
1527 struct list_head *head = rb_list_head(cpu_buffer->pages); in rb_check_pages() local
1713 struct list_head *head = cpu_buffer->pages; in rb_free_cpu_buffer() local
3893 struct buffer_page *head = rb_set_head_page(cpu_buffer); in rb_per_cpu_empty() local
/kernel/futex/
Dcore.c910 struct list_head *next, *head = &curr->pi_state_list; in exit_pi_state_list() local
3584 SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, in SYSCALL_DEFINE2() argument
3610 struct robust_list_head __user *head; in SYSCALL_DEFINE3() local
3769 struct robust_list __user * __user *head, in fetch_robust_entry()
3791 struct robust_list_head __user *head = curr->robust_list; in exit_robust_list() local
4081 compat_uptr_t __user *head, unsigned int *pi) in compat_fetch_robust_entry()
4109 struct compat_robust_list_head __user *head = curr->compat_robust_list; in compat_exit_robust_list() local
4179 struct compat_robust_list_head __user *, head, in COMPAT_SYSCALL_DEFINE2() argument
4197 struct compat_robust_list_head __user *head; in COMPAT_SYSCALL_DEFINE3() local
/kernel/events/
Dring_buffer.c53 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
Dcallchain.c48 static void release_callchain_buffers_rcu(struct rcu_head *head) in release_callchain_buffers_rcu()
/kernel/gcov/
Dclang.c58 struct list_head head; member
68 struct list_head head; member
/kernel/time/
Dposix-timers.c118 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()
/kernel/locking/
Drtmutex_common.h51 struct wake_q_head head; member

123