Searched refs:zt (Results 1 – 4 of 4) sorted by relevance
185 struct zt { struct196 struct zt za[MAX_D_FRAMES + 1]; argument201 struct zt za[MAX_B_FRAMES + 1]; /* only range 0x0..0x1F allowed */
410 struct zt *zp; in hfcpci_empty_bfifo()472 struct zt *zp; in receive_dmsg()618 struct zt *zp; in main_rec_hfcpci()
1572 enum zone_type zt; in can_offline_normal() local1574 for (zt = 0; zt <= ZONE_NORMAL; zt++) in can_offline_normal()1575 present_pages += pgdat->node_zones[zt].present_pages; in can_offline_normal()1581 for (; zt <= ZONE_MOVABLE; zt++) in can_offline_normal()1582 present_pages += pgdat->node_zones[zt].present_pages; in can_offline_normal()1629 enum zone_type zt, zone_last = ZONE_NORMAL; in node_states_check_changes_offline() local1650 for (zt = 0; zt <= zone_last; zt++) in node_states_check_changes_offline()1651 present_pages += pgdat->node_zones[zt].present_pages; in node_states_check_changes_offline()1671 for (; zt <= zone_last; zt++) in node_states_check_changes_offline()1672 present_pages += pgdat->node_zones[zt].present_pages; in node_states_check_changes_offline()[all …]
1434 struct ubifs_zbranch zbr, *zt; in ubifs_tnc_locate() local1446 zt = &znode->zbranch[n]; in ubifs_tnc_locate()1448 *lnum = zt->lnum; in ubifs_tnc_locate()1449 *offs = zt->offs; in ubifs_tnc_locate()1456 err = tnc_read_node_nm(c, zt, node); in ubifs_tnc_locate()1460 err = ubifs_tnc_read_node(c, zt, node); in ubifs_tnc_locate()