Home
last modified time | relevance | path

Searched refs:head (Results 1626 - 1650 of 5965) sorted by relevance

1...<<61626364656667686970>>...239

/kernel/liteos_a/kernel/extended/trace/
H A Dtrace_online.c42 TraceBaseHeaderInfo head = { in OsTraceSendHead() local
48 OsTraceDataSend(HEAD, sizeof(TraceBaseHeaderInfo), (UINT8 *)&head); in OsTraceSendHead()
/kernel/liteos_m/components/trace/
H A Dtrace_online.c43 TraceBaseHeaderInfo head = { in OsTraceSendHead() local
49 OsTraceDataSend(HEAD, sizeof(TraceBaseHeaderInfo), (UINT8 *)&head); in OsTraceSendHead()
/third_party/icu/icu4c/as_is/os390/
H A Dunpax-icu.sh76 bom8=`head -c 3 $file|\
78 head -n 1|\
/third_party/node/test/common/
H A Dprof.js33 const first = findFirstFrameInNode(profile.head, func);
34 return { frame: first, roots: profile.head.children };
/third_party/nghttp2/lib/
H A Dnghttp2_outbound_item.h145 nghttp2_outbound_item *head, *tail; member
161 #define nghttp2_outbound_queue_top(Q) ((Q)->head)
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_outbound_item.h145 nghttp2_outbound_item *head, *tail; member
161 #define nghttp2_outbound_queue_top(Q) ((Q)->head)
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_ring.h45 const volatile atomic_uint *head; member
55 struct list_head head; member
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_slab.h63 struct list_head head; member
76 struct list_head head; member
/third_party/libcoap/scripts/
H A Ddist.sh60 ARCHIVE=`ls -1t libcoap-*.tar.bz2 |head -1`
63 DIR=`pwd`/`tar taf $ARCHIVE |cut -d/ -f1|head -1`
/third_party/python/Include/internal/
H A Dpycore_runtime.h88 PyInterpreterState *head; member
106 struct _xidregitem *head; member
/third_party/python/Lib/idlelib/
H A Dzzdummy.py16 head, tail, chars, lines = self.formatter.get_region()
20 self.formatter.set_region(head, tail, chars, lines)
/third_party/selinux/libsepol/cil/src/
H A Dcil_list.h36 struct cil_list_item *head; member
48 for (item = (list)->head; item != NULL; item = item->next)
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_mixer.c129 struct UsbMixerElemList head; member
324 if (mixElemInfo == NULL || mixElemInfo->head.mixer == NULL) { in AudioUsbFilterError()
329 return (mixElemInfo->head.mixer->ignoreCtlError != 0) ? 0 : err; in AudioUsbFilterError()
519 struct AudioUsbDriver *audioUsbDriver = mixElemInfo->head.mixer->audioUsbDriver; in AudioUsbGetCtlValueV1()
533 idx = AudioUsbMixerCtrlIntf(mixElemInfo->head.mixer) | (mixElemInfo->head.id << USB_SHIFT_SIZE_8); in AudioUsbGetCtlValueV1()
561 struct AudioUsbDriver *audioUsbDriver = mixElemInfo->head.mixer->audioUsbDriver; in AudioUsbGetCtlValueV2()
578 usbCtlMsgParam.index = AudioUsbMixerCtrlIntf(mixElemInfo->head.mixer) | (mixElemInfo->head.id << USB_SHIFT_SIZE_8); in AudioUsbGetCtlValueV2()
622 if (mixElemInfo->head in AudioUsbGetCtlValue()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dpci.c95 return tx_ring->r.head + offset; in rtw_pci_get_tx_desc()
121 u8 *head = tx_ring->r.head; in rtw_pci_free_tx_ring() local
128 dma_free_coherent(&pdev->dev, ring_sz, head, tx_ring->r.dma); in rtw_pci_free_tx_ring()
129 tx_ring->r.head = NULL; in rtw_pci_free_tx_ring()
157 u8 *head = rx_ring->r.head; in rtw_pci_free_rx_ring() local
162 dma_free_coherent(&pdev->dev, ring_sz, head, rx_ring->r.dma); in rtw_pci_free_rx_ring()
190 u8 *head; in rtw_pci_init_tx_ring() local
197 head in rtw_pci_init_tx_ring()
264 u8 *head; rtw_pci_init_rx_ring() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dksm.c118 * @rmap_list: head for this mm_slot's singly-linked list of rmap_items
147 * @head: (overlaying parent) &migrate_nodes indicates temporarily on that list
150 * @hlist: hlist head of rmap_items using this ksm page
160 struct list_head *head; member
193 * @head: pointer to stable_node heading this list in the stable tree
210 struct stable_node *head; member
346 return dup->head == STABLE_NODE_DUP_HEAD; in is_stable_node_dup()
353 dup->head = STABLE_NODE_DUP_HEAD; in stable_node_chain_add_dup()
374 dup->head = NULL; in stable_node_dup_del()
664 if (stable_node->head in remove_node_from_stable_tree()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c38 struct list_head head; member
50 struct list_head head; member
62 struct list_head head; member
102 list_for_each_entry(bridge, &sw->swdev->bridge_list, head) in prestera_bridge_find()
115 list_for_each_entry(br_port, &bridge->port_list, head) in __prestera_bridge_port_find()
189 list_add(&br_vlan->head, &br_port->vlan_list); in prestera_bridge_vlan_create()
196 list_del(&br_vlan->head); in prestera_bridge_vlan_destroy()
206 list_for_each_entry(br_vlan, &br_port->vlan_list, head) { in prestera_bridge_vlan_by_vid()
221 list_for_each_entry(br_port, &bridge->port_list, head) { in prestera_bridge_vlan_port_count()
222 list_for_each_entry(br_vlan, &br_port->vlan_list, head) { in prestera_bridge_vlan_port_count()
[all...]
/third_party/python/Modules/
H A Dgcmodule.c71 /* Get an object's GC head */
74 /* Get the object given the GC head */
128 #define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
144 GEN.head._gc_next = (uintptr_t)&GEN.head; \ in _PyGC_InitState()
145 GEN.head._gc_prev = (uintptr_t)&GEN.head; \ in _PyGC_InitState()
365 // `head` must be a doubly-linked gc list, although it's fine (expected!) if
368 // - The `head` pointers are not polluted.
373 validate_list(PyGC_Head *head, enu argument
632 untrack_tuples(PyGC_Head *head) untrack_tuples() argument
647 untrack_dicts(PyGC_Head *head) untrack_dicts() argument
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dinode.c195 struct buffer_head *head, *next, *bh; in fix_tail_page_for_writing() local
198 head = page_buffers(page); in fix_tail_page_for_writing()
199 bh = head; in fix_tail_page_for_writing()
206 } while (bh != head); in fix_tail_page_for_writing()
561 * bh_result is the buffer head for the hole
1409 * NOTE, you must prepare the buffer head before sending it here,
1806 * compose item head for new item. Directories consist of items of in reiserfs_new_directory()
1940 /* item head of new item */ in reiserfs_new_inode()
2184 struct buffer_head *head; in grab_tail_page() local
2210 head in grab_tail_page()
2518 struct buffer_head *head, *bh; reiserfs_write_full_page() local
3133 struct buffer_head *head, *bh, *next; reiserfs_invalidate_folio() local
3206 struct buffer_head *head; reiserfs_release_folio() local
[all...]
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dpmb.c655 static void __init pmb_merge(struct pmb_entry *head) in pmb_merge() argument
661 span = newsize = head->size; in pmb_merge()
663 tail = head->link; in pmb_merge()
686 head->flags &= ~PMB_SZ_MASK; in pmb_merge()
687 head->flags |= pmb_size_to_flags(newsize); in pmb_merge()
689 head->size = newsize; in pmb_merge()
691 __pmb_unmap_entry(head->link, depth); in pmb_merge()
692 __set_pmb_entry(head); in pmb_merge()
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c144 int tail, head; in gve_adminq_kick_and_wait() local
148 head = priv->adminq_prod_cnt; in gve_adminq_kick_and_wait()
150 gve_adminq_kick_cmd(priv, head); in gve_adminq_kick_and_wait()
151 if (!gve_adminq_wait_for_cmd(priv, head)) { in gve_adminq_kick_and_wait()
157 for (i = tail; i < head; i++) { in gve_adminq_kick_and_wait()
261 u32 tail, head; in gve_adminq_execute_cmd() local
265 head = priv->adminq_prod_cnt; in gve_adminq_execute_cmd()
266 if (tail != head) in gve_adminq_execute_cmd()
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dpmb.c655 static void __init pmb_merge(struct pmb_entry *head) in pmb_merge() argument
661 span = newsize = head->size; in pmb_merge()
663 tail = head->link; in pmb_merge()
686 head->flags &= ~PMB_SZ_MASK; in pmb_merge()
687 head->flags |= pmb_size_to_flags(newsize); in pmb_merge()
689 head->size = newsize; in pmb_merge()
691 __pmb_unmap_entry(head->link, depth); in pmb_merge()
692 __set_pmb_entry(head); in pmb_merge()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhidraw.c48 if (list->head == list->tail) { in hidraw_read()
52 while (list->head == list->tail) { in hidraw_read()
255 if (list->head != list->tail) in hidraw_poll()
354 for (i = list->tail; i < list->head; i++) in hidraw_release()
497 int new_head = (list->head + 1) & (HIDRAW_BUFFER_SIZE - 1); in hidraw_report_event()
502 if (!(list->buffer[list->head].value = kmemdup(data, len, GFP_ATOMIC))) { in hidraw_report_event()
506 list->buffer[list->head].len = len; in hidraw_report_event()
507 list->head = new_head; in hidraw_report_event()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dam79c961a.c445 unsigned int head; in am79c961_sendpacket() local
448 head = priv->txhead; in am79c961_sendpacket()
449 hdraddr = priv->txhdr + (head << 3); in am79c961_sendpacket()
450 bufaddr = priv->txbuffer[head]; in am79c961_sendpacket()
451 head += 1; in am79c961_sendpacket()
452 if (head >= TX_BUFFERS) in am79c961_sendpacket()
453 head = 0; in am79c961_sendpacket()
458 priv->txhead = head; in am79c961_sendpacket()
/kernel/linux/linux-5.10/include/linux/
H A Dwait.h38 struct list_head head; member
58 .head = { &(name).head, &(name).head } }
128 return !list_empty(&wq_head->head); in waitqueue_active()
133 * @wq_head: wait queue head
141 return list_is_singular(&wq_head->head); in wq_has_single_sleeper()
146 * @wq_head: wait queue head
171 list_add(&wq_entry->entry, &wq_head->head); in __add_wait_queue()
186 list_add_tail(&wq_entry->entry, &wq_head->head); in __add_wait_queue_entry_tail()
[all...]
/kernel/linux/linux-5.10/fs/dlm/
H A Dmember.c295 struct list_head *head = &ls->ls_nodes; in add_ordered_member() local
297 list_for_each(tmp, head) { in add_ordered_member()
304 list_add_tail(newlist, head); in add_ordered_member()
337 static struct dlm_member *find_memb(struct list_head *head, int nodeid) in find_memb() argument
341 list_for_each_entry(memb, head, list) { in find_memb()
362 static void clear_memb_list(struct list_head *head) in clear_memb_list() argument
366 while (!list_empty(head)) { in clear_memb_list()
367 memb = list_entry(head->next, struct dlm_member, list); in clear_memb_list()

Completed in 23 milliseconds

1...<<61626364656667686970>>...239