Home
last modified time | relevance | path

Searched refs:head (Results 1751 - 1775 of 5965) sorted by relevance

1...<<71727374757677787980>>...239

/third_party/libwebsockets/lib/cose/
H A Dcose_sign.c129 alg = lws_container_of(csc->algs.head, lws_cose_sig_alg_t, list); in lws_cose_sign_payload_chunk()
207 alg = lws_container_of(csc->algs.head, in lws_cose_sign_payload_chunk()
264 alg = lws_container_of(csc->algs.head, in lws_cose_sign_payload_chunk()
393 csc->alg = lws_container_of(csc->algs.head, in lws_cose_sign_payload_chunk()
424 csc->alg = lws_container_of(csc->algs.head, in lws_cose_sign_payload_chunk()
481 alg = lws_container_of(csc->algs.head, in lws_cose_sign_payload_chunk()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dasm.py147 head = line.split(" ")[0]
148 opts = [ins for ins in instructions if head.startswith(ins.name)]
152 die(f"No known mnemonic for {head}")
155 print(f"Ambiguous mnemonic for {head}")
164 if len(head) > len(ins.name) and head[len(ins.name)] != '.':
165 die(f"Expected . after instruction in {head}")
167 mods = head[len(ins.name) + 1:].split(".")
170 tail = line[(len(head) + 1):]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-sbix-table.hh151 HBUINT32 head; in subset() local
152 head = get_size (num_output_glyphs + 1); in subset()
165 out->imageOffsetsZ[new_gid] = head; in subset()
173 out->imageOffsetsZ[new_gid] = head; in subset()
174 head += delta; in subset()
177 out->imageOffsetsZ[num_output_glyphs] = head; in subset()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c463 struct list_head *head; in qlcnic_nic_del_mac() local
467 list_for_each(head, &adapter->mac_list) { in qlcnic_nic_del_mac()
468 cur = list_entry(head, struct qlcnic_mac_vlan_list, list); in qlcnic_nic_del_mac()
486 struct list_head *head; in qlcnic_nic_add_mac() local
489 list_for_each(head, &adapter->mac_list) { in qlcnic_nic_add_mac()
490 cur = list_entry(head, struct qlcnic_mac_vlan_list, list); in qlcnic_nic_add_mac()
518 struct list_head *head, *tmp; in qlcnic_flush_mcast_mac() local
520 list_for_each_safe(head, tmp, &adapter->mac_list) { in qlcnic_flush_mcast_mac()
521 cur = list_entry(head, struct qlcnic_mac_vlan_list, list); in qlcnic_flush_mcast_mac()
621 struct list_head *head in qlcnic_82xx_free_mac_list() local
637 struct hlist_head *head; qlcnic_prune_lb_filters() local
682 struct hlist_head *head; qlcnic_delete_lb_filters() local
[all...]
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer_scarlett_gen2.c954 * Also, the head.id field is set to 0, as we don't use this field. in scarlett2_add_new_ctl()
956 elem->head.mixer = mixer; in scarlett2_add_new_ctl()
958 elem->head.id = 0; in scarlett2_add_new_ctl()
971 err = snd_usb_mixer_add_control(&elem->head, kctl); in scarlett2_add_new_ctl()
1033 struct usb_mixer_interface *mixer = elem->head.mixer; in scarlett2_master_volume_ctl_get()
1049 struct usb_mixer_interface *mixer = elem->head.mixer; in scarlett2_volume_ctl_get()
1066 struct usb_mixer_interface *mixer = elem->head.mixer; in scarlett2_volume_ctl_put()
1133 struct scarlett2_mixer_data *private = elem->head.mixer->private_data; in scarlett2_sw_hw_enum_ctl_get()
1144 struct usb_mixer_interface *mixer = elem->head.mixer; in scarlett2_sw_hw_enum_ctl_put()
1219 struct scarlett2_mixer_data *private = elem->head in scarlett2_level_enum_ctl_get()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c84 struct revmap_entry *head, *tail; in kvmppc_add_revmap_chain() local
89 head = &kvm->arch.hpt.rev[i]; in kvmppc_add_revmap_chain()
91 head = real_vmalloc_addr(head); in kvmppc_add_revmap_chain()
92 tail = &kvm->arch.hpt.rev[head->back]; in kvmppc_add_revmap_chain()
96 rev->back = head->back; in kvmppc_add_revmap_chain()
98 head->back = pte_index; in kvmppc_add_revmap_chain()
165 unsigned long ptel, head; in remove_revmap_chain() local
178 head = *rmap & KVMPPC_RMAP_INDEX; in remove_revmap_chain()
183 if (head in remove_revmap_chain()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c20 /* set head and tail registers in our local struct */ in i40e_adminq_init_regs()
23 hw->aq.asq.head = I40E_VF_ATQH1; in i40e_adminq_init_regs()
28 hw->aq.arq.head = I40E_VF_ARQH1; in i40e_adminq_init_regs()
34 hw->aq.asq.head = I40E_PF_ATQH; in i40e_adminq_init_regs()
39 hw->aq.arq.head = I40E_PF_ARQH; in i40e_adminq_init_regs()
275 wr32(hw, hw->aq.asq.head, 0); in i40e_config_asq_regs()
304 wr32(hw, hw->aq.arq.head, 0); in i40e_config_arq_regs()
460 wr32(hw, hw->aq.asq.head, 0); in i40e_shutdown_asq()
494 wr32(hw, hw->aq.arq.head, 0); in i40e_shutdown_arq()
731 while (rd32(hw, hw->aq.asq.head) ! in i40e_clean_asq()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c71 struct revmap_entry *head, *tail; in kvmppc_add_revmap_chain() local
76 head = &kvm->arch.hpt.rev[i]; in kvmppc_add_revmap_chain()
78 head = real_vmalloc_addr(head); in kvmppc_add_revmap_chain()
79 tail = &kvm->arch.hpt.rev[head->back]; in kvmppc_add_revmap_chain()
83 rev->back = head->back; in kvmppc_add_revmap_chain()
85 head->back = pte_index; in kvmppc_add_revmap_chain()
152 unsigned long ptel, head; in remove_revmap_chain() local
165 head = *rmap & KVMPPC_RMAP_INDEX; in remove_revmap_chain()
170 if (head in remove_revmap_chain()
[all...]
/kernel/linux/linux-5.10/drivers/net/
H A Dgtp.c107 struct hlist_head *head; in gtp0_pdp_find() local
110 head = &gtp->tid_hash[gtp0_hashfn(tid) % gtp->hash_size]; in gtp0_pdp_find()
112 hlist_for_each_entry_rcu(pdp, head, hlist_tid) { in gtp0_pdp_find()
123 struct hlist_head *head; in gtp1_pdp_find() local
126 head = &gtp->tid_hash[gtp1u_hashfn(tid) % gtp->hash_size]; in gtp1_pdp_find()
128 hlist_for_each_entry_rcu(pdp, head, hlist_tid) { in gtp1_pdp_find()
139 struct hlist_head *head; in ipv4_pdp_find() local
142 head = &gtp->addr_hash[ipv4_hashfn(ms_addr) % gtp->hash_size]; in ipv4_pdp_find()
144 hlist_for_each_entry_rcu(pdp, head, hlist_addr) { in ipv4_pdp_find()
703 static void gtp_dellink(struct net_device *dev, struct list_head *head) in gtp_dellink() argument
1023 pdp_context_free(struct rcu_head *head) pdp_context_free() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_modes.c112 list_add_tail(&mode->head, &connector->probed_modes); in drm_mode_probed_add()
884 * list head of the destination mode.
888 struct list_head head = dst->head; in drm_mode_copy() local
891 dst->head = head; in drm_mode_copy()
1265 list_for_each_entry_safe(mode, t, mode_list, head) { in drm_mode_prune_invalid()
1267 list_del(&mode->head); in drm_mode_prune_invalid()
1296 struct drm_display_mode *a = list_entry(lh_a, struct drm_display_mode, head); in drm_mode_compare()
1297 struct drm_display_mode *b = list_entry(lh_b, struct drm_display_mode, head); in drm_mode_compare()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_tx.c51 fifo->head = 0; in gve_tx_fifo_init()
66 return (fifo->head + bytes < fifo->size) ? 0 : fifo->size - fifo->head; in gve_tx_fifo_pad_alloc_one_frag()
96 * because the FIFO head always start aligned, and the FIFO's boundaries in gve_tx_alloc_fifo()
105 iov[0].iov_offset = fifo->head; in gve_tx_alloc_fifo()
107 fifo->head += bytes; in gve_tx_alloc_fifo()
109 if (fifo->head > fifo->size) { in gve_tx_alloc_fifo()
111 * FIFO, also use the head fragment. in gve_tx_alloc_fifo()
114 overflow = fifo->head - fifo->size; in gve_tx_alloc_fifo()
119 fifo->head in gve_tx_alloc_fifo()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c19 /* set head and tail registers in our local struct */ in i40e_adminq_init_regs()
22 hw->aq.asq.head = I40E_VF_ATQH1; in i40e_adminq_init_regs()
27 hw->aq.arq.head = I40E_VF_ARQH1; in i40e_adminq_init_regs()
33 hw->aq.asq.head = I40E_PF_ATQH; in i40e_adminq_init_regs()
38 hw->aq.arq.head = I40E_PF_ARQH; in i40e_adminq_init_regs()
274 wr32(hw, hw->aq.asq.head, 0); in i40e_config_asq_regs()
303 wr32(hw, hw->aq.arq.head, 0); in i40e_config_arq_regs()
459 wr32(hw, hw->aq.asq.head, 0); in i40e_shutdown_asq()
493 wr32(hw, hw->aq.arq.head, 0); in i40e_shutdown_arq()
730 while (rd32(hw, hw->aq.asq.head) ! in i40e_clean_asq()
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dsch_generic.h66 struct sk_buff *head; member
342 struct list_head head; member
688 void dev_deactivate_many(struct list_head *head);
994 qh->head = skb; in __qdisc_enqueue_tail()
1009 skb->next = qh->head; in __qdisc_enqueue_head()
1011 if (!qh->head) in __qdisc_enqueue_head()
1013 qh->head = skb; in __qdisc_enqueue_head()
1019 struct sk_buff *skb = qh->head; in __qdisc_dequeue_head()
1022 qh->head = skb->next; in __qdisc_dequeue_head()
1024 if (qh->head in __qdisc_dequeue_head()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Ddma.c188 q->head = Q_READ(dev, q, dma_idx); in mt76_dma_sync_idx()
189 q->tail = q->head; in mt76_dma_sync_idx()
213 struct mt76_desc *desc = &q->desc[q->head]; in mt76_dma_add_rx_buf()
214 struct mt76_queue_entry *entry = &q->entry[q->head]; in mt76_dma_add_rx_buf()
217 int idx = q->head; in mt76_dma_add_rx_buf()
248 q->head = (q->head + 1) % q->ndesc; in mt76_dma_add_rx_buf()
265 q->entry[q->head].txwi = DMA_DUMMY_DATA; in mt76_dma_add_buf()
266 q->entry[q->head].skip_buf0 = true; in mt76_dma_add_buf()
272 idx = q->head; in mt76_dma_add_buf()
[all...]
/kernel/linux/linux-6.6/drivers/net/wwan/
H A Dwwan_core.c715 struct sk_buff *skb, *head = NULL, *tail = NULL; in wwan_port_fops_write() local
733 if (!head) { in wwan_port_fops_write()
734 head = skb; in wwan_port_fops_write()
736 skb_shinfo(head)->frag_list = skb; in wwan_port_fops_write()
748 if (skb != head) { in wwan_port_fops_write()
749 head->data_len += skb->len; in wwan_port_fops_write()
750 head->len += skb->len; in wwan_port_fops_write()
751 head->truesize += skb->truesize; in wwan_port_fops_write()
755 ret = wwan_port_op_tx(port, head, !!(filp->f_flags & O_NONBLOCK)); in wwan_port_fops_write()
760 kfree_skb(head); in wwan_port_fops_write()
986 wwan_rtnl_dellink(struct net_device *dev, struct list_head *head) wwan_rtnl_dellink() argument
[all...]
/third_party/libinput/test/
H A Dtest-utils.c1414 struct list head; in START_TEST() local
1417 list_init(&head); in START_TEST()
1420 list_insert(&head, &t->node); in START_TEST()
1424 list_for_each(t, &head, node) { in START_TEST()
1445 struct list head; in START_TEST() local
1448 list_init(&head); in START_TEST()
1451 list_append(&head, &t->node); in START_TEST()
1455 list_for_each(t, &head, node) { in START_TEST()
1475 struct list head; in START_TEST() local
1477 list_init(&head); in START_TEST()
[all...]
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H A DMakefile8 targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
10 OBJECTS = $(obj)/head.o $(obj)/misc.o
/kernel/linux/linux-5.10/arch/alpha/
H A DMakefile39 head-y := arch/alpha/kernel/head.o
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_csa.c76 INIT_LIST_HEAD(&csa_tv.head); in amdgpu_map_static_csa()
80 list_add(&csa_tv.head, &list); in amdgpu_map_static_csa()
H A Damdgpu_nbio.c44 ih_info.head = fs_info.head = *adev->nbio.ras_if; in amdgpu_nbio_ras_late_init()
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/
H A Drunner.sh77 if [ $(head -n 1 "$TEST" | cut -c -2) = "#!" ]
79 interpreter=$(head -n 1 "$TEST" | cut -c 3-)
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Drecord+probe_libc_inet_pton.sh15 libc=$(grep -w libc /proc/self/maps | head -1 | sed -r 's/.*[[:space:]](\/.*)/\1/g')
22 event_name=$(perf probe -f -x $libc -a inet_pton 2>&1 | tail -n +2 | head -n -5 | \
/kernel/linux/linux-5.10/net/ipv6/
H A Dtcpv6_offload.c16 struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *skb) in tcp6_gro_receive() argument
26 return tcp_gro_receive(head, skb); in tcp6_gro_receive()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.h17 struct list_head head; member
22 struct list_head head; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h7 struct list_head head; member
16 INIT_LIST_HEAD(&alarm->head); in nvkm_alarm_init()

Completed in 25 milliseconds

1...<<71727374757677787980>>...239