Home
last modified time | relevance | path

Searched refs:zt (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
Dhfc_pci.h171 struct zt { struct
182 struct zt za[MAX_D_FRAMES + 1]; argument
187 struct zt za[MAX_B_FRAMES + 1]; /* only range 0x0..0x1F allowed */
Dhfcpci.c398 struct zt *zp; in hfcpci_empty_bfifo()
460 struct zt *zp; in receive_dmsg()
605 struct zt *zp; in main_rec_hfcpci()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
Dsve-test.S23 .macro _sve_ldr_v zt, xn
24 ldr z\zt, [x\xn]
27 .macro _sve_str_v zt, xn
28 str z\zt, [x\xn]
/kernel/linux/linux-5.10/drivers/nvme/host/
Dzns.c153 if ((entry->zt & 0xf) != NVME_ZONE_TYPE_SEQWRITE_REQ) { in nvme_zone_parse_entry()
155 entry->zt); in nvme_zone_parse_entry()
/kernel/linux/linux-5.10/mm/
Dmemory_hotplug.c1386 enum zone_type zt; in node_states_check_changes_offline() local
1400 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()
/kernel/linux/linux-5.10/fs/ubifs/
Dtnc.c1445 struct ubifs_zbranch zbr, *zt; in ubifs_tnc_locate() local
1457 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()
/kernel/linux/linux-5.10/include/linux/
Dnvme.h569 __u8 zt; member