Searched refs:map_head (Results 1 – 4 of 4) sorted by relevance
80 struct pmaplist *map_head = &pre_init[0]; variable120 prev = map_head; in bpmap_delport()121 for (tmp = map_head; tmp != NULL; tmp = tmp->pml_next) { in bpmap_delport()124 if (tmp == map_head) in bpmap_delport()125 map_head = tmp->pml_next; /* new head */ in bpmap_delport()432 for (walk = map_head; walk != 0; walk = walk->pml_next) { in bpmap_getport()
244 prmap_node_t *map_head; member
758 if (cbarg->map_head == NULL) { in read_maps_cb()759 cbarg->map_head = cbarg->map_tail = mnode; in read_maps_cb()1554 map_list_free(cbarg.map_head); in Pread_maps_gcore()1558 for (i = 0, n = cbarg.map_head; i < cbarg.map_len; i++, n = n->next) { in Pread_maps_gcore()1561 map_list_free(cbarg.map_head); in Pread_maps_gcore()
496 static char *map_head = "%-?s %?s %-10s used reason\n"; variable503 dprintf((map_head, "mapping", "", "backing")); in leaky_mappings_header()