Home
last modified time | relevance | path

Searched refs:head (Results 5751 - 5775 of 6183) sorted by relevance

1...<<231232233234235236237238239240>>...248

/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3864 skb->csum_start = (unsigned char *)th - skb->head; in hns3_gro_complete()
4380 /* As the head data may be changed when GRO enable, copy in hns3_handle_rx_bd()
4381 * the head data in after other data rx completed in hns3_handle_rx_bd()
4432 /* sync head pointer before exiting, since hardware will calculate in hns3_clean_rx_ring()
4433 * FBD number with head pointer in hns3_clean_rx_ring()
4520 struct hnae3_ring_chain_node **head, in hns3_create_ring_chain()
4525 struct hnae3_ring_chain_node *cur_chain = *head; in hns3_create_ring_chain()
4544 *head = chain; in hns3_create_ring_chain()
4586 struct hnae3_ring_chain_node *head) in hns3_free_vector_ring_chain()
4591 chain = head; in hns3_free_vector_ring_chain()
4519 hns3_create_ring_chain(struct hns3_enet_tqp_vector *tqp_vector, struct hnae3_ring_chain_node **head, bool is_tx) hns3_create_ring_chain() argument
4585 hns3_free_vector_ring_chain(struct hns3_enet_tqp_vector *tqp_vector, struct hnae3_ring_chain_node *head) hns3_free_vector_ring_chain() argument
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py295 [0, 'cpuinfo', 'head', '-7', '/proc/cpuinfo'],
4285 out = '<!DOCTYPE html>\n<html>\n<head>\n\
4293 tr.head td {border: 1px solid black;background:#aaa;}\n\
4299 .head a {color:#000;text-decoration: none;}\n\
4300 </style>\n</head>\n<body>\n'
4309 # write the html header first (html head, css code, up to body start)
4406 head = '<tr class="head"><td>{0}</td><td>{1}</td>'+\
4416 headnone = '<tr class="head"><td>{0}</td><td>{1}</td><td colspan='+\
4426 html += head
[all...]
/third_party/mbedtls/library/
H A Dssl_tls.c1838 static int ssl_append_key_cert(mbedtls_ssl_key_cert **head, in ssl_append_key_cert() argument
1846 ssl_key_cert_free(*head); in ssl_append_key_cert()
1847 *head = NULL; in ssl_append_key_cert()
1860 /* Update head if the list was null, else add to the end */ in ssl_append_key_cert()
1861 if (*head == NULL) { in ssl_append_key_cert()
1862 *head = new_cert; in ssl_append_key_cert()
1864 mbedtls_ssl_key_cert *cur = *head; in ssl_append_key_cert()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1551 char head = bundleName.at(0); in CheckBundleNameIsValid() local
1552 if (!isalpha(head)) { in CheckBundleNameIsValid()
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dhead.S3 ** head.S -- This file contains the initial boot code for the
66 * Without a doubt the single largest chunk of head.S is spent
84 * Further, there is a new console driver in head.S that is
154 * The console is also able to be turned off. The console in head.S
183 * Register usage has greatly simplified within head.S. Every subroutine
210 * When head.S boots on Atari, Amiga, Macintosh, and VME
214 * head.S code significantly as large blocks of #if/#else
221 * MMU_PRINT: There is a routine built into head.S that can display the
286 * For the head.S console, there are three supported fonts, 6x11, 8x16 and 8x8.
368 #define L(name) .head
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H A Dio_apic.c78 #define for_each_irq_pin(entry, head) \
79 list_for_each_entry(entry, &head, list)
/kernel/linux/linux-5.10/drivers/atm/
H A Deni.c2160 struct hlist_head *head = &vcc_hash[i]; in eni_proc_read() local
2162 sk_for_each(s, head) { in eni_proc_read()
/kernel/linux/linux-5.10/drivers/iommu/
H A Diommu.c461 struct list_head *head) in iommu_get_group_resv_regions()
472 ret = iommu_insert_device_resv_regions(&dev_resv_regions, head); in iommu_get_group_resv_regions()
460 iommu_get_group_resv_regions(struct iommu_group *group, struct list_head *head) iommu_get_group_resv_regions() argument
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsamsung_tty.c444 count = CIRC_CNT_TO_END(xmit->head, xmit->tail, UART_XMIT_SIZE); in s3c24xx_serial_start_next_tx()
835 count = CIRC_CNT_TO_END(xmit->head, xmit->tail, UART_XMIT_SIZE); in s3c24xx_serial_tx_chars()
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/
H A Dnv_hw.c1519 NV_WR32(par->PCRTC0, 0x0860, state->head); in NVLoadStateExt()
1661 state->head = NV_RD32(par->PCRTC0, 0x0860); in NVUnloadStateExt()
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/
H A Driva_hw.c1548 NV_WR32(chip->PCRTC0, 0x00000860, state->head); in LoadStateExt()
1794 state->head = NV_RD32(chip->PCRTC0, 0x00000860); in UnloadStateExt()
/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c120 * @reasm_buf: head of partially reassembled inbound message fragments
2543 u16 head = hskb ? msg_seqno(buf_msg(hskb)) : l->snd_nxt - 1; in link_print() local
2548 skb_queue_len(&l->transmq), head, tail, in link_print()
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer_quirks.c70 snd_usb_mixer_elem_init_std(&cval->head, mixer, unitid); in snd_create_std_mono_ctl_offset()
104 return snd_usb_mixer_add_control(&cval->head, kctl); in snd_create_std_mono_ctl_offset()
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H A Dks_hostif.c2035 list_for_each_entry(pmk, &priv->pmklist.head, list) { in hostif_sme_set_pmksa()
2287 INIT_LIST_HEAD(&priv->pmklist.head); in hostif_pmklist_init()
/kernel/linux/linux-6.6/drivers/atm/
H A Deni.c2160 struct hlist_head *head = &vcc_hash[i]; in eni_proc_read() local
2162 sk_for_each(s, head) { in eni_proc_read()
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H A Dks_hostif.c2026 list_for_each_entry(pmk, &priv->pmklist.head, list) { in hostif_sme_set_pmksa()
2279 INIT_LIST_HEAD(&priv->pmklist.head); in hostif_pmklist_init()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsamsung_tty.c476 count = CIRC_CNT_TO_END(xmit->head, xmit->tail, UART_XMIT_SIZE); in s3c24xx_serial_start_next_tx()
874 count = CIRC_CNT_TO_END(xmit->head, xmit->tail, UART_XMIT_SIZE); in s3c24xx_serial_tx_chars()
/kernel/linux/linux-6.6/drivers/vfio/
H A Dvfio_iommu_type1.c451 * For compound pages, any driver that sets the reserved bit in head
1930 static int vfio_iommu_iova_insert(struct list_head *head, in vfio_iommu_iova_insert() argument
1943 list_add_tail(&region->list, head); in vfio_iommu_iova_insert()
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/
H A Dnv_hw.c1519 NV_WR32(par->PCRTC0, 0x0860, state->head); in NVLoadStateExt()
1661 state->head = NV_RD32(par->PCRTC0, 0x0860); in NVUnloadStateExt()
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/
H A Driva_hw.c1528 NV_WR32(chip->PCRTC0, 0x00000860, state->head); in LoadStateExt()
1774 state->head = NV_RD32(chip->PCRTC0, 0x00000860); in UnloadStateExt()
/kernel/linux/linux-6.6/kernel/
H A Dfork.c535 static void vm_area_free_rcu_cb(struct rcu_head *head) in vm_area_free_rcu_cb() argument
537 struct vm_area_struct *vma = container_of(head, struct vm_area_struct, in vm_area_free_rcu_cb()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dio_apic.c80 #define for_each_irq_pin(entry, head) \
81 list_for_each_entry(entry, &head, list)
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c2389 list_for_each_entry_safe(plane, tmpp, plane_list, head) in vop2_destroy_crtcs()
2396 list_for_each_entry_safe(crtc, tmpc, crtc_list, head) { in vop2_destroy_crtcs()
/kernel/linux/linux-6.6/drivers/iommu/
H A Diommu.c801 struct list_head *head) in iommu_get_group_resv_regions()
819 ret = iommu_insert_device_resv_regions(&dev_resv_regions, head); in iommu_get_group_resv_regions()
800 iommu_get_group_resv_regions(struct iommu_group *group, struct list_head *head) iommu_get_group_resv_regions() argument
/kernel/linux/linux-6.6/net/sched/
H A Dsch_taprio.c189 static void taprio_free_sched_cb(struct rcu_head *head) in taprio_free_sched_cb() argument
191 struct sched_gate_list *sched = container_of(head, struct sched_gate_list, rcu); in taprio_free_sched_cb()

Completed in 115 milliseconds

1...<<231232233234235236237238239240>>...248