Home
last modified time | relevance | path

Searched refs:head (Results 5876 - 5900 of 5918) sorted by relevance

1...<<231232233234235236237

/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs4863 pub head: __u32,
4876 pub head: __u32,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs4558 pub head: __u32,
4571 pub head: __u32,
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs4646 pub head: __u32,
4659 pub head: __u32,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs4567 pub head: __u32,
4580 pub head: __u32,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c4746 static int any_interfaces(struct wpa_supplicant *head)
4750 for (wpa_s = head; wpa_s != NULL; wpa_s = wpa_s->next)
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_build_ast.c165 sub_list = (struct cil_list *)cil_l->head->next->next->data; in test_cil_set_to_list()
168 CuAssertStrEquals(tc, "foo1", (char*)cil_l->head->data); in test_cil_set_to_list()
169 CuAssertStrEquals(tc, "foo2", (char*)cil_l->head->next->data); in test_cil_set_to_list()
170 CuAssertStrEquals(tc, "foo3", (char*)sub_list->head->data); in test_cil_set_to_list()
8162 struct cil_list_item *test_list = ((struct cil_avrule*)test_ast_node->data)->classpermset->permset->perms_list_str->head; in test_cil_gen_avrule()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c335 u32 head, val; in i40e_tx_timeout() local
361 head = i40e_get_head(tx_ring); in i40e_tx_timeout()
372 head, tx_ring->next_to_use, in i40e_tx_timeout()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.c7078 [OPA_LINKDOWN_REASON_BAD_HEAD_DIST] = "Bad head distance",
7921 "BadHeadDist: Distance violation between two head flits",
11909 u32 head, tail; in hdrqempty() local
11911 head = (read_uctxt_csr(rcd->dd, rcd->ctxt, RCV_HDR_HEAD) in hdrqempty()
11919 return head == tail; in hdrqempty()
12062 /* reset the cached receive header queue head value */ in hfi1_rcvctrl()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c338 u32 head, val; in i40e_tx_timeout() local
364 head = i40e_get_head(tx_ring); in i40e_tx_timeout()
375 head, tx_ring->next_to_use, in i40e_tx_timeout()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.c7039 [OPA_LINKDOWN_REASON_BAD_HEAD_DIST] = "Bad head distance",
7882 "BadHeadDist: Distance violation between two head flits",
11870 u32 head, tail; in hdrqempty() local
11872 head = (read_uctxt_csr(rcd->dd, rcd->ctxt, RCV_HDR_HEAD) in hdrqempty()
11880 return head == tail; in hdrqempty()
12023 /* reset the cached receive header queue head value */ in hfi1_rcvctrl()
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js100 return { head: sentinel, tail: sentinel, size: 0 };
112 // An entry whose 'prev' points to itself is the head of the list and is invalid here.
132 // We skip 'head' because it is an empty entry used to track iteration start.
133 for (var entry = data.tail; entry !== data.head; entry = getPrev(entry)) {
154 // We skip 'head' because it is an empty entry used to track iteration start.
155 for (var entry = data.tail; entry !== data.head; entry = getPrev(entry)) {
179 while (node !== data.head) {
181 node.next = data.head;
185 data.head.next = undefined;
186 data.tail = data.head;
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c503 u32 ns = *(u32 *)(skb->head + pkt_length); in vxge_rx_1b_compl()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c606 u32 index = mcc_obj->q.head; in be_mcc_notify_wait()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_isr.c828 list_add_tail(&pkt->list, &list->head); in qla24xx_queue_purex_item()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dfec_main.c426 *(__sum16 *)(skb->head + skb->csum_start + skb->csum_offset) = 0; in fec_enet_clear_csum()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_isr.c190 * or consumed the head IOCB along with the continuation IOCB's from the
197 * it is assumed pkt is the head iocb, not the continuation iocbk
1117 list_add_tail(&pkt->list, &list->head); in qla24xx_queue_purex_item()
3892 * @pkt: head iocb describing how many continuation iocb
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5202 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head) { in amdgpu_device_gpu_recover()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1082 if (aligned_start >= skb->head) in dpaa2_eth_build_single_fd()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c608 u32 index = mcc_obj->q.head; in be_mcc_notify_wait()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dp.c5588 list_for_each_entry(fixed_mode, &intel_connector->panel.fixed_modes, head) in intel_edp_init_connector()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs904 /// The number of simple, ordered, and head of queue tags sent.
4496 pub fn procstat_freefiles(procstat: *mut procstat, head: *mut filestat_list); in procstat_freefiles()
/third_party/toybox/generated/
H A Dflags.h1184 // head ?n(lines)#<0=10c(bytes)#<0qv[-nc] ?n(lines)#<0=10c(bytes)#<0qv[-nc]
4481 #define TT this.head
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c8411 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct sk_buff, head), in bpf_convert_shinfo_access()
8413 offsetof(struct sk_buff, head)); in bpf_convert_shinfo_access()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c9353 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct sk_buff, head), in bpf_convert_shinfo_access()
9355 offsetof(struct sk_buff, head)); in bpf_convert_shinfo_access()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]

Completed in 290 milliseconds

1...<<231232233234235236237