Home
last modified time | relevance | path

Searched refs:head (Results 1476 - 1500 of 6121) sorted by relevance

1...<<51525354555657585960>>...245

/kernel/linux/linux-5.10/fs/gfs2/
H A Dlops.h29 struct gfs2_log_header_host *head, bool keep_cache);
65 struct gfs2_log_header_host *head, in lops_before_scan()
71 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
64 lops_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, unsigned int pass) lops_before_scan() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly827e.c115 ovly827e_new(struct nouveau_drm *drm, int head, s32 oclass, in ovly827e_new() argument
118 return ovly507e_new_(&ovly827e, ovly827e_format, drm, head, oclass, in ovly827e_new()
119 0x00000004 << (head * 8), pwndw); in ovly827e_new()
H A Dovly907e.c91 ovly907e_new(struct nouveau_drm *drm, int head, s32 oclass, in ovly907e_new() argument
94 return ovly507e_new_(&ovly907e, ovly907e_format, drm, head, oclass, in ovly907e_new()
95 0x00000004 << (head * 4), pwndw); in ovly907e_new()
H A Dbase827c.c99 base827c_new(struct nouveau_drm *drm, int head, s32 oclass, in base827c_new() argument
102 return base507c_new_(&base827c, base507c_format, drm, head, oclass, in base827c_new()
103 0x00000002 << (head * 8), pwndw); in base827c_new()
H A Dhead.h23 void nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh);
24 void nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh);
25 void nv50_head_flush_clr(struct nv50_head *head,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_vmm.c53 list_for_each_entry(vma, &nvbo->vma_list, head) { in nouveau_vma_find()
70 list_del(&vma->head); in nouveau_vma_del()
97 list_add_tail(&vma->head, &nvbo->vma_list); in nouveau_vma_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dbase.c37 list_for_each_entry(chan, &sw->chan, head) { in nvkm_sw_mthd()
40 list_del(&chan->head); in nvkm_sw_mthd()
41 list_add(&chan->head, &sw->chan); in nvkm_sw_mthd()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhdmigv100.c25 gv100_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in gv100_hdmi_ctrl() argument
32 const u32 hoff = head * 0x800; in gv100_hdmi_ctrl()
33 const u32 hdmi = head * 0x400; in gv100_hdmi_ctrl()
H A Dhdmigk104.c27 gk104_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, in gk104_hdmi_ctrl() argument
34 const u32 hoff = head * 0x800; in gk104_hdmi_ctrl()
35 const u32 hdmi = head * 0x400; in gk104_hdmi_ctrl()
/kernel/linux/linux-5.10/include/crypto/
H A Dscatterwalk.h19 static inline void scatterwalk_crypto_chain(struct scatterlist *head, in scatterwalk_crypto_chain() argument
23 sg_chain(head, num, sg); in scatterwalk_crypto_chain()
25 sg_mark_end(head); in scatterwalk_crypto_chain()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dfile.c72 struct buffer_head *bh, *head; in nilfs_page_mkwrite() local
75 bh = head = page_buffers(page); in nilfs_page_mkwrite()
81 } while (bh = bh->b_this_page, bh != head); in nilfs_page_mkwrite()
H A Dgcinode.c181 struct list_head *head = &nilfs->ns_gc_inodes; in nilfs_remove_all_gcinodes() local
184 while (!list_empty(head)) { in nilfs_remove_all_gcinodes()
185 ii = list_first_entry(head, struct nilfs_inode_info, i_dirty); in nilfs_remove_all_gcinodes()
/kernel/linux/linux-6.6/include/net/
H A Dinet_common.h66 struct sk_buff *inet_gro_receive(struct list_head *head, struct sk_buff *skb);
77 #define indirect_call_gro_receive(f2, f1, cb, head, skb) \
81 INDIRECT_CALL_2(cb, f2, f1, head, skb); \
/kernel/linux/linux-6.6/include/crypto/
H A Dscatterwalk.h20 static inline void scatterwalk_crypto_chain(struct scatterlist *head, in scatterwalk_crypto_chain() argument
24 sg_chain(head, num, sg); in scatterwalk_crypto_chain()
26 sg_mark_end(head); in scatterwalk_crypto_chain()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_encoder.h89 * @head: list management
100 struct list_head head; member
319 list_for_each_entry((encoder), &(dev)->mode_config.encoder_list, head) \
330 list_for_each_entry(encoder, &(dev)->mode_config.encoder_list, head)
/kernel/linux/linux-6.6/include/linux/
H A Dtypes.h234 void (*func)(struct callback_head *head);
238 typedef void (*rcu_callback_t)(struct rcu_head *head);
239 typedef void (*call_rcu_func_t)(struct rcu_head *head, rcu_callback_t func);
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dcontroller.h50 * struct ssam_nf_head - Notifier head for SSAM events.
52 * @head: List-head for notifier blocks registered under this head.
56 struct list_head head; member
66 * @head: The list of notifier heads for event/notification callbacks.
71 struct ssam_nf_head head[SSH_NUM_EVENTS]; member
102 * @head: The list-head of the queue.
109 struct list_head head; member
[all...]
/kernel/linux/linux-6.6/io_uring/
H A Dkbuf.h25 __u16 head; member
69 * the flag and hence ensure that bl->head doesn't get incremented. in io_kbuf_recycle_ring()
71 * The exception is partial io, that case we should increment bl->head in io_kbuf_recycle_ring()
83 req->buf_list->head++; in io_kbuf_recycle_ring()
115 req->buf_list->head++; in __io_put_kbuf_list()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dqueueing.c56 queue->head = queue->tail = STUB(queue); in wg_prev_queue_init()
69 WRITE_ONCE(NEXT(xchg_release(&queue->head, skb)), skb); in __wg_prev_queue_enqueue()
96 if (tail != READ_ONCE(queue->head)) in wg_prev_queue_dequeue()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly827e.c115 ovly827e_new(struct nouveau_drm *drm, int head, s32 oclass, in ovly827e_new() argument
118 return ovly507e_new_(&ovly827e, ovly827e_format, drm, head, oclass, in ovly827e_new()
119 0x00000004 << (head * 8), pwndw); in ovly827e_new()
H A Dovly907e.c91 ovly907e_new(struct nouveau_drm *drm, int head, s32 oclass, in ovly907e_new() argument
94 return ovly507e_new_(&ovly907e, ovly907e_format, drm, head, oclass, in ovly907e_new()
95 0x00000004 << (head * 4), pwndw); in ovly907e_new()
H A Dbase827c.c99 base827c_new(struct nouveau_drm *drm, int head, s32 oclass, in base827c_new() argument
102 return base507c_new_(&base827c, base507c_format, drm, head, oclass, in base827c_new()
103 0x00000002 << (head * 8), pwndw); in base827c_new()
H A Dhead.h23 void nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh);
24 void nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh);
25 void nv50_head_flush_clr(struct nv50_head *head,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dbase.c37 list_for_each_entry(chan, &sw->chan, head) { in nvkm_sw_mthd()
40 list_del(&chan->head); in nvkm_sw_mthd()
41 list_add(&chan->head, &sw->chan); in nvkm_sw_mthd()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_vmm.c53 list_for_each_entry(vma, &nvbo->vma_list, head) { in nouveau_vma_find()
70 list_del(&vma->head); in nouveau_vma_del()
97 list_add_tail(&vma->head, &nvbo->vma_list); in nouveau_vma_new()

Completed in 11 milliseconds

1...<<51525354555657585960>>...245