Home
last modified time | relevance | path

Searched refs:head (Results 1501 - 1525 of 6119) sorted by relevance

1...<<61626364656667686970>>...245

/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H A Dssve_za_regs.c71 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl() local
93 regs = get_header(head, SVE_MAGIC, GET_BUF_RESV_SIZE(context), in do_one_sme_vl()
114 regs = get_header(head, ZA_MAGIC, GET_BUF_RESV_SIZE(context), in do_one_sme_vl()
/kernel/liteos_m/kernel/include/
H A Dlos_sortlink.h86 LOS_DL_LIST *head = &sortHead->sortLink; in GetSortLinkNextExpireTime() local
87 LOS_DL_LIST *list = head->pstNext; in GetSortLinkNextExpireTime()
89 if (LOS_ListEmpty(head)) { in GetSortLinkNextExpireTime()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dnlattr.h71 * @arg head head of attribute stream
75 #define libbpf_nla_for_each_attr(pos, head, len, rem) \
76 for (pos = head, rem = len; \
81 * libbpf_nla_data - head of payload
123 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head,
/third_party/libwebsockets/lib/misc/lwsac/
H A Dcached-file.c81 struct lwsac_head *lachead = (struct lwsac_head *)&lac->head[1]; in lwsac_use_cached_file_start()
97 lachead = (struct lwsac_head *)&lac->head[1]; in lwsac_use_cached_file_end()
115 lachead = (struct lwsac_head *)&lac->head[1]; in lwsac_use_cached_file_detach()
/third_party/libbpf/src/
H A Dnlattr.h71 * @arg head head of attribute stream
75 #define libbpf_nla_for_each_attr(pos, head, len, rem) \
76 for (pos = head, rem = len; \
81 * libbpf_nla_data - head of payload
123 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head,
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_helpers.c79 nine_ranges_insert(struct nine_range **head, int16_t bgn, int16_t end, in nine_ranges_insert() argument
82 struct nine_range *r, **pn = head; in nine_ranges_insert()
84 for (r = *head; r && bgn > r->end; pn = &r->next, r = r->next); in nine_ranges_insert()
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h43 struct chunk *head; member
68 struct list head; member
100 #define BIN_TO_CHUNK(i) (MEM_TO_CHUNK(&mal.bins[i].head))
/third_party/mesa3d/src/util/
H A Du_worklist.c83 unsigned head = w->start; in u_worklist_pop_head_index() local
88 BITSET_CLEAR(w->present, *(w->entries[head])); in u_worklist_pop_head_index()
89 return w->entries[head]; in u_worklist_pop_head_index()
/third_party/ltp/
H A Dver_linux64 echo "Gnu C " `gcc --version 2>/dev/null | head -n 1`
65 echo "Clang " `clang --version 2>/dev/null | head -n 1`
98 ldd -v > /dev/null 2>&1 && ldd -v || ldd --version |head -n 1 | awk \
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DHdmxEncoder.java41 FontHeaderTable head = sourceFont.<FontHeaderTable>getTable(Tag.head); in encode()
42 int unitsPerEm = head.unitsPerEm(); in encode()
/third_party/typescript/tests/baselines/reference/
H A DnarrowingDestructuring.js36 const [head, ...tail] = x;
38 const [head, ...tail] = x;
85 var head = x[0], tail = x.slice(1);
/third_party/pulseaudio/src/pulsecore/
H A Dstrlist.c122 pa_strlist *head = NULL, *p = NULL; in pa_strlist_parse() local
138 head = n; in pa_strlist_parse()
143 return head; in pa_strlist_parse()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsession.c48 decomp_last_rem = decomp_last->size - decomp_last->head; in perf_session__process_compressed_event()
62 decomp->head = 0; in perf_session__process_compressed_event()
65 memcpy(decomp->data, &(decomp_last->data[decomp_last->head]), decomp_last_rem); in perf_session__process_compressed_event()
1959 u64 head; in __perf_session__process_pipe_events() local
1965 head = 0; in __perf_session__process_pipe_events()
2018 if ((skip = perf_session__process_event(session, event, head)) < 0) { in __perf_session__process_pipe_events()
2020 head, event->header.size, event->header.type); in __perf_session__process_pipe_events()
2025 head += size; in __perf_session__process_pipe_events()
2028 head += skip; in __perf_session__process_pipe_events()
2055 prefetch_event(char *buf, u64 head, size_ argument
2094 fetch_mmaped_event(u64 head, size_t mmap_size, char *buf, bool needs_swap) fetch_mmaped_event() argument
2100 fetch_decomp_event(u64 head, size_t mmap_size, char *buf, bool needs_swap) fetch_decomp_event() argument
2169 u64 head, page_offset, file_offset, file_pos, size; reader__process_events() local
[all...]
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c42 void *head; member
125 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable
373 if (head==&ldso) in do_relocs()
384 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs()
1061 for (p=head->next; p; p=p->next) { in load_library()
1127 for (p=head->next; p; p=p->next) { in load_library()
1219 /* For head, all preloads are direct pseudo-dependencies. in load_direct_deps()
1221 if (p==head) for (struct dso *q=p->next; q; q=q->next) in load_direct_deps()
1227 p->deps = (p==head in load_direct_deps()
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c42 void *head; member
125 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable
373 if (head==&ldso) in do_relocs()
384 ctx = type==REL_COPY ? head->syms_next : head; in do_relocs()
1061 for (p=head->next; p; p=p->next) { in load_library()
1126 for (p=head->next; p; p=p->next) { in load_library()
1218 /* For head, all preloads are direct pseudo-dependencies. in load_direct_deps()
1220 if (p==head) for (struct dso *q=p->next; q; q=q->next) in load_direct_deps()
1226 p->deps = (p==head in load_direct_deps()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_hw.c128 dev_dbg(kbdev->dev, "JS: Submitting atom %p from ctx %p to js[%d] with head=0x%llx, affinity=0x%llx", katom, kctx, in kbase_job_hw_submit()
428 /* Check the head pointer */ in kbasep_job_slot_soft_or_hard_stop_do_action()
523 struct kbase_jd_atom *head; in kbasep_job_slot_soft_or_hard_stop_do_action() local
526 head = kbase_gpu_inspect(kbdev, js, 0); in kbasep_job_slot_soft_or_hard_stop_do_action()
527 head_kctx = head->kctx; in kbasep_job_slot_soft_or_hard_stop_do_action()
530 KBASE_TRACE_ADD_SLOT(kbdev, JM_CHECK_HEAD, head_kctx, head, job_in_head_before, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
537 KBASE_TRACE_ADD_SLOT(kbdev, JM_SOFTSTOP, head_kctx, head, head->jc, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
540 KBASE_TRACE_ADD_SLOT(kbdev, JM_SOFTSTOP_0, head_kctx, head, head in kbasep_job_slot_soft_or_hard_stop_do_action()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_hw.c246 dev_dbg(kbdev->dev, "JS: Submitting atom %p from ctx %p to js[%d] with head=0x%llx", katom, kctx, js, jc_head); in kbase_job_hw_submit()
504 /* Check the head pointer */ in kbasep_job_slot_soft_or_hard_stop_do_action()
544 struct kbase_jd_atom *head; in kbasep_job_slot_soft_or_hard_stop_do_action() local
547 head = kbase_gpu_inspect(kbdev, js, 0); in kbasep_job_slot_soft_or_hard_stop_do_action()
548 head_kctx = head->kctx; in kbasep_job_slot_soft_or_hard_stop_do_action()
551 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_CHECK_HEAD, head_kctx, head, job_in_head_before, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
558 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_SOFTSTOP, head_kctx, head, head->jc, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
561 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_SOFTSTOP_0, head_kctx, head, head in kbasep_job_slot_soft_or_hard_stop_do_action()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_hw.c287 dev_dbg(kbdev->dev, "JS: Submitting atom %pK from ctx %pK to js[%d] with head=0x%llx", in kbase_job_hw_submit()
607 /* Check the head pointer */ in kbasep_job_slot_soft_or_hard_stop_do_action()
652 struct kbase_jd_atom *head; in kbasep_job_slot_soft_or_hard_stop_do_action() local
655 head = kbase_gpu_inspect(kbdev, js, 0); in kbasep_job_slot_soft_or_hard_stop_do_action()
656 head_kctx = head->kctx; in kbasep_job_slot_soft_or_hard_stop_do_action()
659 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_CHECK_HEAD, head_kctx, head, job_in_head_before, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
665 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_SOFTSTOP, head_kctx, head, head->jc, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
668 KBASE_KTRACE_ADD_JM_SLOT(kbdev, JM_SOFTSTOP_0, head_kctx, head, head in kbasep_job_slot_soft_or_hard_stop_do_action()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_hw.c137 dev_dbg(kbdev->dev, "JS: Submitting atom %p from ctx %p to js[%d] with head=0x%llx, affinity=0x%llx", in kbase_job_hw_submit()
495 /* Check the head pointer */ in kbasep_job_slot_soft_or_hard_stop_do_action()
612 struct kbase_jd_atom *head; in kbasep_job_slot_soft_or_hard_stop_do_action() local
615 head = kbase_gpu_inspect(kbdev, js, 0); in kbasep_job_slot_soft_or_hard_stop_do_action()
616 head_kctx = head->kctx; in kbasep_job_slot_soft_or_hard_stop_do_action()
620 head, job_in_head_before, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
628 head, head->jc, js); in kbasep_job_slot_soft_or_hard_stop_do_action()
632 head, head in kbasep_job_slot_soft_or_hard_stop_do_action()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c38 struct list_head head; member
47 struct list_head head; member
57 struct list_head head; member
88 list_add(&br_vlan->head, &br_port->vlan_list); in prestera_bridge_vlan_create()
95 list_del(&br_vlan->head); in prestera_bridge_vlan_destroy()
105 list_for_each_entry(br_vlan, &br_port->vlan_list, head) { in prestera_bridge_vlan_by_vid()
120 list_for_each_entry(br_port, &bridge->port_list, head) { in prestera_bridge_vlan_port_count()
121 list_for_each_entry(br_vlan, &br_port->vlan_list, head) { in prestera_bridge_vlan_port_count()
262 list_add(&bridge->head, &swdev->bridge_list); in prestera_bridge_create()
271 list_del(&bridge->head); in prestera_bridge_destroy()
[all...]
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c646 struct usbctlx_completor head; member
652 static inline int usbctlx_cmd_completor_fn(struct usbctlx_completor *head) in usbctlx_cmd_completor_fn() argument
656 complete = (struct usbctlx_cmd_completor *)head; in usbctlx_cmd_completor_fn()
665 completor->head.complete = usbctlx_cmd_completor_fn; in init_cmd_completor()
668 return &completor->head; in init_cmd_completor()
678 struct usbctlx_completor head; member
685 static int usbctlx_rrid_completor_fn(struct usbctlx_completor *head) in usbctlx_rrid_completor_fn() argument
690 complete = (struct usbctlx_rrid_completor *)head; in usbctlx_rrid_completor_fn()
711 completor->head.complete = usbctlx_rrid_completor_fn; in init_rrid_completor()
715 return &completor->head; in init_rrid_completor()
738 struct usbctlx_completor head; global() member
745 usbctlx_rmem_completor_fn(struct usbctlx_completor *head) usbctlx_rmem_completor_fn() argument
2822 struct hfa384x_usbctlx *head; hfa384x_usbctlxq_run() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c625 struct usbctlx_completor head; member
631 static inline int usbctlx_cmd_completor_fn(struct usbctlx_completor *head) in usbctlx_cmd_completor_fn() argument
635 complete = (struct usbctlx_cmd_completor *)head; in usbctlx_cmd_completor_fn()
644 completor->head.complete = usbctlx_cmd_completor_fn; in init_cmd_completor()
647 return &completor->head; in init_cmd_completor()
657 struct usbctlx_completor head; member
664 static int usbctlx_rrid_completor_fn(struct usbctlx_completor *head) in usbctlx_rrid_completor_fn() argument
669 complete = (struct usbctlx_rrid_completor *)head; in usbctlx_rrid_completor_fn()
690 completor->head.complete = usbctlx_rrid_completor_fn; in init_rrid_completor()
694 return &completor->head; in init_rrid_completor()
717 struct usbctlx_completor head; global() member
724 usbctlx_rmem_completor_fn(struct usbctlx_completor *head) usbctlx_rmem_completor_fn() argument
2800 struct hfa384x_usbctlx *head; hfa384x_usbctlxq_run() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c344 list_addtail(&ret->head, &m->type_list); in create_type()
571 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_pointer_type()
592 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_struct_type()
635 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_array_type()
658 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_vector_type()
1314 LIST_FOR_EACH_ENTRY(as, &m->attr_set_list, head) { in emit_attrib_group_table()
1331 LIST_FOR_EACH_ENTRY(as, &m->attr_set_list, head) { in emit_attribute_table()
1517 list_for_each_entry(struct dxil_type, type, &m->type_list, head) { in emit_type_table()
1535 list_addtail(&ret->head, &m->const_list); in create_const()
1547 LIST_FOR_EACH_ENTRY(c, &m->const_list, head) { in get_int_const()
[all...]
/kernel/linux/linux-5.10/drivers/dma/idxd/
H A Dirq.c179 struct llist_node *head; in irq_process_pending_llist() local
183 head = llist_del_all(&irq_entry->pending_llist); in irq_process_pending_llist()
184 if (!head) in irq_process_pending_llist()
187 llist_for_each_entry_safe(desc, t, head, llnode) { in irq_process_pending_llist()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dmachine_kexec.c43 pr_debug(" head: %lx\n", kimage->head); in _kexec_image_info()
87 for (entry = &kimage->head; ; entry++) { in kexec_list_flush()
187 if ((kimage != kexec_crash_image) && (kimage->head & IND_DONE)) in machine_kexec()
206 cpu_soft_restart(reboot_code_buffer_phys, kimage->head, kimage->start, in machine_kexec()

Completed in 31 milliseconds

1...<<61626364656667686970>>...245