Searched refs:map_node (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/m68k/mm/
H A Dmotorola.c107 static void __init map_node(int node) map_node() function
269 * the memory we already mapped, so map_node() has something paging_init()
276 map_node(0); paging_init()
282 map_node(i); paging_init()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx.h540 struct map_node { struct
544 SLIST_ENTRY(map_node) links;
614 struct map_node *hscb_map;
615 struct map_node *sg_map;
616 struct map_node *sense_map;
658 SLIST_HEAD(, map_node) hscb_maps;
659 SLIST_HEAD(, map_node) sg_maps;
660 SLIST_HEAD(, map_node) sense_maps;
661 int scbs_left; /* unallocated scbs in head map_node */
662 int sgs_left; /* unallocated sgs in head map_node */
663 int sense_left; /* unallocated sense in head map_node */
1067 struct map_node *next_queued_hscb_map;
1210 struct map_node shared_data_map;
H A Daic79xx_core.c813 struct map_node *q_hscb_map; ahd_swap_with_next_hscb()
6558 struct map_node *sns_map; ahd_fini_scbdata()
6573 struct map_node *sg_map; ahd_fini_scbdata()
6588 struct map_node *hscb_map; ahd_fini_scbdata()
6811 struct map_node *hscb_map; ahd_alloc_scbs()
6812 struct map_node *sg_map; ahd_alloc_scbs()
6813 struct map_node *sense_map; ahd_alloc_scbs()

Completed in 299 milliseconds