/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 4863 pub head: __u32, 4876 pub head: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 4558 pub head: __u32, 4571 pub head: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 4646 pub head: __u32, 4659 pub head: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 4567 pub head: __u32, 4580 pub head: __u32,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | events.c | 4746 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 D | test_cil_build_ast.c | 165 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 D | i40e_main.c | 335 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 D | chip.c | 7078 [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 D | i40e_main.c | 338 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 D | chip.c | 7039 [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 D | typescript.js | 100 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 D | vxge-main.c | 503 u32 ns = *(u32 *)(skb->head + pkt_length); in vxge_rx_1b_compl()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 606 u32 index = mcc_obj->q.head; in be_mcc_notify_wait()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 828 list_add_tail(&pkt->list, &list->head); in qla24xx_queue_purex_item()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 426 *(__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 D | qla_isr.c | 190 * 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 D | amdgpu_device.c | 5202 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 D | dpaa2-eth.c | 1082 if (aligned_start >= skb->head) in dpaa2_eth_build_single_fd()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 608 u32 index = mcc_obj->q.head; in be_mcc_notify_wait()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_dp.c | 5588 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 D | mod.rs | 904 /// 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 D | flags.h | 1184 // 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 D | filter.c | 8411 *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 D | filter.c | 9353 *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 D | typingsInstaller.js | [all...] |