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()
1526 enum zone_type zt; in can_offline_normal() local1528 for (zt = 0; zt <= ZONE_NORMAL; zt++) in can_offline_normal()1529 present_pages += pgdat->node_zones[zt].present_pages; in can_offline_normal()1535 for (; zt <= ZONE_MOVABLE; zt++) in can_offline_normal()1536 present_pages += pgdat->node_zones[zt].present_pages; in can_offline_normal()1583 enum zone_type zt, zone_last = ZONE_NORMAL; in node_states_check_changes_offline() local1604 for (zt = 0; zt <= zone_last; zt++) in node_states_check_changes_offline()1605 present_pages += pgdat->node_zones[zt].present_pages; in node_states_check_changes_offline()1625 for (; zt <= zone_last; zt++) in node_states_check_changes_offline()1626 present_pages += pgdat->node_zones[zt].present_pages; in node_states_check_changes_offline()[all …]
1435 struct ubifs_zbranch zbr, *zt; in ubifs_tnc_locate() local1447 zt = &znode->zbranch[n]; in ubifs_tnc_locate()1449 *lnum = zt->lnum; in ubifs_tnc_locate()1450 *offs = zt->offs; in ubifs_tnc_locate()1457 err = tnc_read_node_nm(c, zt, node); in ubifs_tnc_locate()1461 err = ubifs_tnc_read_node(c, zt, node); in ubifs_tnc_locate()