Home
last modified time | relevance | path

Searched defs:head (Results 51 – 75 of 1455) sorted by relevance

12345678910>>...59

/linux-5.10/net/sched/
Dcls_basic.c43 struct basic_head *head = rcu_dereference_bh(tp->root); in basic_classify() local
62 struct basic_head *head = rtnl_dereference(tp->root); in basic_get() local
76 struct basic_head *head; in basic_init() local
109 struct basic_head *head = rtnl_dereference(tp->root); in basic_destroy() local
128 struct basic_head *head = rtnl_dereference(tp->root); in basic_delete() local
176 struct basic_head *head = rtnl_dereference(tp->root); in basic_change() local
250 struct basic_head *head = rtnl_dereference(tp->root); in basic_walk() local
Dcls_route.c68 route4_reset_fastmap(struct route4_head *head) in route4_reset_fastmap()
76 route4_set_fastmap(struct route4_head *head, u32 id, int iif, in route4_set_fastmap()
127 struct route4_head *head = rcu_dereference_bh(tp->root); in route4_classify() local
217 struct route4_head *head = rtnl_dereference(tp->root); in route4_get() local
243 struct route4_head *head; in route4_init() local
278 struct route4_head *head = rtnl_dereference(tp->root); in route4_destroy() local
314 struct route4_head *head = rtnl_dereference(tp->root); in route4_delete() local
383 u32 handle, struct route4_head *head, in route4_set_parms()
470 struct route4_head *head = rtnl_dereference(tp->root); in route4_change() local
564 struct route4_head *head = rtnl_dereference(tp->root); in route4_walk() local
Dcls_bpf.c83 struct cls_bpf_head *head = rcu_dereference_bh(tp->root); in cls_bpf_classify() local
244 struct cls_bpf_head *head; in cls_bpf_init() local
290 struct cls_bpf_head *head = rtnl_dereference(tp->root); in __cls_bpf_delete() local
305 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_delete() local
315 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_destroy() local
327 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_get() local
464 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_change() local
650 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_walk() local
668 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_reoffload() local
/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
Dcrc907d.c26 crc907d_set_src(struct nv50_head *head, int or, in crc907d_set_src()
75 crc907d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx) in crc907d_set_ctx()
88 static u32 crc907d_get_entry(struct nv50_head *head, in crc907d_get_entry()
97 static bool crc907d_ctx_finished(struct nv50_head *head, in crc907d_ctx_finished()
Dcrcc37d.c38 crcc37d_set_src(struct nv50_head *head, int or, in crcc37d_set_src()
79 crcc37d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx) in crcc37d_set_ctx()
92 static u32 crcc37d_get_entry(struct nv50_head *head, in crcc37d_get_entry()
108 static bool crcc37d_ctx_finished(struct nv50_head *head, in crcc37d_ctx_finished()
Dcrc.h110 nv50_head_crc_late_register(struct nv50_head *head) { return 0; } in nv50_head_crc_late_register()
111 static inline void nv50_crc_handle_vblank(struct nv50_head *head) {} in nv50_crc_handle_vblank()
114 nv50_crc_atomic_check_head(struct nv50_head *head, in nv50_crc_atomic_check_head()
127 nv50_crc_atomic_set(struct nv50_head *head, struct nv50_head_atom *state) {} in nv50_crc_atomic_set()
129 nv50_crc_atomic_clr(struct nv50_head *head) {} in nv50_crc_atomic_clr()
/linux-5.10/scripts/kconfig/
Dlist.h49 #define list_for_each_entry(pos, head, member) \ argument
61 #define list_for_each_entry_safe(pos, n, head, member) \ argument
71 static inline int list_empty(const struct list_head *head) in list_empty()
100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
/linux-5.10/tools/virtio/ringtest/
Dvirtio_ring_0_9.c101 unsigned head; in add_inbuf() local
154 unsigned head; in get_buf() local
201 unsigned short head = last_used_idx & (ring_size - 1); in used_empty() local
260 unsigned head = host.used_idx; in avail_empty() local
274 unsigned head; in use_buf() local
Dring.c114 unsigned head, index; in add_inbuf() local
145 unsigned head = (ring_size - 1) & guest.last_used_idx; in get_buf() local
166 unsigned head = (ring_size - 1) & guest.last_used_idx; in used_empty() local
221 unsigned head = (ring_size - 1) & host.used_idx; in avail_empty() local
228 unsigned head = (ring_size - 1) & host.used_idx; in use_buf() local
/linux-5.10/drivers/rpmsg/
Dqcom_glink_smem.c40 __le32 *head; member
54 u32 head; in glink_smem_rx_avail() local
117 u32 head; in glink_smem_tx_avail() local
138 unsigned int head, in glink_smem_tx_write_one()
162 unsigned int head; in glink_smem_tx_write() local
/linux-5.10/sound/pci/ctxfi/
Dctimap.c21 struct list_head *pos, *pre, *head; in input_mapper_add() local
67 struct list_head *next, *pre, *head; in input_mapper_delete() local
96 void free_input_mapper_list(struct list_head *head) in free_input_mapper_list()
/linux-5.10/tools/testing/selftests/arm64/signal/testcases/
Dtestcases.c5 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, in get_header()
59 struct _aarch64_ctx *head = in validate_reserved() local
175 struct _aarch64_ctx *head; in get_starting_head() local
/linux-5.10/net/sunrpc/
Dxprtmultipath.c205 struct rpc_xprt *xprt_switch_find_first_entry(struct list_head *head) in xprt_switch_find_first_entry()
227 struct rpc_xprt *xprt_switch_find_current_entry(struct list_head *head, in xprt_switch_find_current_entry()
246 struct list_head *head; in xprt_iter_current_entry() local
259 struct list_head *head; in rpc_xprt_switch_has_addr() local
277 struct rpc_xprt *xprt_switch_find_next_entry(struct list_head *head, in xprt_switch_find_next_entry()
318 struct rpc_xprt *__xprt_switch_find_next_entry_roundrobin(struct list_head *head, in __xprt_switch_find_next_entry_roundrobin()
333 struct list_head *head = &xps->xps_xprt_list; in xprt_switch_find_next_entry_roundrobin() local
/linux-5.10/kernel/rcu/
Dupdate.c360 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
409 void init_rcu_head(struct rcu_head *head) in init_rcu_head()
415 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
436 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
453 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
532 static struct rcu_head head; in early_boot_test_call_rcu() local
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgv100.c46 struct nvkm_head *head; in gv100_disp_super() local
193 int head; in gv100_disp_intr_exc_other() local
256 gv100_disp_intr_head_timing(struct nv50_disp *disp, int head) in gv100_disp_intr_head_timing()
287 int head; in gv100_disp_intr() local
331 struct nvkm_head *head; in gv100_disp_init() local
Dsorgv100.c27 gv100_sor_dp_watermark(struct nvkm_ior *sor, int head, u8 watermark) in gv100_sor_dp_watermark()
35 gv100_sor_dp_audio_sym(struct nvkm_ior *sor, int head, u16 h, u32 v) in gv100_sor_dp_audio_sym()
44 gv100_sor_dp_audio(struct nvkm_ior *sor, int head, bool enable) in gv100_sor_dp_audio()
/linux-5.10/include/linux/
Drculist_nulls.h45 #define hlist_nulls_first_rcu(head) \ argument
167 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ argument
182 #define hlist_nulls_for_each_entry_safe(tpos, pos, head, member) \ argument
Dbtree.h216 #define btree_for_each_safel(head, key, val) \ argument
227 #define btree_for_each_safe32(head, key, val) \ argument
239 #define btree_for_each_safe64(head, key, val) \ argument
Dpipe_fs_i.h60 unsigned int head; member
130 static inline bool pipe_empty(unsigned int head, unsigned int tail) in pipe_empty()
140 static inline unsigned int pipe_occupancy(unsigned int head, unsigned int tail) in pipe_occupancy()
151 static inline bool pipe_full(unsigned int head, unsigned int tail, in pipe_full()
163 static inline unsigned int pipe_space_for_user(unsigned int head, unsigned int tail, in pipe_space_for_user()
/linux-5.10/lib/
Dlist_sort.c22 struct list_head *head, **tail = &head; in merge() local
55 static void merge_final(void *priv, cmp_func cmp, struct list_head *head, in merge_final()
188 void list_sort(void *priv, struct list_head *head, in list_sort()
/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
Ddfp.c69 int head, bool dl) in nv04_dfp_bind_head()
93 void nv04_dfp_disable(struct drm_device *dev, int head) in nv04_dfp_disable()
205 struct nouveau_encoder *nv_encoder, int head) in nv04_dfp_prepare_sel_clk()
250 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dfp_prepare() local
454 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dfp_commit() local
535 int head = crtc ? nouveau_crtc(crtc)->index : in nv04_lvds_dpms() local
591 int head = nv_encoder->restore.head; in nv04_dfp_restore() local
/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_channel.c54 *vidtv_channel_s302m_init(struct vidtv_channel *head, u16 transport_stream_id) in vidtv_channel_s302m_init()
164 struct vidtv_psi_table_eit_event *head = NULL; in vidtv_channel_eit_event_cat_into_new() local
210 struct vidtv_psi_table_sdt_service *head = NULL; in vidtv_channel_sdt_serv_cat_into_new() local
265 struct vidtv_psi_table_pat_program *head = NULL; in vidtv_channel_pat_prog_cat_into_new() local
316 struct vidtv_psi_table_pmt_stream *head = NULL; in vidtv_channel_pmt_match_sections() local
/linux-5.10/fs/
Dseq_file.c888 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start()
900 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head()
909 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next()
926 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start()
945 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head()
962 struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, in seq_hlist_next()
986 struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, in seq_hlist_start_rcu()
1010 struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, in seq_hlist_start_head_rcu()
1033 struct hlist_head *head, in seq_hlist_next_rcu()
1055 seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t pos) in seq_hlist_start_percpu()
[all …]
Dmbcache.c79 struct hlist_bl_head *head; in mb_cache_entry_create() local
134 struct hlist_bl_head *head; in __entry_find() local
202 struct hlist_bl_head *head; in mb_cache_entry_get() local
230 struct hlist_bl_head *head; in mb_cache_entry_delete() local
284 struct hlist_bl_head *head; in mb_cache_shrink() local
/linux-5.10/drivers/char/agp/
Disoch.c23 static void agp_3_5_dev_list_insert(struct list_head *head, struct list_head *new) in agp_3_5_dev_list_insert()
40 struct list_head *pos, *tmp, *head = &list->list, *start = head->next; in agp_3_5_dev_list_sort() local
81 struct list_head *head = &dev_list->list, *pos; in agp_3_5_isochronous_node_enable() local
287 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable() local
322 struct list_head *head, *pos; in agp_3_5_enable() local

12345678910>>...59