Home
last modified time | relevance | path

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

123

/kernel/bpf/
A Dpercpu_freelist.c15 struct pcpu_freelist_head *head = per_cpu_ptr(s->freelist, cpu); in pcpu_freelist_init() local
28 static inline void pcpu_freelist_push_node(struct pcpu_freelist_head *head, in pcpu_freelist_push_node()
35 static inline bool ___pcpu_freelist_push(struct pcpu_freelist_head *head, in ___pcpu_freelist_push()
48 struct pcpu_freelist_head *head; in __pcpu_freelist_push() local
81 struct pcpu_freelist_head *head; in pcpu_freelist_populate() local
103 struct pcpu_freelist_head *head; in ___pcpu_freelist_pop() local
A Dhashtab.c81 struct hlist_nulls_head head; member
660 struct hlist_nulls_head *head; in __htab_map_lookup_elem() local
789 struct hlist_nulls_head *head; in htab_lru_map_delete_node() local
821 struct hlist_nulls_head *head; in htab_map_get_next_key() local
1083 struct hlist_nulls_head *head; in htab_map_update_elem() local
1191 struct hlist_nulls_head *head; in htab_lru_map_update_elem() local
1259 struct hlist_nulls_head *head; in htab_map_update_elem_in_place() local
1323 struct hlist_nulls_head *head; in __htab_lru_percpu_map_update_elem() local
1404 struct hlist_nulls_head *head; in htab_map_delete_elem() local
1440 struct hlist_nulls_head *head; in htab_lru_map_delete_elem() local
[all …]
A Ddevmap.c219 struct hlist_head *head; in dev_map_free() local
278 struct hlist_head *head = dev_map_index_hash(dtab, key); in __dev_map_hash_lookup_elem() local
295 struct hlist_head *head; in dev_map_hash_get_next_key() local
612 struct hlist_head *head; in dev_map_enqueue_multi() local
729 struct hlist_head *head; in dev_map_redirect_multi() local
1084 struct hlist_head *head; in dev_map_hash_remove_netdev() local
A Dqueue_stack_maps.c20 u32 head, tail; member
38 u32 head = qs->head + 1; in queue_stack_map_is_full() local
A Dmemalloc.c128 static struct llist_node notrace *__llist_del_first(struct llist_head *head) in __llist_del_first()
275 static void __free_rcu(struct rcu_head *head) in __free_rcu()
283 static void __free_rcu_tasks_trace(struct rcu_head *head) in __free_rcu_tasks_trace()
361 static void __free_by_rcu(struct rcu_head *head) in __free_by_rcu()
A Dstream.c267 struct llist_node *head, *tail; in bpf_stream_backlog_fill() local
456 struct llist_node *list, *head, *tail; in bpf_stream_stage_commit() local
/kernel/rcu/
A Dupdate.c402 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
458 void init_rcu_head(struct rcu_head *head) in init_rcu_head()
464 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
485 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
502 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
607 static struct rcu_head head; in early_boot_test_call_rcu() local
A Dtiny.c85 static inline bool rcu_reclaim_tiny(struct rcu_head *head) in rcu_reclaim_tiny()
160 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu()
A Drcu.h232 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue()
243 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
251 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue()
256 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
A Dtree.c1656 struct llist_node *done, *rcu, *next, *head; in rcu_sr_normal_gp_cleanup_work() local
2990 static void rcutree_enqueue(struct rcu_data *rdp, struct rcu_head *head, rcu_callback_t func) in rcutree_enqueue()
3001 static void call_rcu_core(struct rcu_data *rdp, struct rcu_head *head, in call_rcu_core()
3094 __call_rcu_common(struct rcu_head *head, rcu_callback_t func, bool lazy_in) in __call_rcu_common()
3175 void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func) in call_rcu_hurry()
3241 void call_rcu(struct rcu_head *head, rcu_callback_t func) in call_rcu()
/kernel/trace/
A Drethook.c35 static void rethook_free_rcu(struct rcu_head *head) in rethook_free_rcu()
79 static int rethook_fini_pool(struct objpool_head *head, void *context) in rethook_fini_pool()
127 static void free_rethook_node_rcu(struct rcu_head *head) in free_rethook_node_rcu()
A Dfprobe.c57 struct hlist_head *head; in find_first_fprobe_node() local
74 struct hlist_head *head; in insert_fprobe_node() local
103 struct hlist_head *head; in is_fprobe_still_exist() local
119 struct hlist_head *head; in add_fprobe_hash() local
451 static void fprobe_remove_node_in_module(struct module *mod, struct hlist_head *head, in fprobe_remove_node_in_module()
A Dtrace_events_inject.c141 struct list_head *head; in trace_get_entry_size() local
157 struct list_head *head; in trace_alloc_entry() local
A Dtrace_events_user.c1089 struct list_head *head = &user->validators; in user_event_destroy_validators() local
1100 struct list_head *head = &user->fields; in user_event_destroy_fields() local
1389 struct list_head *head = &user->fields; in user_event_set_print_fmt() local
1556 struct list_head *head = &user->validators; in user_event_validate() local
1817 struct list_head *head; in user_event_show() local
1904 struct list_head *head = &user->fields; in user_fields_match() local
A Dtrace_events.c85 __find_event_field(struct list_head *head, const 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()
149 struct list_head *head; in trace_define_field() local
164 struct list_head *head; in trace_define_field_ext() local
223 struct list_head *head; in trace_destroy_fields() local
239 struct list_head *head; in trace_event_get_offsets() local
1955 struct list_head *head = trace_get_fields(call); in f_next() local
2857 struct list_head *head; in event_define_fields() local
3345 struct list_head *head; in update_event_fields() local
/kernel/
A Dtask_work.c57 struct callback_head *head; in task_work_add() local
197 struct callback_head *work, *head, *next; in task_work_run() local
A Dkprobes.c380 struct hlist_head *head; in get_kprobe() local
885 struct hlist_head *head; in optimize_all_kprobes() local
909 struct hlist_head *head; in unoptimize_all_kprobes() local
1869 static int kretprobe_fini_pool(struct objpool_head *head, void *context) in kretprobe_fini_pool()
1875 static void free_rp_inst_rcu(struct rcu_head *head) in free_rp_inst_rcu()
2589 struct hlist_head *head; in kprobes_module_callback() local
2653 struct hlist_head *head; in kprobe_free_init_mem() local
2781 struct hlist_head *head; in show_kprobe_addr() local
2857 struct hlist_head *head; in arm_all_kprobes() local
2901 struct hlist_head *head; in disarm_all_kprobes() local
A Duser-return-notifier.c39 struct hlist_head *head; in fire_user_return_notifiers() local
/kernel/futex/
A Dsyscalls.c28 SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, in SYSCALL_DEFINE2() argument
52 struct robust_list_head __user *head; in SYSCALL_DEFINE3() local
443 struct compat_robust_list_head __user *, head, in COMPAT_SYSCALL_DEFINE2() argument
458 struct compat_robust_list_head __user *head; in COMPAT_SYSCALL_DEFINE3() local
A Dcore.c1134 struct robust_list __user * __user *head, in fetch_robust_entry()
1156 struct robust_list_head __user *head = curr->robust_list; in exit_robust_list() local
1231 compat_uptr_t __user *head, unsigned int *pi) in compat_fetch_robust_entry()
1250 struct compat_robust_list_head __user *head = curr->compat_robust_list; in compat_exit_robust_list() local
1326 struct list_head *next, *head = &curr->pi_state_list; in exit_pi_state_list() local
1608 static void futex_ref_rcu(struct rcu_head *head) in futex_ref_rcu()
/kernel/events/
A Dring_buffer.c57 unsigned long head; in perf_output_put_handle() local
142 ring_buffer_has_space(unsigned long head, unsigned long tail, in ring_buffer_has_space()
159 unsigned long tail, offset, head; in __perf_output_begin() local
/kernel/gcov/
A Dclang.c58 struct list_head head; member
68 struct list_head head; member
/kernel/power/
A Dconsole.c24 struct list_head head; member
/kernel/cgroup/
A Drstat.c196 struct cgroup_subsys_state *head, in css_rstat_push_children()
282 struct cgroup_subsys_state *head = NULL, *parent, *child; in css_rstat_updated_list() local
/kernel/unwind/
A Ddeferred.c189 static void unwind_deferred_task_work(struct callback_head *head) in unwind_deferred_task_work()

Completed in 81 milliseconds

123