Searched refs:zt (Results 1 – 7 of 7) sorted by relevance
171 struct zt { struct182 struct zt za[MAX_D_FRAMES + 1]; argument187 struct zt za[MAX_B_FRAMES + 1]; /* only range 0x0..0x1F allowed */
398 struct zt *zp; in hfcpci_empty_bfifo()460 struct zt *zp; in receive_dmsg()605 struct zt *zp; in main_rec_hfcpci()
23 .macro _sve_ldr_v zt, xn24 ldr z\zt, [x\xn]27 .macro _sve_str_v zt, xn28 str z\zt, [x\xn]
153 if ((entry->zt & 0xf) != NVME_ZONE_TYPE_SEQWRITE_REQ) { in nvme_zone_parse_entry()155 entry->zt); in nvme_zone_parse_entry()
1386 enum zone_type zt; in node_states_check_changes_offline() local1400 for (zt = 0; zt <= ZONE_NORMAL; zt++) in node_states_check_changes_offline()1401 present_pages += pgdat->node_zones[zt].present_pages; in node_states_check_changes_offline()
1445 struct ubifs_zbranch zbr, *zt; in ubifs_tnc_locate() local1457 zt = &znode->zbranch[n]; in ubifs_tnc_locate()1459 *lnum = zt->lnum; in ubifs_tnc_locate()1460 *offs = zt->offs; in ubifs_tnc_locate()1467 err = tnc_read_hashed_node(c, zt, node); in ubifs_tnc_locate()1471 err = ubifs_tnc_read_node(c, zt, node); in ubifs_tnc_locate()
569 __u8 zt; member