Home
last modified time | relevance | path

Searched refs:head (Results 1226 - 1250 of 5918) sorted by relevance

1...<<41424344454647484950>>...237

/kernel/linux/linux-5.10/drivers/dma/
H A Dcoh901318_lli.c58 struct coh901318_lli *head; in coh901318_lli_alloc() local
68 head = dma_pool_alloc(pool->dmapool, GFP_NOWAIT, &phy); in coh901318_lli_alloc()
70 if (head == NULL) in coh901318_lli_alloc()
75 lli = head; in coh901318_lli_alloc()
99 return head; in coh901318_lli_alloc()
108 coh901318_lli_free(pool, &head); in coh901318_lli_alloc()
/kernel/linux/linux-5.10/block/partitions/
H A Dibm.c29 * cyl-cyl-head-head structure
34 __u16 head; in cchh2blk() local
40 head = ptr->hh & 0x000F; in cchh2blk()
42 head * geo->sectors; in cchh2blk()
47 * cyl-cyl-head-head-block structure
52 __u16 head; in cchhb2blk() local
58 head = ptr->hh & 0x000F; in cchhb2blk()
60 head * ge in cchhb2blk()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dvringh.h143 u16 *head);
153 int vringh_complete_user(struct vringh *vrh, u16 head, u32 len);
202 u16 *head,
209 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
272 u16 *head,
284 int vringh_complete_iotlb(struct vringh *vrh, u16 head, u32 len);
/kernel/linux/linux-5.10/security/smack/
H A Dsmack_access.c404 struct hlist_head *head; in smk_insert_entry() local
407 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_insert_entry()
409 hlist_add_head_rcu(&skp->smk_hashed, head); in smk_insert_entry()
423 struct hlist_head *head; in smk_find_entry() local
427 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_find_entry()
429 hlist_for_each_entry_rcu(skp, head, smk_hashed) in smk_find_entry()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs3acl.c143 struct kvec *head = rqstp->rq_arg.head; in nfs3svc_decode_setaclargs() local
155 base = (char *)p - (char *)head->iov_base; in nfs3svc_decode_setaclargs()
180 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_getaclres() local
188 base = (char *)p - (char *)head->iov_base; in nfs3svc_encode_getaclres()
/kernel/linux/linux-5.10/kernel/sched/
H A Dwait.c13 INIT_LIST_HEAD(&wq_head->head); in __init_waitqueue_head()
81 curr = list_first_entry(&wq_head->head, wait_queue_entry_t, entry); in __wake_up_common()
83 if (&curr->entry == &wq_head->head) in __wake_up_common()
86 list_for_each_entry_safe_from(curr, next, &wq_head->head, entry) { in __wake_up_common()
100 (&next->entry != &wq_head->head)) { in __wake_up_common()
269 was_empty = list_empty(&wq_head->head); in prepare_to_wait_exclusive()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dlsfw.c33 list_del(&lsfw->head); in nvkm_acr_lsfw_del()
41 list_for_each_entry_safe(lsfw, lsft, &acr->lsfw, head) { in nvkm_acr_lsfw_del_all()
50 list_for_each_entry(lsfw, &acr->lsfw, head) { in nvkm_acr_lsfw_get()
77 list_add_tail(&lsfw->head, &acr->lsfw); in nvkm_acr_lsfw_add()
154 nvkm_acr_lsfw_from_desc(&nvfw_ls_desc(subdev, fw->data)->head, lsfw); in nvkm_acr_lsfw_load_sig_image_desc()
174 nvkm_acr_lsfw_from_desc(&nvfw_ls_desc_v1(subdev, fw->data)->head, lsfw); in nvkm_acr_lsfw_load_sig_image_desc_v1()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dbase.c80 list_for_each_entry(chan, &fifo->chan, head) { in nvkm_fifo_chan_inst_locked()
82 list_del(&chan->head); in nvkm_fifo_chan_inst_locked()
83 list_add(&chan->head, &fifo->chan); in nvkm_fifo_chan_inst_locked()
110 list_for_each_entry(chan, &fifo->chan, head) { in nvkm_fifo_chan_chid()
112 list_del(&chan->head); in nvkm_fifo_chan_chid()
113 list_add(&chan->head, &fifo->chan); in nvkm_fifo_chan_chid()
/kernel/linux/linux-6.6/include/linux/
H A Dvringh.h163 u16 *head);
173 int vringh_complete_user(struct vringh *vrh, u16 head, u32 len);
235 u16 *head,
242 int vringh_complete_kern(struct vringh *vrh, u16 head, u32 len);
312 u16 *head,
324 int vringh_complete_iotlb(struct vringh *vrh, u16 head, u32 len);
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dpr.c55 struct nvme_ns_head *head = bdev->bd_disk->private_data; in nvme_send_ns_head_pr_command() local
56 int srcu_idx = srcu_read_lock(&head->srcu); in nvme_send_ns_head_pr_command()
57 struct nvme_ns *ns = nvme_find_path(head); in nvme_send_ns_head_pr_command()
61 c->common.nsid = cpu_to_le32(ns->head->ns_id); in nvme_send_ns_head_pr_command()
64 srcu_read_unlock(&head->srcu, srcu_idx); in nvme_send_ns_head_pr_command()
71 c->common.nsid = cpu_to_le32(ns->head->ns_id); in nvme_send_ns_pr_command()
/kernel/linux/linux-6.6/block/partitions/
H A Dibm.c29 * cyl-cyl-head-head structure
34 __u16 head; in cchh2blk() local
40 head = ptr->hh & 0x000F; in cchh2blk()
42 head * geo->sectors; in cchh2blk()
47 * cyl-cyl-head-head-block structure
52 __u16 head; in cchhb2blk() local
58 head = ptr->hh & 0x000F; in cchhb2blk()
60 head * ge in cchhb2blk()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dcgrp.c42 list_del(&ectx->head); in nvkm_cgrp_ectx_put()
63 ectx = nvkm_list_find(ectx, &cgrp->ectxs, head, ectx->engn == engn); in nvkm_cgrp_ectx_get()
78 list_add_tail(&ectx->head, &cgrp->ectxs); in nvkm_cgrp_ectx_get()
110 list_del(&vctx->head); in nvkm_cgrp_vctx_put()
127 vctx = nvkm_list_find(vctx, &cgrp->vctxs, head, in nvkm_cgrp_vctx_get()
152 list_add_tail(&vctx->head, &cgrp->vctxs); in nvkm_cgrp_vctx_get()
/kernel/linux/linux-6.6/security/smack/
H A Dsmack_access.c405 struct hlist_head *head; in smk_insert_entry() local
408 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_insert_entry()
410 hlist_add_head_rcu(&skp->smk_hashed, head); in smk_insert_entry()
424 struct hlist_head *head; in smk_find_entry() local
428 head = &smack_known_hash[hash & (SMACK_HASH_SLOTS - 1)]; in smk_find_entry()
430 hlist_for_each_entry_rcu(skp, head, smk_hashed) in smk_find_entry()
/kernel/linux/linux-6.6/kernel/sched/
H A Dwait.c12 INIT_LIST_HEAD(&wq_head->head); in __init_waitqueue_head()
73 * may be at the head of the list, and can consume the event without any other
95 curr = list_first_entry(&wq_head->head, wait_queue_entry_t, entry); in __wake_up_common()
97 if (&curr->entry == &wq_head->head) in __wake_up_common()
100 list_for_each_entry_safe_from(curr, next, &wq_head->head, entry) { in __wake_up_common()
114 (&next->entry != &wq_head->head)) { in __wake_up_common()
292 was_empty = list_empty(&wq_head->head); in prepare_to_wait_exclusive()
/third_party/lame/mpglib/
H A Dcommon.c111 head_check(unsigned long head, int check_layer) in head_check() argument
120 int nLayer = 4 - ((head >> 17) & 3); in head_check()
122 if ((head & 0xffe00000) != 0xffe00000) { in head_check()
133 if (((head >> 12) & 0xf) == 0xf) { in head_check()
137 if (((head >> 10) & 0x3) == 0x3) { in head_check()
141 if ((head & 0x3) == 0x2) in head_check()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_int64.cpp148 /* Move all of the nodes from function_list to the head if the incoming in lower_64bit_integer_instructions()
153 exec_node *const head = v.function_list.head_sentinel.next; in lower_64bit_integer_instructions() local
156 before->next = head; in lower_64bit_integer_instructions()
157 head->prev = before; in lower_64bit_integer_instructions()
303 exec_node *const head = instructions.head_sentinel.next; in lower_op_to_function_call() local
306 before->next = head; in lower_op_to_function_call()
307 head->prev = before; in lower_op_to_function_call()
/third_party/lwip/test/unit/arch/
H A Dsys_arch.c217 mbox->head = mbox->tail = 0; in sys_mbox_new()
260 q->q_mem[q->head] = msg; in sys_mbox_post()
261 q->head++; in sys_mbox_post()
262 if (q->head >= (unsigned int)q->size) { in sys_mbox_post()
263 q->head = 0; in sys_mbox_post()
265 LWIP_ASSERT("mbox is full!", q->head != q->tail); in sys_mbox_post()
/third_party/skia/src/core/
H A DSkDeque.cpp57 Block* head = fFrontBlock; in ~SkDeque() local
60 while (head) { in ~SkDeque()
61 Block* next = head->fNext; in ~SkDeque()
62 if (head != initialHead) { in ~SkDeque()
63 this->freeBlock(head); in ~SkDeque()
65 head = next; in ~SkDeque()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/woff/
H A DWoffWriter.java64 FontHeaderTable head = (FontHeaderTable) font.getTable(Tag.head); in extractMajorVersion()
65 return (head.fontRevision() >> 16) & 0xffff; in extractMajorVersion()
69 FontHeaderTable head = (FontHeaderTable) sfntlyFont.getTable(Tag.head); in extractMinorVersion()
70 return head.fontRevision() & 0xffff; in extractMinorVersion()
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer.c127 ((cval)->head.mixer->ignore_ctl_error ? 0 : (err))
303 struct snd_usb_audio *chip = cval->head.mixer->chip; in get_ctl_value_v1()
314 idx = mixer_ctrl_intf(cval->head.mixer) | (cval->head.id << 8); in get_ctl_value_v1()
339 struct snd_usb_audio *chip = cval->head.mixer->chip; in get_ctl_value_v2()
362 idx = mixer_ctrl_intf(cval->head.mixer) | (cval->head.id << 8); in get_ctl_value_v2()
406 return (cval->head.mixer->protocol == UAC_VERSION_1) ? in get_ctl_value()
437 if (!cval->head.mixer->ignore_ctl_error) in snd_usb_get_cur_mix_value()
438 usb_audio_dbg(cval->head in snd_usb_get_cur_mix_value()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c27 #include "head.h"
76 const s32 *oclass, u8 head, void *data, u32 size, in nv50_chan_create()
224 const s32 *oclass, u8 head, void *data, u32 size, s64 syncbuf, in nv50_dmac_create()
268 ret = nv50_chan_create(device, disp, oclass, head, data, size, in nv50_dmac_create()
932 struct nv50_head *head; member
1009 (0x0100 << msto->head->base.index), in nv50_msto_prepare()
1026 msto->encoder.name, msto->head->base.base.name, in nv50_msto_prepare()
1092 struct nv50_head *head = nv50_head(encoder->crtc); in nv50_msto_enable() local
1093 struct nv50_head_atom *armh = nv50_head_atom(head->base.base.state); in nv50_msto_enable()
1128 mstm->outp->update(mstm->outp, head in nv50_msto_enable()
75 nv50_chan_create(struct nvif_device *device, struct nvif_object *disp, const s32 *oclass, u8 head, void *data, u32 size, struct nv50_chan *chan) nv50_chan_create() argument
223 nv50_dmac_create(struct nvif_device *device, struct nvif_object *disp, const s32 *oclass, u8 head, void *data, u32 size, s64 syncbuf, struct nv50_dmac *dmac) nv50_dmac_create() argument
1172 nv50_msto_new(struct drm_device *dev, struct nv50_head *head, int id) nv50_msto_new() argument
1628 nv50_sor_update(struct nouveau_encoder *nv_encoder, u8 head, struct nv50_head_atom *asyh, u8 proto, u8 depth) nv50_sor_update() argument
2111 struct nv50_head *head = nv50_head(crtc); nv50_disp_atomic_commit_tail() local
2202 struct nv50_head *head = nv50_head(crtc); nv50_disp_atomic_commit_tail() local
2253 struct nv50_head *head = nv50_head(crtc); nv50_disp_atomic_commit_tail() local
2486 struct nv50_head *head; nv50_disp_atomic_check() local
2716 struct nv50_head *head; nv50_display_create() local
[all...]
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_output.c876 struct nip_hdr_encap head = {0}; in __nip_send_synack() local
885 head.saddr = *saddr; in __nip_send_synack()
886 head.daddr = *daddr; in __nip_send_synack()
887 head.ttl = NIP_DEFAULT_TTL; in __nip_send_synack()
888 head.nexthdr = IPPROTO_TCP; in __nip_send_synack()
889 head.hdr_buf = hdr_buf; in __nip_send_synack()
890 nip_hdr_comm_encap(&head); in __nip_send_synack()
891 head.total_len = head.hdr_buf_pos + skb->len; in __nip_send_synack()
892 nip_update_total_len(&head, hton in __nip_send_synack()
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-q.c492 /* if we're removing something not at the queue head, in qh_completions()
578 struct list_head *head, in qh_urb_transaction()
595 list_add_tail (&qtd->qtd_list, head); in qh_urb_transaction()
618 list_add_tail (&qtd->qtd_list, head); in qh_urb_transaction()
689 list_add_tail (&qtd->qtd_list, head); in qh_urb_transaction()
725 list_add_tail (&qtd->qtd_list, head); in qh_urb_transaction()
735 return head; in qh_urb_transaction()
738 qtd_list_free (ehci, urb, head); in qh_urb_transaction()
892 * port number in the queue head was 0..N-1 instead of 1..N. in qh_make()
984 struct ehci_qh *head; in qh_link_async() local
575 qh_urb_transaction( struct ehci_hcd *ehci, struct urb *urb, struct list_head *head, gfp_t flags ) qh_urb_transaction() argument
1175 struct list_head *head; submit_single_step_set_feature() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dcppi_dma.c115 c->head = NULL; in cppi_pool_init()
179 /* initialise tx/rx channel head pointers to zero */ in cppi_controller_start()
445 for (bd = rx->head; bd; bd = bd->next) in cppi_dump_rxq()
610 tx->head = bd; in cppi_next_tx_segment()
832 rx->head = bd; in cppi_next_rx_segment()
874 bd = rx->head; in cppi_next_rx_segment()
885 for (d = rx->head; d; d = d->next) in cppi_next_rx_segment()
1016 bd = last ? last->next : rx->head; in cppi_rx_scan()
1098 WARN_ON(rx->head); in cppi_rx_scan()
1105 rx->head, r in cppi_rx_scan()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvcsock.c500 rqstp->rq_arg.head[0].iov_base = skb->data; in svc_udp_recvfrom()
501 rqstp->rq_arg.head[0].iov_len = len; in svc_udp_recvfrom()
508 if (len <= rqstp->rq_arg.head[0].iov_len) { in svc_udp_recvfrom()
509 rqstp->rq_arg.head[0].iov_len = len; in svc_udp_recvfrom()
513 rqstp->rq_arg.page_len = len - rqstp->rq_arg.head[0].iov_len; in svc_udp_recvfrom()
826 rqstp->rq_arg.head[0].iov_base = page_address(rqstp->rq_pages[0]); in svc_tcp_restore_pages()
913 __be32 *p = (__be32 *)rqstp->rq_arg.head[0].iov_base; in receive_cb_reply()
933 dst = &req->rq_private_buf.head[0]; in receive_cb_reply()
934 src = &rqstp->rq_arg.head[0]; in receive_cb_reply()
1008 if (rqstp->rq_arg.len <= rqstp->rq_arg.head[ in svc_tcp_recvfrom()
1084 const struct kvec *head = xdr->head; svc_tcp_sendmsg() local
[all...]

Completed in 27 milliseconds

1...<<41424344454647484950>>...237